Remove extra price tags from products in cart page only Dawn 15V

Solved

Remove extra price tags from products in cart page only Dawn 15V

ctal37
Excursionist
131 1 33

83C9C979-7060-472A-80CB-0D6E91EFBD33.jpeg

Hiiii

I am seeing two price tags in a row and i would like to remove the price tag of under the products title,

and please make changes only to be apply in cart page. 

check the screenshot: 

 

Accepted Solution (1)
fc9790
Shopify Partner
17 2 1

This is an accepted solution.

Hey ctal37,

Just for your information. The price you want to remove is the price of single quantity which will remain same even if you increase quantity of that product in cart. Just because the quantity is 1 you are seeing same price twice once you increase the quantity you will see the difference.

Still if you need to hide that pride then,
It needs some code changes. Below are Steps to follow if you have knowledge of code.
1. Open code Editor
2. Search for file name relevant to "cart-items"
3. Now in file search for keyword "product-option", there may be multiple but have to look for the "product-option" in which "item.price" is rendered. 
https://prnt.sc/PDJI4QZ9dU74
4. Now add class "visually-hidden" besides "product-option". It will look like this https://prnt.sc/W0YZwomtDnyX

It you are not aware on how to make code changes, do let me know I will help you.

Thanks.

Shopify Developer

View solution in original post

Replies 5 (5)

fc9790
Shopify Partner
17 2 1

Hey ctal37,

 

Could you please Store URL.

Shopify Developer
ctal37
Excursionist
131 1 33
fc9790
Shopify Partner
17 2 1

This is an accepted solution.

Hey ctal37,

Just for your information. The price you want to remove is the price of single quantity which will remain same even if you increase quantity of that product in cart. Just because the quantity is 1 you are seeing same price twice once you increase the quantity you will see the difference.

Still if you need to hide that pride then,
It needs some code changes. Below are Steps to follow if you have knowledge of code.
1. Open code Editor
2. Search for file name relevant to "cart-items"
3. Now in file search for keyword "product-option", there may be multiple but have to look for the "product-option" in which "item.price" is rendered. 
https://prnt.sc/PDJI4QZ9dU74
4. Now add class "visually-hidden" besides "product-option". It will look like this https://prnt.sc/W0YZwomtDnyX

It you are not aware on how to make code changes, do let me know I will help you.

Thanks.

Shopify Developer
ctal37
Excursionist
131 1 33

Hey @fc9790  thanks it worked

Can you help me with the issue given below

Create colour wise collection with existing products for main menu in Dawn 15V

Check my profile for more details about this issue I've raised a question already.

 

fc9790
Shopify Partner
17 2 1

Hey @ctal37 ,

Happy to help You 😁.
Also checking on the issue given...
Thanks

Shopify Developer