Save
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class="product-add-to-cart">
|
||||
{if !$configuration.is_catalog}
|
||||
<span class="control-label">{l s='Quantity' d='Shop.Theme.Catalog'}</span>
|
||||
<span class="control-label">{l s='Price' d='Shop.Theme.Catalog'}</span>
|
||||
|
||||
{block name='product_quantity'}
|
||||
<div class="product-quantity clearfix">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
<div class="current-price">
|
||||
<span itemprop="price" content="{$product.price_amount}">{l s='From' d='Admin.Global'} {$product.price} / m<sup>2</sup></span>
|
||||
<span itemprop="price" content="{$product.price_amount}">{$product.price} / m<sup>2</sup></span>
|
||||
</div>
|
||||
{if $product.has_discount}
|
||||
{if $product.discount_type === 'percentage'}
|
||||
|
||||
Reference in New Issue
Block a user