Files
masimmo.pl/modules/gm_omniprice/views/templates/hook/price.tpl
Jacek Pyziak daf1c60209 Add translations for OmniPrice module in French and Italian, and update upgrade scripts
- Added French translations for the OmniPrice module (fr.php).
- Added Italian translations for the OmniPrice module (it.php).
- Created empty Dutch translation file (nl.php).
- Implemented upgrade script for version 1.1.11 to update configuration for showing real discount.
- Implemented upgrade script for version 1.2.0 to update configuration for indexing inactive products.
- Implemented upgrade script for version 1.2.3 to update configuration for ignoring non-EU countries.
2025-10-28 19:50:04 +01:00

7 lines
510 B
Smarty

<span class="gm_omniprice" style="color:{$gm_omniprice_color}; background-color: {$gm_omniprice_background};">
{l s='Lowest price within %d days before promotion:' sprintf=[$gm_omniprice_days] mod='gm_omniprice'}
<span class="gm_omniprice_lowest" style="color:{$gm_omniprice_price_color};">{$gm_omniprice_lowest}</span>
{if $gm_omniprice_show_real_discount && $gm_omniprice_real_discount}
<span class="gm_omniprice_real_discount">({$gm_omniprice_real_discount})</span>
{/if}
</span>