VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Darko F. on September 28, 2023, 15:37:05 PM

Title: Modify RSS Feed output
Post by: Darko F. on September 28, 2023, 15:37:05 PM
Hi all
How to Modify RSS Feed output, I want Modify this line 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

need to add additional xmlns link link.

I search in category in file view.feed.php but no success.

Can someone point me in the right direction.
Thanx.
Title: Re: Modify RSS Feed output
Post by: sirius on September 28, 2023, 17:12:34 PM
Hi,
I suppose that VM us the joomla librarie to do this.
/libraries/src/Document/Renderer/Feed/RssRenderer.php
on line 80 (joomla 3.10.12)
on line 86 (joomla 4)