summer Posted June 23, 2010 Share Posted June 23, 2010 I'm using wordpress as the main site. I have prestashop installed in a subfolder. My PS is not a shop, it's only a products catalog, i set all products price to $0 because I don't want to display the price. It's currently looking like this :Ipod - $0Imac - $0Ipad - $0I'm displaying the the products using wordpress rss widget.My question is : How do I remove the price from PS rss feed? Link to comment Share on other sites More sharing options...
rocky Posted June 24, 2010 Share Posted June 24, 2010 Change line 41 of modules/feeder/rss.php (in PrestaShop v1.3.1) from: 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"; to: 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"; Link to comment Share on other sites More sharing options...
summer Posted June 24, 2010 Author Share Posted June 24, 2010 perfectthanks! Link to comment Share on other sites More sharing options...
A.Rahman Posted July 12, 2011 Share Posted July 12, 2011 Hello,I have the same question, but I am using prestashop as a catalogue and dont want it to display the prices but my clients can send me an order for the requested products, and afterwards I will contact them for the prices. My question is how do I remove the "$0" from next to the products without affecting my "add to cart"?Best Regards,A.Rahman Link to comment Share on other sites More sharing options...
lanouvelle Posted December 4, 2011 Share Posted December 4, 2011 I like to separate the title and price how to do so? Link to comment Share on other sites More sharing options...
Recommended Posts