Jump to content

Xml Export Help


Recommended Posts

Hi, i´m wondering if anyone could help me with XML export...
 
I´ve module that is doing XML export for shopping portal (Prestacenter XML free). Export is working fine, but I need to change a form of cathegory that module is doing.
Now, it take categories from shop, as they are. (eg. Tools l Screwdriver l Kits)
 
But shopping portal has different categories, therefore my product isn´t listed in cataloge.
 
Here´s template of export:

 

<SHOP>
  <SHOPITEM ps_block="product">
  <PRODUCTNAME>{name}</PRODUCTNAME>
  <PRODUCT>{name}</PRODUCT>
  <DESCRIPTION>{description_short}</DESCRIPTION>
  <URL>{url}</URL>
  <IMGURL>{img_url}</IMGURL>
  <PRICE_VAT>{price_vat}</PRICE_VAT>
  <MANUFACTURER>{manufacturer}</MANUFACTURER>
  <CATEGORYTEXT>{categories}</CATEGORYTEXT>
  <EAN>{ean}</EAN>
  <DELIVERY_DATE>{availability: "0,6,14"}</DELIVERY_DATE>
  </SHOPITEM>
</SHOP>
 
for CATEGORYTEXT -> i need different cathegories
 
 
module add its own column for different category to every category in cataloge, but it isn´t working....
 
Anyone help ?
Edited by qpkqkma (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...