DevilJho Posted June 24, 2020 Share Posted June 24, 2020 Morning, everybody, I am currently developing a module on prestashop, for this module I create cart / orders. However, when creating orders I have no way to specify to Presta the taxes to apply, whatever happens the taxes rules are applied to the products (while in some cases my orders come from B2B customers and therefore I would like to be able to specify the taxes myself in the code). So my question is, do you know a way other than vat_number to apply taxes in a custom way? I've already tried several things, including setting myself id_tax_rules_group & tax_rate in the products I add to the cart, or changing taxCalculationMethod in my Product.php override. If you need the code to understand my problem you can find it here: Project Thank you for your help! /*******************************/ Bonjour tout le monde, Je développe actuellement un module sur prestashop, pour ce module je créer des cart / orders. Cependant a la création des orders je n'ai pas de moyen de spécifier a Presta les taxes a appliquer, quoiqu'il arrive les taxes rules sont appliqués au produits (alors que dans certain cas mes orders viennent de client B2B et donc j'aimerais pouvoir spécifier les taxes moi même dans le code) Donc ma question, connaissez vous un moyen autre que le vat_number pour appliquer les taxes de façon custom ? J'ai déjà essayer plusieurs chose, notamment set moi même id_tax_rules_group & tax_rate dans les produits que j'ajoute au panier, ou encore en changeant taxCalculationMethod dans mon override de Product.php Si vous avez besoin du code pour comprendre mon problème vou pouvez le trouver ici : Project Merci pour votre aide ! 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