No content to show
User Activity
I need to incorporate two metafields into the product page layout: ISBN-Number Metafield: This metafield will remain constant for all product variations and should be displayed using the following liquid code: { product.metafields.Neato.ISBN13 }.Book...
We are looking into displaying variations of products with different conditions (such as New "Like New," "Very Good," "Good," and "Acceptable") on the same page, provided they share the same ISBN number. But They have separate product pagesTo achieve...
https://060ef5-5.myshopify.com/I want to do like this
{% render "error-value" %} is not working when is equal to error_value == "Other"
(Snippet Code 1 ) {% render 'error-value' %}{% assign BISAC_value = product.metafields.Neato.BISAC %}
{% if BISAC_value == "BIO000000" %}
{% assign category = "Biography & Autobiography / General" %}
{% elsif BISAC_value == "BIO023000" %}
{% ...
04-11-2024
hey @Raj-webdesigner just one question how to assign variable to {% render 'error-value' %} examplea = {% render 'error-value' %} a= Category: Other then show { % render 'error2-value' %}
https://060ef5-5.myshopify.com/
04-11-2024
Hi, I added this code to snippet so how can I show this again using a snippet in the product page {% render 'BISAC-value' %} website: https://060ef5-5.myshopify.com/
Thank you can we move left a little bit @theycallmeSaver
04-11-2024
{% assign BISAC_value = product.metafields.Neato.BISAC %}
{% if BISAC_value == "BIO000000" %}
{% assign category = "Biography & Autobiography / General" %}
{% elsif BISAC_value == "BIO023000" %}
{% assign category = "Biography & Autobiography ...
Yes! Check https://060ef5-5.myshopify.com/ refresh a few times and see! can we remove the blinking of the search bar?
We are trying to implement code using BISAC codehttps://gist.github.com/natebeaty/c581c1f9bfb9eb2c9852101a2ecc1c54
Hi, I'd like to move the search bar to the center of the screen and keep it open by default. Additionally, could you place the currency selector on the right side of the search bar? https://060ef5-5.myshopify.com/
Check https://060ef5-5.myshopify.com/ refresh a few times and see! can we remove the blinking of the search bar?
Hi, I'd like to move the search bar to the center of the screen and keep it open by default. Additionally, could you place the currency selector on the right side of the search bar? https://060ef5-5.myshopify.com/