Pour corriger l'incompatibilité entre module DigressivePrice et le multi-déclinaisons, sur la page produit
This commit is contained in:
@@ -168,10 +168,10 @@ return array(
|
||||
'Price descending' => 'Price descending',
|
||||
'Proceed checkout' => 'Proceed checkout',
|
||||
'Product Empty Button' => 'Add my first product',
|
||||
'Product Empty Message' => 'It\'s really quick to add a product.
|
||||
<ol>
|
||||
<li>Check <strong>NEW</strong> under the details tab if you want to see your product in the latest product section.</li>
|
||||
<li>Check <strong>SALE</strong> under the details tab if you want to see your product in the offer product section.</li>
|
||||
'Product Empty Message' => 'It\'s really quick to add a product.
|
||||
<ol>
|
||||
<li>Check <strong>NEW</strong> under the details tab if you want to see your product in the latest product section.</li>
|
||||
<li>Check <strong>SALE</strong> under the details tab if you want to see your product in the offer product section.</li>
|
||||
</ol>',
|
||||
'Product Empty Title' => 'Welcome',
|
||||
'Product Name' => 'Product Name',
|
||||
|
||||
@@ -219,6 +219,7 @@
|
||||
{/if}
|
||||
</span>
|
||||
{/loop}
|
||||
<input type="hidden" id="has-digressive-price" value="true">
|
||||
{/ifloop}
|
||||
{elseloop rel="dp"}
|
||||
<span id="pse-promo">
|
||||
@@ -229,6 +230,7 @@
|
||||
<span class="old-price"><span class="price-label">{intl l="Regular Price:"} </span><span id="pse-price-old" class="price">{format_money number=$TAXED_PRICE}</span></span>
|
||||
{/if}
|
||||
</span>
|
||||
<input type="hidden" id="has-digressive-price" value="false">
|
||||
{/elseloop}
|
||||
<!-- TheCoreDev le 21/05/2021 : rajout du prix au kilo -->
|
||||
<!-- <div class="prix-au-kilo">-->
|
||||
|
||||
Reference in New Issue
Block a user