Remove € X /per item

How to remove € X /per item. in product page and cart drawer?
Charm theme?

Got many add to cart and low checkouts i can take input what to make better

Hey @Nikoscapone

Not sure exactly what you mean but I’m guessing you want to remove the price from product page and cart drawer? If yes, then share your store URL and Password if enabled.

If not, then share a screenshot of exactly what you want to remove.

Best,
Moeed

i sent u pm cant sent here

That € X /per item is coming from a third party app. I’m not sure if my code would work on this or not but you can try. If it doesn’t works then you’ll have to contact the app support.

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.kaching-bundles .kaching-bundles__bar-unit-price, small.fs-xsmall.color-text-70 {
    display: none !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

it worked on product pages , but i still have it in cart drawer

I have updated my code above, check again :+1:

Hi @Nikoscapone

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop: