Změny

Skočit na navigaci Skočit na vyhledávání

Monami presta

Přidáno 1 213 bajtů, před 6 lety
bez shrnutí editace
'published' => array('type' => self::TYPE_DATE, 'shop' => true, 'validate' => 'isDateFormat'),
'image_link' => array('type' => self::TYPE_STRING, 'shop' => true, 'validate' => 'isString'),
</source>
 
/themes/default-bootstrap/product.tpl around line 151 after display all images
<source lang=html><!--Waritko-->
<ul id="usefull_link_block" class="clearfix no-print">
{if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if}
<li class="print" style="margin-top: 1.2em;">
<a href="javascript:print();">
{l s='Print'}
</a>
</li>
</ul>
<!--Waritko--></source>
After Product name
<source lang=html>
<!-- Waritko -->
<h5 itemprop="author">Autor: <b>{$product->author|escape:'html':'UTF-8'}</b></h5>
<h5 itemprop="ean13" style="font-size: 0.8em;">EAN: {$product->ean13|escape:'html':'UTF-8'}</h5>
<h5 itemprop="publisher">Nakladatel: {$product->publisher|escape:'html':'UTF-8'}</h5>
<h5 itemprop="binding">Vazba: {$product->binding|escape:'html':'UTF-8'}</h5>
<h5 itemprop="pages">Pocet stran: {$product->pages|escape:'html':'UTF-8'}</h5>
<h5>Rozmery: {$product->height|escape:'html':'UTF-8'}x{$product->width|escape:'html':'UTF-8'}</h5>
<h5 itemprop="published">Datum vydani: {dateFormat date=$product->published full=false}</h5>
<!-- /Waritko -->
</source>

Navigační menu