-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.3
-- PHP version -- : 8.0.29
I have some products that have multiple prices and I would like to display these ekstra prices.
They are displayed, but as seen in the attachment, there are no break between the prices, so they just show up in a big mess.
When I look at the code, tehre are <br>, but they seem to be ignored, there is also a <hl> tag that I have never seen before.
The code looks like this:
<span class="hikashop_product_price_full hikashop_product_several_prices"><span
class="hikashop_product_price hikashop_product_price_0">1,50 kr.</span> <span
class="hikashop_product_price_per_unit">stk</span>
<hl>
<br>
<span class="hikashop_product_price_with_min_qty hikashop_product_price_for_at_least_100">
<span class="hikashop_product_price hikashop_product_price_1">1,30 kr.</span>
<span class="hikashop_product_price_per_unit_x">v/ 100 </span>
</span>
<br>
<span class="hikashop_product_price_with_min_qty hikashop_product_price_for_at_least_500">
<span class="hikashop_product_price hikashop_product_price_2">1,25 kr.</span>
<span class="hikashop_product_price_per_unit_x">v/ 500 </span>
</span>
</hl>
</span>
I have been looking in listing_price.php, but no matter what I do, I cannot find the <hl> tag or get it to add a <br>
any ideas ?