21
Sep
Bug prestashop 1.6.0.9 – Page de paiement finale – Montant total HT au lieu du TTC
publié 21 septembre 2014 fichier sous PrestaShop 1-6Le thème par defaut « default-bootstrap » sur la version 1.6.0.9 contient un bug :
à la dernière étape « 05. Paiement » le total affiché est Hors Taxe, de plus un léger décalage de colonne est constaté.
Ce problème encourage donc les abandons de commandes !
à l’aide de votre client FTP, éditer : /themes/default-bootstrap/order-payment.tpl
et à la ligne 202
remplacez
<td colspan="{if !$voucherAllowed}3{else}2{/if}" class="text-right total_price_container"> <span>{l s='Total'}</span> </td> <td colspan="1" class="price total_price_container" id="total_price_container"> <span id="total_price">{displayPrice price=$total_price_without_tax}</span> </td>
par
<td colspan="{if !$voucherAllowed}4{else}3{/if}" class="text-right total_price_container"> <span>{l s='Total TTC'}</span> </td> <td colspan="2" class="price total_price_container" id="total_price_container"> <span id="total_price">{displayPrice price=$total_price}</span> </td>
catégories: PrestaShop 1-6
balises: astuce, bug, prestashop®