Shopify themes, liquid, logos, and UX
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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025