I have a problem into a Prestashop 1.7 solution.
Into a Product page, i want to show 2 prices (include and exclude VAT)
<span itemprop="price" content="{$product.price_amount}">{$product.price}</span>
This example show price with VAT. I don't find how show price without VAT too.
Thanks
You can use {debug}
in your .tpl
and you will see all available variables that you can use.
Our you can use {$product|@var_dump}
which will show you what sub-variables the $product
variable contains