No content to show
User Activity
Hi, do the loop twice. {%- for address in customer.addresses -%}{%- if address.address1 == customer.default_address.address1 -%}{% endif %}{% endfor %} {%- for address in customer.addresses -%}{%- unless address.address1 == customer.default_address.a...
02-08-2023
Try this:class Campaigndef initialize(condition, *qualifiers)@condition = (condition.to_s + '?').to_sym@qualifiers = PostCartAmountQualifier ? [] : [] rescue qualifiers.compact@Anonymous_item_selector = qualifiers.last unless @Anonymous_item_selector...
01-18-2023
You can either add a collection, select the products you want via theme settings or modify the product recommendations. https://shopify.dev/themes/product-merchandising/recommendations/show-product-recommendationsMost wouldn't be too hard. You don't ...
08-26-2022
Just add a layout attribute in the JSON template like you do with order and section. Add the layout name without the extension.Example: "layout": "gift_card",