Jan 18, 2021
Is anybody findout how to add an automatic discount, and at the same time it will changed the price on the product page and collection pages automatically ? I know a lot of people ask for it bu...
No content to show
User Activity
09-19-2022
i have test this but always give me a ## output at the end, what i'm a doing wrong ?{{order.name}},{% for lineItems_item in order.lineItems %}{% if lineItems_item.product.totalInventory <= 0 %}{{lineItems_item.name}}::{{lineItems_item.currentQuantity...
09-19-2022
hi @paul_n i have test the script, but it gave me an error, any idea ?10:40:04 AMNoticeExecution started10:40:04 AMErrorTypeError: Cannot read property 'length' of undefinedresult@ Code.gs:14
11-23-2021
i tried your app but the discount wasnt showing on the cart only on the check out, if it's possible to be shown on the cart let me know i'll reinstall it
hi im trying to make a flow similar to :{% if customer.tags contains 'dealer' and product.tags does not contains 'customerstage'%} {% render 'product-accordions' %} {% endif%} or something like{% if customer.tags contains 'dealer' %} {% rende...