Page 2 of 2

Re: how to generate rss feed for yandex

Posted: 29 Apr 2022, 23:35
by vodka
footer: <?xml version="1.0" encoding="utf-8" ?>

Re: how to generate rss feed for yandex

Posted: 01 May 2022, 23:02
by Jan
Hi, for me it is really hard to give some clue advice as when the feed output was changed, hard to say which changes were made there :idea:

Jan

Re: how to generate rss feed for yandex

Posted: 02 May 2022, 18:34
by vodka
$oI['item_id'] = $l.$this->p['item_id'].$r.$v->id.$e.$this->p['item_id'].$r; -work
$oI['item_id'] = $l.$this->p['item_id'].$v->id.$r.$e.$this->p['item_id'].$r; swears at the -Opening and ending tag mismatch...

YML format requires ID and parameters to be placed inside the opening tag
example:
<offer id="2716933893" ></offer>
who checks the xml output, can such format be allowed?

Re: how to generate rss feed for yandex

Posted: 08 May 2022, 23:09
by Jan
Hi, what do you mean with "who checks the XML"?

Re: how to generate rss feed for yandex

Posted: 11 May 2022, 20:17
by vodka
render or who gives me a message go to the feed link:

"This page contains the following errors:
error on line 5 at column 24: Opening and ending tag mismatch: offer_ID37 line 5 and offer_ID"

Re: how to generate rss feed for yandex

Posted: 14 May 2022, 23:56
by Jan
Hi, you can set header and footer in the options - try to check if opening tag is the same like ending tag :idea:

Jan

Re: how to generate rss feed for yandex

Posted: 26 May 2022, 19:19
by vodka
Hi, it turned out the whole thing in the browser - he tries to read it as a channel instead of displaying the code

Re: how to generate rss feed for yandex

Posted: 28 May 2022, 11:35
by Jan
Hi, this is much more a question on browser developers. If your browser will display a channel you still have the option to see the source code of it, which will display the XML. But this has in fact nothing to do with Phoca Cart, this is how browsers differently read the XML they get. :idea:

Jan