[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/base/override/templates/datatype/ -> price.tpl (source)

   1  {section show=$attribute.content.has_discount}
   2  {"Price"|i18n("design/base")}: <span class="oldprice">{$attribute.content.inc_vat_price|l10n(currency)}</span><br/>
   3  {"Your price"|i18n("design/base")}: <span class="currentprice">{$attribute.content.discount_price_inc_vat|l10n(currency)}</span><br />
   4  {"You save"|i18n("design/base")}: <span class="pricesave">{sub($attribute.content.inc_vat_price,$attribute.content.discount_price_inc_vat)|l10n(currency)} ( {$attribute.content.discount_percent} % )</span>
   5  {section-else}
   6  <span class="currentprice">{$attribute.content.inc_vat_price|l10n(currency)}</span>
   7  {/section}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7