-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
Hello, I have 2 questions.
1. I have few thousands of products, and when I choose all products on product list page, I see only 500 products maximum. How can export all of them? I know, that it could be done via mass actions -> Export a csv file, but in that case my custom fields, images routes, and category related columns are missing (categories_ordering, parent_category, categories_image, categories, and other). How can I fix that?
2. Is it possible to export in custom .xml somehow? I need some data for price comparison service with such example:
<?xml version="1.0" encoding="utf-8" ?>
<root>
<item>
<name>Nokia 6120</name>
<link>http://www.shop-name.lv/info/Nokia6120/</link>
<price>150.55</price>
<image>http://www.shop-name.lv/images/Nokia6120.jpg</image>
<category_full>Mobilie telefoni >> Nokia</category_full>
<category_link>http://www.shop-name.lv/nokia</category_link>
<manufacturer>Nokia</manufacturer>
<model>6120</model>
<in_stock>7</in_stock>
<delivery_cost_riga>2.99</delivery_cost_riga>
<delivery_latvija>5.99</delivery_latvija>
<delivery_latvijas_pasts>1</delivery_latvijas_pasts>
<delivery_dpd_paku_bode>0</delivery_dpd_paku_bode>
<delivery_pasta_stacija>0</delivery_pasta_stacija>
<delivery_omniva></delivery_omniva>
<delivery_statoil>1.50</delivery_statoil>
<delivery_days_riga>4</delivery_days_riga>
<delivery_days_latvija>6</delivery_days_latvija>
<used>0</used>
</item>
<item>
...
</item>
</root>
UPD. hm... and now I've got HTTP ERROR 500 when I'm trying to process export csv via mass actions
UPD2. And ERR_INVALID_RESPONSE when I leave only product related fields.. wtf?