Shopify themes, liquid, logos, and UX
Hello,
I want to change word quantity or ("Kiekis" - my native language) to other word. But I need to change it for this specific product only.
Hi @MatasMo
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
In your shopify admin, click on "Online Store"
On your current theme click on action and select "Edit Languages"
Now your language section will be opened, now select "Products" from the top panel bar.
Find "Quantity" field and change text according to your need.
And click on "Save" button.
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
By doing this it changes the text on all of the products. I need it to change on one specific product.
you need to add some custom code to be able to do this or you can contact the theme you are using to ask for help.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @MatasMo
You can do that directly in code by using this trick
Go to snippet/section file from where this text is coming
and use liquid code like this
{% if product.handle == "Your specific product handle" %}
new text
{% else %}
Same as it is currently now
{% endif %}
You should have some knowledge of liquid to do that
The text can be in product.liquid, product-template.liquid or product-form.liquid file
Keep other text same just change quantity text conditionally
Thank you!
I should love to do that to a range of products that are sold in pairs (some are not in pairs). People often worry I'm going to sell a single sole if they select a quantity of "1" ! for a pair of soles.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024