-- Joomla version -- : 3.9.11
-- PHP version -- : 5.6.40
I have used many times the code { product 18|pricetax1 } to show the product price in a module.
However this time I need to show the product price in clean text format, without divs and classes.
Is there any way to have a shortcode without html result like this:
<!-- PRODUCT PRICE -->
<span class="hikashop_product_price_full">
<span class="hikashop_product_price hikashop_product_price_0">35 €</span> </span>
<!-- EO PRODUCT PRICE -->
But only this:35