VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: andrai2 on November 20, 2017, 01:22:17 AM

Title: Virtuemart component to create xml for site that comperes prices!
Post by: andrai2 on November 20, 2017, 01:22:17 AM
Hello!

I have site joomla + virtuemart, and i would like to add this site to https://www.salidzini.lv/shops_info.php

https://www.salidzini.lv it is a site in Latvia where people can find goods for cheapest prices as all major e-shops have attached there, there pruducts

To add products in there system they ask for xml file http://www.shop-name.lv/export/salidzini.xml.  and it must refresh every 8 days

So i wanted is there Virtuemart component to create xml for site that comperes prices!

p.s. maybe this https://csvimproved.com no sure

Thanks!
Title: Re: Virtuemart component to create xml for site that comperes prices!
Post by: GJC Web Design on November 20, 2017, 16:32:56 PM
You need a script to export the required xml and a cron job to do this every 8 days then I assume u upload it to salidzini or they fetch it from your server

Ah -- I see I actually built one for a latvian client

produces

<item>
            <link>
            https://www.xxxxx.lv/lv/component/virtuemart/led-spuldzes-1/māja-būvniecība/distanceri/vertikālais-ierobežotājs-20-4-12-mm-distancers-betonēšanai,iep-500gb-detail.html?Itemid=0</link>
            <price>0.04</price>
<image>https://www.xxxxx.lv/images/stories/virtuemart/product/0006.jpg</image>
            <category_full>Distanceri betonēšānai</category_full>
            <category_link>https://www.xxxxx.lv/lv/component/virtuemart/led-spuldzes-1/māja-būvniecība/distanceri.html</category_link>
                    <manufacturer></manufacturer>
<model>0006</model>
                    <delivery_cost_riga>3.00</delivery_cost_riga>
        </item>


PM if interested