flin28 Posted February 1, 2017 Share Posted February 1, 2017 (edited) Bonjour, j'ai un souci avec les bon de réduction. sur mon site les frais de port est offert à partir de 25€(+précisment les transports sont configuré 0=>25€ FPD=3,20€; >25€=>fdp gatuit) problème est le client passé une commande de 25,98€ par exemple avec - 20% de bons de réduction donc çà revient à 20,78€ le total à payer. je veux que les frais de port offert active uniquement sur le total à payer atteint 25€ j'ai trouvé la solution dans un autre topic, https://www.prestashop.com/forums/topic/309436-bon-de-r%C3%A9duction-avant-les-calculs-frais-de-port/ Dans classe/cart.php L2710 en remplacant $shipping_cost += $carrier->getDeliveryPriceByPrice($order_total, $id_zone, (int)$this->id_currency); part $shipping_cost += $carrier->getDeliveryPriceByPrice(($orderTotalwithDiscounts?$orderTotalwithDiscounts:$order_total), $id_zone, (int)$this->id_currency); mais il reste encore un endroit à modifier dans le module ESTIMER LE COÛT DE L'EXPÉDITION. pouvez vous m'aider à trouver le fichier à modifier? Merci d'avance. Edited February 1, 2017 by flin28 (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted February 1, 2017 Share Posted February 1, 2017 Depuis les 1.5.x de Prestashop, il ne faut pas utiliser le réglage gratuité des frais de port, mais une règle panier. http://aide.prestashop.click/35/offrir-frais-port-partir-montant-mais-seulement-pour-france?show=38#a38 Link to comment Share on other sites More sharing options...
flin28 Posted February 1, 2017 Author Share Posted February 1, 2017 Depuis les 1.5.x de Prestashop, il ne faut pas utiliser le réglage gratuité des frais de port, mais une règle panier. http://aide.prestashop.click/35/offrir-frais-port-partir-montant-mais-seulement-pour-france?show=38#a38 pouvez vous m'expliquer plus? svp il faut que je supprime tout les transporteurs actu? Link to comment Share on other sites More sharing options...
flin28 Posted February 1, 2017 Author Share Posted February 1, 2017 voici mes 5 transporteurs configuré Link to comment Share on other sites More sharing options...
flin28 Posted February 1, 2017 Author Share Posted February 1, 2017 voici le régle panier -20% Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now