Jump to content

Prix TTC dans une devise, et HT dans les autres


Recommended Posts

Bonjour,

 

Nous cherchons à afficher sur les pages produits et dans le panier :

 

- prix TTC pour le japon

- prix HT en euro et en dollar

 

J'ai ouvert le fichier blockcart.php qui affiche le choix de la devise.

// Set currency
		if ((int)$params['cart']->id_currency && (int)$params['cart']->id_currency != $this->context->currency->id)
			$currency = new Currency((int)$params['cart']->id_currency);
		else
			$currency = $this->context->currency;

Cependant j'aimerai savoir si quelqu'un pourrait me donner un coup de pouce ?

N'étant pas spécialiste de ce genre de manipulation.

 

Cordialement,

Pascal

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