Jump to content

Problème règle spécifique - Problem Specific Price


Recommended Posts

Bonsoir tout le monde, me voilà avec à nouveau un problème soudain que je n'arrive pas à solutionner malgré de nombreuses recherches.

En gros, j'ai 2 règles spécifiques sur un article, une qui retire 5€ lorsqu'il n'y a qu'un seul article et une autre qui donne un prix fixé pour les Belges.

Pour la France ou autre aucun soucis les prix sont bons. 
Le problème arrive lorsque je suis en Belgique, si j'ajoute un seul article c'est ok, mais si j'en mets plus la règle des 5€ s'applique, ma règle Belge ne s'applique pas et le prix utilisé est le prix initial.

Le pire est qu'à l'affichage via 
$prod = new Product((int)$article["id_product"]);
$prix = $prod->getPrice(true, NULL, 2)

Cela me retourne le bon prix, le problème est vraiment lors du calcul du clic sur le bouton ajouter et dans le panier également.

Je vous remercie infiniment du temps que vous prendrez à lire ou me répondre. Excellente soirée

 

 

Good evening everyone, here I am again with a sudden problem that I can not solve despite many research.

Basically, I have 2 specific rules on an article, one that withdraws € 5 when there is only one article and another that gives a price set for Belgians.

For France or other no worries the prices are good.
The problem happens when I'm in Belgium, if I add a single item it's ok, but if I put more then 5 € rules applies, my Belgian rule does not apply and the price used is the initial price.

The worst thing is that the display via
$ prod = new Product (int) $ article ["product_id"]);
$ price = $ prod-> getPrice (true, NULL, 2)

This returns the good price, the problem is really when calculating the click on the add button and in the basket also.

Thank you very much for your time reading or answering me. Great night
Edited by arnaudzeus (see edit history)
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...