forked from brooksbingham/theme-elegance
refactor: remove product price margin-top
parent
8db275f9bd
commit
58c4ff0b27
|
@ -23,7 +23,7 @@
|
||||||
* International Registered Trademark & Property of PrestaShop SA
|
* International Registered Trademark & Property of PrestaShop SA
|
||||||
*}
|
*}
|
||||||
{if $product.show_price}
|
{if $product.show_price}
|
||||||
<div class="product-prices flex flex-col mt-2">
|
<div class="product-prices flex flex-col">
|
||||||
{block name='product_discount'}
|
{block name='product_discount'}
|
||||||
{if $product.has_discount}
|
{if $product.has_discount}
|
||||||
<div class="product-discount">
|
<div class="product-discount">
|
||||||
|
|
Loading…
Reference in New Issue