Jump to content

[RÉSOLU] Prix sans taxes dans le flux RSS de produits


kiwioups

Recommended Posts

J'aimerais que le prix des nouveaux produits dans le Flux RSS s'affiche sans taxes.

 

J'ai vérifier le fichier rss.php dans le répertoire du module Feeder, mais j'ai pas trouver comment le modifier pour afficher le prix sans les taxes....

 

quelqu'un pourrais m'aider ?

Link to comment
Share on other sites

Bonjour,

 

remplacez la ligne 60 du fichier rss.php du module

echo "\t\t\t<title><![CDATA[".$product['name']." - ".html_entity_decode(Tools::displayPrice(Product::getPriceStatic($product['id_product']), $currency), ENT_COMPAT, 'UTF-8')." ]]></title>\n";

 

par

echo "\t\t\t<title><![CDATA[".$product['name']." - ".html_entity_decode(Tools::displayPrice(Product::getPriceStatic($product['id_product'],false), $currency), ENT_COMPAT, 'UTF-8')." ]]></title>\n";

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