Contributions
Display Specials Discount Percentage (french and english)
Add-on en français et anglais
Cette contribution permet à vos visiteurs de voir le pourcentage de remise effectué pour les articles en promotion.
Ce pourcentage est visible dans la boxe "specials.php" (promotions), dans la page "specials.php" ainsi que dans la page "product_info.php"
Cette contribution fonctionne aussi avec la contribution "All_Specials_Slideshow" : http://addons.oscommerce.com/info/5161
Expand All / Collapse All
Ajout du fix par reflex_occasion
Support Français : http://oscommerce-fr.org/viewtopic.php?f=13&t=32
-------------------------
FULL Package
Se muestra el porcentaje de descuento en todos los productos. Para que solo se muestre en los productos que tengan descuento hay que hacer esto que se indica a continuacion.
Buscar
<td><div align="center"><span class="productSpecialPercent"><?php echo $percent_text; ?><?php echo $percent; ?></span></div></td>
Sustituir
<td><div align="center"><span class="productSpecialPercent"><?php if ($percent != 100) { echo $percent_text; ?><?php echo $percent; } ?></span></div></td>
******************************************
It shows the percentage discount on all products. For shown only in products with this discount must be done as indicated below.
Find
<td><div align="center"><span class="productSpecialPercent"><?php echo $percent_text; ?><?php echo $percent; ?></span></div></td>
Replace
<td><div align="center"><span class="productSpecialPercent"><?php if ($percent != 100) { echo $percent_text; ?><?php echo $percent; } ?></span></div></td>
Add-on en français et anglais
Cette contribution permet à vos visiteurs de voir le pourcentage de remise effectué pour les articles en promotion.
Ce pourcentage est visible dans la boxe "specials.php" (promotions), dans la page "specials.php" ainsi que dans la page "product_info.php"
Cette contribution fonctionne aussi avec la contribution "All_Specials_Slideshow" : http://addons.oscommerce.com/info/5161
Fil de discussion : http://www.oscommerce-fr.info/forum/index.php?showtopic=62432&hl=
Note: Contributions are used at own risk.