Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I'm trying to add text "dozen" next to price in collection page for any product that contains tag "dozen" and also need "pcs" as well for "pcs" tags.
I tried below code on complementary-product-card.liquid and template--product.liquid but did not work.
<div>
{%- if product.tags contains 'Dozen' -%}
<span class="product-grid--pricing--price-per-unit">Dozen</span>
{% endif %}
</div>
I'm able to add text on all product by using but certain item needs to be stated as box or pcs.
.product-grid--pricing--price-per-unit:after {
content: "BOX";
position: relative;
right: 20px;
bottom: 20px;
color: red;
}
Can anyone help with this?
website: https://waycaps.com/collections/new-arrivals
need to display like below after the price
Solved! Go to the solution
This is an accepted solution.
Hello @shopafterhour
Welcome to Shopify Community.
Did you added in the correct file ?
Because the code you gave is correct. If possible to provide the access to code editor to check do let me know.
Thanks
This is an accepted solution.
Hello @shopafterhour
Welcome to Shopify Community.
Did you added in the correct file ?
Because the code you gave is correct. If possible to provide the access to code editor to check do let me know.
Thanks
Do you know which files is the correct file?
I tried to put it in
complementary-product-card.liquid and template--product.liquid but did not work.
the code is too long to put it here.
Maybe I added into the wrong line, how should I show you the codes?
As I said if possible to provide the access then please provide because the code needs to be checked.
I can provide you with the
please send the request
Thank you
You should be able to access the code now!