Jump to content

How to show to product url/link in the RSS description


Recommended Posts

***To Add Product URL to RSS Feed Description, Edit modules/feeder/rss.php***

 

 

Find:

echo $product['description_short']."]]></description>\n\n";

 

 

Replace with:

echo $product['description_short'].'<br />Read more and order online: <a href="'.$link->getproductLink($product['id_product']).'">'.$product['name']."</a><br />]]></description>\n";

Link to comment
Share on other sites

×
×
  • Create New...