May 5, 2021
Hi, I am looking to have the first image on the product page show on the collection page and the second image to show as the first image you see on the product page itself. Any help would be much a...
Feb 5, 2020
Hi, We are looking to connect Otka to our Shopify store via SAML and getting a custom app within Otka developed. We need to identify and supply the following items within the Shopify store. ...
No content to show
User Activity
Hello, If I wanted to apply the same rule to multiple tags at once what code changes would I need to make? Thanks!
That worked perfectly, Thank you so much for your help!!
I tried the code and the error is now gone but the checkout button still shows when I am tagged as 'Sales'.Thank you so much for working on this with me!
It causes a "An error prevented ajax-cart-template.liquid from being saved." errorLine 158 — Liquid syntax error: 'endraw' is not a valid delimiter for if tags. use endif
Thanks,I gave that a go and the code shows up on the front end )_screenshot attached). Here is the whole file code;<script id="CartTemplate" type="text/template">{% raw %}<div class="drawer__scrollable">{{#items}}<div class="ajaxcart__product appear-...
Hi Rafael_OutliantLike this?{% for tag in customer.tags %}{% if tag contains 'Sales' %}{% assign customerTags = tag %}<button type="submit" class="btn btn--full cart__checkout{% endraw %}{% if settings.cart_terms_conditions_enable %}{% raw %} cart__c...
Hi,I have the locksmith app installed on my store and can hide the checkout button on the cart page based on a specific customer tag. However I am also wanting to hide the checkout button located in the Cart ajax drawer. Has anyone had any luck doin...