Jump to content

[RESOLU] bug affichage de prix du module dans la même catégorie


booccsn

Recommended Posts

Bonjour,
Avez vous pris en compte la taxe ajoutée?
Pour assigner le prix réel du produit (tva incluse) vous pouvez utiliser le code suivant:

$productPriceWithTax = Product::getPriceStatic(intval($product['id_product']), true, NULL, 6);
 if (Product::$_taxCalculationMethod == PS_TAX_INC)
   $productPriceWithTax = Tools::ps_round($productPriceWithTax, 2);



cordialement.

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...