Solved

[Impulse&ProductPersonalizer] How can I add "from" to my price?

Adelmore
Tourist
4 1 0

Hello All,

I would like to know if it is possible to add a word to the visible price for a personalized product on product page/category page/homepage? I use the Impulse theme and the app "Product Personalizer"!

 

I can already add "from" to the product-personalizer-products on the product page by adding the Code following code in the CSS field from the app:

.product__price::before {content: "from"; }

 

But unfortunately this only changes the product page and not the category page and landing page...

 

 

Also i have already added the following Code to the theme.liquid but this only affect the "normal" products which are not configured by product personalizer.

#myprice::before{
content: "from ";
display: inline-block;
}

 

 

I have already spoken with the support team of PP but they could only help me with the "from" on product page..

Maybe someone can help me with this, would be great!!!

 

Sincerely,

Adelmore

Accepted Solution (1)

Adelmore
Tourist
4 1 0

This is an accepted solution.

Reply 1 (1)

Adelmore
Tourist
4 1 0

This is an accepted solution.

Solved.