Update Store.vue

Added a specific collection entry for the NOALPRS.COM Collection
This commit is contained in:
Daniel McGee
2026-06-27 21:41:56 -04:00
committed by GitHub
parent 8ac38e1a6e
commit 2bd522fb92
+3 -2
View File
@@ -268,7 +268,8 @@ const COLLECTIONS: Record<string, Record<string, string>> = {
'Tech Accessories': {
'Phone Cases': '519708147994',
'Laptop Sleeves': '519708213530',
},
},
'NO ALPRS': '520528560410'
};
const SHOPIFY_OPTIONS = {
@@ -560,4 +561,4 @@ watch(shopifyContainer, (el) => {
onMounted(() => {
fetchPrintables();
});
</script>
</script>