Is it possible to add a selection of default addresses on the product page? If the user contains multiple addresses, this select option will appear and the customer can choose what address they want ...
how can I add hmac validation in verifyrequest callback? I'm having a hard time with my issue. I created my app using React node js. Thanks! router.get("*", verifyRequest(), async (...
Hi, just want to ask how can I add hmac verification using koa shopify auth? I use React and Node on my app development. Thanks! Rafael
Hi All, Please check my issue here <span class="lia-unicode-emoji" title=":disappointed_face:">😞</span> https://community.shopify.com/c/Shopify-Discussion/My-app-keeps-embedding-when-I-close-the-browser-and-re-open/m-p/932465/thread-id/206016
Hi, This is the scenario, when I have successfully installed and play around with the configuration of my app it works normally! But when I try to close the browser and open my shopify app, it embed...
No content to show

User Activity

Replace the {% if customerTags %} {% endif %} using {% unless customerTags %} {% endunless %}
<script id="CartTemplate" type="text/template">{% raw %}<div class="drawer__scrollable">{{#items}}<div class="ajaxcart__product appear-animation appear-delay-{{animationRow}}"><div class="ajaxcart__row"><div class="grid"><div class="grid__item one-th...
 please try to remove {% raw %} {% endraw %}
I think you needed this app, shopify can only add 2 product options. https://apps.shopify.com/advanced-product-options or any product options app. Regards,Rafael
{% for tag in customer.tags %}{% if tag contains 'Sales' %}{% assign customerTags = tag %}{% endif %}{% endfor %} {% if customerTags %}<button type="submit" class="btn btn--full cart__checkout{% endraw %}{% if settings.cart_terms_conditions_enable %}...
@JuiceM  Need to loop first your customer tags. {% assign customerTags = "" %} {% for tag in customer.tags %}     {% if tag contains 'Sales' %}         {% assign customerTags = tag %}     {% endif %}{% endfor %}  
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to