No content to show
User Activity
05-02-2023
Hope this is helpful for someone else - I ran into this problem and it was because I was not using the <AppProvider> from @Shopify/discount-app-components to wrap the page. According to the readme, you should add the AppProvider component from that l...
Also, if you want to use a liquid variable as the key, you can pass it inside square brackets: {{ product.metafields.namespace.foobar[someVariable] }}
@kalyan_chakri - happy to help!In the checkout snippet, line 1 loads the attribute selected in the cart:<span id="ShipMethod" style="display:none;">{{checkout.attributes['ShipMethod']}}</span>Then the javascript extracts that value as a variable for ...
If you're like me, you don't want to pay $20/month for what should be a basic functionality. I created a workaround to give customers the option of direct shipping or local store pickup in the cart. We also wanted to offer the local store pickup opti...