Julia
Julia
AAlokai
Created by Thomas ✌🏼 on 6/20/2023 in #🙋|general-help
Syncing carts between liquid theme and shopify custom storefront
I had the same challenge with magento integration. I fixed it by making sure the vsf cookies use the root domain (with a leading dot), so in the middleware config:
cookiesDefaultOpts: {
httpOnly: false,
secure: true,
domain: '.yourdomain.com',
},
cookiesDefaultOpts: {
httpOnly: false,
secure: true,
domain: '.yourdomain.com',
},
2 replies
AAlokai
Created by Julia on 5/16/2023 in #🙋|general-help
Basic Auth
@Bartosz Herba Helped me on this one, thanks!
4 replies
AAlokai
Created by Julia on 5/16/2023 in #🙋|general-help
Basic Auth
Thanks so much
4 replies