How To Add Text Next To Product Price (Product Page & Collections Page)?

Hi, I am trying to add a text next to the product price.

The text would be “+ IVA” (in english it translates as “+ TAX”)

I am using the theme: Ella-5.1.0-sections-ready

Hope anyone can help me, thank you!

@Spinturnix I saw someone with a similar trouble and you helped him. Any help you can give me I would appreciate it very much.

1 Like

Hi @ValenR ,

I don’t have a copy of the Ella theme, so I’m unable to give you specific instructions. That said, if you’re willing to do some digging yourself, I’m certain you could figure it out. Here’s where I’d start:

  1. Duplicate the published theme.
  2. Edit the newly copied theme and start digging through the product.liquid and collection.liquid templates until you find the elements displaying product price, ex {{ product.price }}
  3. In this hypothetical, you would add your text right behind the liquid like this: {{ product.price }} + IVA
  4. Save and preview.
  5. Publish.

Hope that helps!

@ValenR

if possible to share your store url and code so i will check and update

Hello

Hope you are doing well

Please share your store URL and password(If it is password protected).

So that I can check and could suggest you a solution.

Thank You

Hi, sure, it’s www.byjuana.com

I can show you the code:

Hi, sure, it’s www.byjuana.com

I can show you the code

Please add “+ IVA” before the tag.