No content to show
User Activity
Hey Erald, First, you're adding this script in the wrong place. The functions you are calling cannot be triggered from a section itself. You'll have to add your snippet to your theme file or to your cart template. Then I noticed you've added attribut...
Sure post your section's code.
Well it's not going to work: you need to include any js code in between{% javascript %} in the section file/ {% javascript %}
javascript_code
{% endjavascript %}
Hello! Which problem are you having ? Using render tags in a section is not possible.
06-16-2023
Hello Have you found a solution yet? I'm an integrator and I can perhaps hel you achieve this . Do you want to use an external tool for synchronisation or do you want a custom app ?
Hello there! I am re-building a custom theme and I need to offer a 'Delete my account' option within the customer account page. A dialog box should open asking 'Do you confirm ?' with a yes/no option select. On select of 'yes' customer will be prompt...
⚠️Smart solution using metafields but your shop's API access password and ID are exposed in javascript documents and visible in the dev console: With these anyone can access your admin api!! I would suggest passing the ID's through a form via ajax ca...
I found the solution : I had to add the snippet inside the section for the liquid variables to work. As reference, the documentation on section in themes reads : "Aside from global objects, variables created outside of sections aren't accessible wit...
@Jason I was able to reproduce the bug, by:Step 1 - using {% render %} to include the snippet in the theme fileStep 2 - using {% render %} to include the price table in the product fileStep 3 - reference the product file as a section in the product...
Hi Jason!This code has been added to a .liquid snippet file called 'snippet-js-footer', I am using an old theme which doesn't use sections. So all the important features using javascript and liquid such as cart, variant selector, wishlist , image ga...
Hello dear community, have any of you had this issue with liquid tags??I have no idea how come it is possible but liquid tags are not working for me when I use .html() with jQuery in a javascript code. I am using a custom theme and I 've created a pr...
Hello@Cedcommerce Sure, here's an example at this URL : https://sneakerdrop.fr/products/nike-sb-dunk-low-philadelphia-phillies P.S. I've made an edit to my product section and included the render liquid tag inside the .liquid code page but it still...
Hello, Sure, an example at this URL : https://sneakerdrop.fr/products/nike-sb-dunk-low-philadelphia-phillies P.S. I've made an edit to my product section and included the render liquid tag inside the .liquid code page but it still doesn't fix the is...
Hello, I have implemented the linked-option custom code to my product page as per instruction here: https://community.shopify.com/c/shopify-design/variants-link-product-options/td-p/615156 it worked until %include '' was depreciated and I replaced wi...
Hello! I am not sure there is a possibility to switch template automatically but you could do something like execute a different code under a conditional logic: {% if product.inventory <= 0 %}/// your code here... {% else %}/// your code here......
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
5673 | 01-17-2023 08:45 AM |