Jump to content

Total panier non mis à jour après code promo Prestashop 1.7.4.2


Recommended Posts

  • 2 weeks later...

Merci j'ai reporté le bug sur Github

https://github.com/PrestaShop/PrestaShop/issues/10362

Entre temps j'ai avancé dans mon débuggage, il se trouve que sur la dernière version de prestashop les codes promo ne sont pas appliqués sur les produits virtuels.

Pour résoudre le problème en attendant la réponse de Prestashop

Classes/ Cart.php Ligne 1860
Remplacer cette la ligne $type = Cart::BOTH_WITHOUT_SHIPPING; par celle la $type = Cart::BOTH;

    if ($virtual && $type == Cart::BOTH) {
        //$type = Cart::BOTH_WITHOUT_SHIPPING;
        $type = Cart::BOTH;
    }

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...