Skip to main content

Download of datafeed failed, please check feed url

More
10 years 3 months ago #3053 by redactie
sorry,

that feed should have been removed as example.

but the basics are working.

you can't change the output on the right side, on the left you can do the mapping feed-fields-> database-fields

Please Log in to join the conversation.

More
10 years 3 months ago #3054 by redactie
the autodetect only works for CSV files and known XML formats.


In general each xml format requires it's own parser your's as well. However it will work mostly (description is not imported) with the TT V1 xml parser

Please Log in to join the conversation.

More
10 years 3 months ago - 10 years 3 months ago #3059 by vanaveno
With TT V1 xml parser it doesn't work this feed www.hyperslevy.cz/export/export_cj.php . But thanks for you information, I had to creat specific parser. I found this instruction.
affiliatefeeds.nl/articles/11-feed-impor...a-custom-parser.html

I created file xml_custom.inc and I put there code:

<?php
class HyperslevyRSS extends BasicRSS{
var $item_tag='DEAL';
}

$feed_parsers='Hyperslevy Parser';

But where this xml_custom.inc to set, It can't found this xml_custom.inc.
Last edit: 10 years 3 months ago by redactie. Reason: article moved

Please Log in to join the conversation.

More
10 years 3 months ago #3060 by redactie
the xml_custom.inc goes into administrator/components/com_datafeeds/cron

the value of $tag must be lower case.
The following user(s) said Thank You: vanaveno

Please Log in to join the conversation.

More
10 years 3 months ago #3061 by vanaveno
Yes!!! It's works :) Super Thank you bram.

One morte qustion.
It is possible at this component, add to url relink with my affiliate ID?
For example:
Direkt url to product: hyperslevy.cz/somtehing
With relink: https://myaffiliateid.php?=https://hyperslevy.cz/somtehing

Please Log in to join the conversation.

Time to create page: 1.041 seconds