1. amitron57
  2. RO CSVI
  3. Thursday, 01 December 2016
  4.  Subscribe via email
i use hikashop and i want to export xml of all the products and all of the categories of them in one file

each category and her products in xml
Accepted Answer Pending Moderation
Hello,
Have a look at the Getting started tutorial to know on how to create a template and template fields. For exporting HikaShop product and its categories, you need to create a export template with action as export, component as HikaShop and operation to be product. To export as XML file, in your export template on files tab, select Export type option to be XML and save the template. Add the required fields as template fields to your export template. Try doing the export selecting the template you created. If you have any issues post the information requested in the section Looking for a useful answer? on top of this page to check.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
all what you said its clear to me i know how to export the xml file with the product fields but i cant export products and the categories of them like in the example
at the export opration if i choose product i dont have the option to export this template and if i choose category and i cant do this:

<category_name></category_name>
<product_name></product_name>
<product_price></product_price>
<category_name></category_name>

<category_name></category_name>
<product_name></product_name>
<product_price></product_price>
<category_name></category_name>
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,

at the export opration if i choose product i dont have the option to export this template
Can you explain this in more detail?

In the XML format you should set it up like this:
<category_name>[category_name]</category_name>
<product_name>[product_name]</product_name>
<product_price>[product_price]</product_price>


This way CSVI can replace the [product_name] for example with the actual product name.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
you dont have the field category if you export product opration product categoy is not there just the fields that connect with product
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,

The category_name and category_path fields are available in the product export. If you don't see them, follow the Missing fields in CSVI document and they should show up.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
ok thanks now i have new fields
  1. more than a month ago
  2. RO CSVI
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!