Christo44
Christo44
AAlokai
Created by Christo44 on 5/8/2023 in #🙋|general-help
Cookies
Where can I find more info on cookies ? Meaning, are the merchant cookies exposed to Storefront ? Or do we need to create our own ?
3 replies
AAlokai
Created by Christo44 on 2/14/2023 in #🙋|general-help
Weird url parameters
Hello 🙂 My Product Id seems whack or not VSF friendly. The are formatted as rest style urls: "gid://shopify/Product/8051870433578/-name" which in vuetools which returns 404. The correct and working product ID seems to be "8051870433578/-name" I did this as short term solution but it's a terrible hack and shows Im need help:
:link="
localePath(
`/p/${productGetters
.getId(product)
.toString('ascii')
.split('/')
.pop()}/${productGetters.getSlug(product)}`
)
"
:link="
localePath(
`/p/${productGetters
.getId(product)
.toString('ascii')
.split('/')
.pop()}/${productGetters.getSlug(product)}`
)
"
12 replies