Dodaj datę dostępności do listy atrybutów produktów
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<b>{if $combination.quantity <= 10 }{$combination.quantity}{else}>10{/if}</b>
|
||||
{l s='pcs' mod='pdproductattributeslist'}
|
||||
|
||||
{if $combination.quantity == 0}
|
||||
{if $combination.quantity == 0 && $combination.available_date && $combination.available_date|strtotime > 0}
|
||||
<br />
|
||||
<span class="available_data">{$combination.available_date}</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user