[-] FO : fixed bug #PSCFV-3784 - fixed display bug in dateofdelivery and order history
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{if $datesDelivery|count}
|
||||
<p id="dateofdelivery">{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0, $datesDelivery.1] mod='dateofdelivery'} <sup>*</sup></p>
|
||||
<p id="dateofdelivery">{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0.0, $datesDelivery.1.0] mod='dateofdelivery'} <sup>*</sup></p>
|
||||
<p style="font-size:10px;margin:0padding:0;"><sup>*</sup> {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}</p>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user