- Posts: 1421
- Thank you received: 234
Download of datafeed failed, please check feed url
9 years 9 months ago #3053
by bram
Replied by bram on topic Download of datafeed failed, please check feed url
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
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 or Create an account to join the conversation.
9 years 9 months ago #3054
by bram
Replied by bram on topic Download of datafeed failed, please check feed url
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
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 or Create an account to join the conversation.
9 years 9 months ago - 9 years 9 months ago #3059
by vanaveno
Replied by vanaveno on topic Download of datafeed failed, please check feed url
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.
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: 9 years 9 months ago by bram. Reason: article moved
Please Log in or Create an account to join the conversation.
9 years 9 months ago #3060
by bram
Replied by bram on topic Download of datafeed failed, please check feed url
the xml_custom.inc goes into administrator/components/com_datafeeds/cron
the value of $tag must be lower case.
the value of $tag must be lower case.
The following user(s) said Thank You: vanaveno
Please Log in or Create an account to join the conversation.
9 years 9 months ago #3061
by vanaveno
Replied by vanaveno on topic Download of datafeed failed, please check feed url
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

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 or Create an account to join the conversation.
Time to create page: 0.236 seconds