This commit is contained in:
Roman Pyrih
2026-05-06 12:01:55 +02:00
parent 4bbd4973b9
commit 88f1477bf4
6 changed files with 36 additions and 15 deletions

View File

@@ -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">

View File

@@ -45,7 +45,7 @@
</div>
{/if}
<div class="current-price">
<span itemprop="price" content="{$product.price_amount}">{l s='From' d='Admin.Global'}&nbsp;{$product.price}&nbsp;/&nbsp;m<sup>2</sup></span>
<span itemprop="price" content="{$product.price_amount}">{$product.price}&nbsp;/&nbsp;m<sup>2</sup></span>
</div>
{if $product.has_discount}
{if $product.discount_type === 'percentage'}