Hello,
I'm using Prestashop 8.2 and Warehouse theme. Looking for a way to display specific prices (+ normal prices) on product-lists.
Here is the template used to display price on lists product-miniature2.tpl
{block name='product_price_and_shipping'} {if $product.show_price} <div class="product-price-and-shipping"> {hook h='displayProductPriceBlock' product=$product type="before_price"} <span class="product-price" content="{$product.price_amount}" aria-label="{l s='Price' d='Shop.Theme.Catalog'}"> {capture name='custom_price'}{hook h='displayProductPriceBlock' product=$product type='custom_price' hook_origin='products_list'}{/capture} {if '' !== $smarty.capture.custom_price} {$smarty.capture.custom_price nofilter} {else} {$product.price} {/if} </span> {if $product.has_discount} {hook h='displayProductPriceBlock' product=$product type="old_price"} <span class="regular-price text-muted">{$product.regular_price}</span> {/if} {hook h='displayProductPriceBlock' product=$product type='unit_price'} {hook h='displayProductPriceBlock' product=$product type='weight'} </div> {/if} {/block}
Could someone please help ? Tried many things without success.
Thanks.
.png.022b5452a8f28f552bc9430097a16da2.png)