Discountprice view

  • Posts: 359
  • Thank you received: 24
  • Hikaserial Standard Hikashop Business
3 years 3 months ago #337143

-- HikaShop version -- : 4.4.4
-- Joomla version -- : 3.10.3
-- PHP version -- : 7.4

Hi
I have some products with discount on them.
I would like to only show the normal price for 1 item, and don't for the rest of the discunt prices.
But the class of that normal price is the same (hikashop_product_price_before_discount), so I can't target it and just say display:none;
See yellow arrow.
Any way I can change or add a prefix to this class, so I'm able to target it better?



And where you see the red arrow, I see a br in the code but I can't find that in the display view - how can I remove that?

Thank you for always help med! :-)

Regards
Thomas

Please Log in or Create an account to join the conversation.

  • Posts: 83402
  • Thank you received: 13496
  • MODERATOR
3 years 3 months ago #337159

Hi,

To remove the br, you can do like that:

.hikashop_product_price_full br {
    display: none;
}
To display only the first price before discount you can do like that:
.hikashop_product_price_before_discount {
    display: none;
}
.hikashop_product_price_before_discount:first-of-type {
    display: block;
}

Please Log in or Create an account to join the conversation.

  • Posts: 359
  • Thank you received: 24
  • Hikaserial Standard Hikashop Business
3 years 3 months ago #337167

Hi Nicolas

You know your sh*t - thank you so much! :-)

Please Log in or Create an account to join the conversation.

Time to create page: 0.034 seconds
Powered by Kunena Forum