Double currency sign in the add to cart page

Hi all,

Myself Geeta, I have created one cosmetic brand website on shopify just a few months back. Now i have identified that i have 2 currency sign in my cart page. I have tried all the other way to correct, changed as per the video recommendations from shopify expert, but still I couldn’t correct. I need help to sort this issue.

Please help, thanks in advance.

Regards,

Geeta

Hello , Can you please share your store URL?

Hi @camia

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

Best regards

Sahil

Sorry, I can’t share the login credentials.
our website is www.mycamia.com. let me know if you have any other way to
solve the problem

Hello @camia ,

I can see there are 2 prices in the cart total. 1st is product price and the 2nd is price after discount.

To solve this you need to add a condition in your cart item file where this price is displayed. When a discount is applied the discounted price is displayed and if no discount the regular price shows.

If you can find the file in your code editor. look for the class name “cart-table__price”.

Hi @camia Thanks for the URL, I was not asking for your login credentials.

Can you please specify that are you talking about this?

If yes then please add this code in your theme.css/base.css/style.css file which is available in your theme.

span.money.cart__price.cart__price--regular {text-decoration: line-through;}

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

Also there is other option to achieved this that you will only show the discounted price, You need to add the If else condition so that when a discount is applied the discounted price is displayed and if not then normal price will be shown.

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Hi Sahil,

Actually striking through is not the only issue, we dont have dollar
currency integrated on the website but still I can see $ only on the cart
page. I can see both $ & rupees sign in the cart page.

https://mycamia.com/cart

Please check. Thanks for your kind support.

Hello Rishi,

Thanks for your answer. But I have a different problem, in my cart page I
have 2 different currency sign like in the above $with the price and below
in total price you can see rupees.

This is the main issue I have with the website.

Kindly add few products in cart and check: https://mycamia.com/cart

Thanks for your support.

Hi @camia ok now I see, if you don’t have the dollar currency integrated, then it seems like some of the app that you have installed is causing this issue, you need to look into your apps that you have installed in your store, one of those app is causing this issue and you need to look into that.

May be you have installed some app in your store for your cart page if yes then first check that app and you maybe able to troubleshoot the issue.

If you have checked all the apps and still facing the issue then the issue is with your theme and without having the access of your theme code I will not be able to look into the exact issue.

If you will unable to troubleshoot the same then I’m happy to do this for you, let me know. I can implement the code changes and troubleshoot the issue so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil