hikashop xml products export

  • Posts: 1
  • Thank you received: 0
11 years 5 months ago #107566

Hello,
I have hikashop installed and I would like to export my products in xml in the following format:

<products>
      <product>
          <id>322233</id>
          <name><![CDATA[MadBiker 600]]></name>
          <link><![CDATA[http://www.mywebstore.gr/product/322233]]></link>
          <image><![CDATA[http://www.mywebstore.gr/product/322233.jpg]]></image>
          <category id="23"><![CDATA[Αθλητικά > Extreme Sports]]></category>
                <price_with_vat>322.33</price_with_vat>
          <manufacturer><![CDATA[SuperGlasses]]></manufacturer>
          <description><![CDATA[Πρωτοποριακά γυαλιά με .....]]></description>
          <weight>350</weight>
          <mpn>ZHD332</mpn>
          <instock>N</instock>
          <availability>Κατόπιν Παραγγελίας</availability>
      </product>
      ..........
      ..........
      ..........
   </products>


How can I achieve that?

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #107576

Hi,

The solution will probably be to do it through your phpmyadmin by exporting your hikashop_product table and setting the exporting format to XML.

Hope this will help you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.043 seconds
Powered by Kunena Forum