Ajouter TTC au prix

  • Posts: 20
  • Thank you received: 0
12 years 1 month ago #44499

Bonjour,

Comment ajouter dans le listing product, dans la page produit et dans le panier le terme TTC juste après le prix ?

ex: 15 € l'unité. devient 15 € TTC l'unité.

Merci.

Last edit: 12 years 1 month ago by nononeo.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 month ago #44526

Bonjour nononeo,

Pour ajouter TTC après le prix, éditez le fichier:

HikaShop > Display > Views > listing_price de la vue "Produit" (Ne vous trompez pas de template)

Et ajoutez:

echo "TTC";

Juste avant:
if(isset($price->price_min_quantity) && empty($this->cart_product_price) && $this->params->get('per_unit',1)){
	if($price->price_min_quantity>1){
		echo JText::sprintf('PER_UNIT_AT_LEAST_X_BOUGHT',$price->price_min_quantity);
	}else{
		echo JText::_('PER_UNIT');
	}
}

The following user(s) said Thank You: nononeo

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum