AnabelleRajotte
AnabelleRajotte
I needed to add a local parameter to the checkout URL and I manage to do it. Here's what I did. On the cart object, I added an event :...
@m00n22 Here's how I added the code. Let me know if it help. ```javascript ui.createComponent('product', { id: 1234567, options: { cart: { events: { afterInit: (cart) => { cart.onCheckout =...
@m00n22 Awesome ! Happy to help :)
@m00n22 In my end, I used Langify to manage languages in the shop that's why I needed to add a locale to the url. By default, if the customer goes...
@m00n22 You're welcome ! :) Sadly yes. I had the same issue, a Shopify Buy Button without a Shopify storefront. Shopify don't support multilangues yet, so we don't have any...
@m00n22 Hi, I don't think so. The only way to edit the checkout liquid template is via a Shopify Plus account.