1. rado85
  2. RO CSVI
  3. Thursday, 23 March 2017
  4.  Subscribe via email
Hi!

Is there possibility to generate xml for price comparison like ceneo.pl in Poland?

It look like here:

<o id="1" url="http://www.wianuszek.pl/dodatki-komunijne/wianki-komunijne/wianek-komunijny-w079-d" price="39.99" basket="0" avail="1" >
<name><![CDATA[Wianek komunijny RW079]]></name>
<cat><![CDATA[Hobby/Akcesoria imprezowe/Chrzest i Komunia]]></cat>
<imgs><main url="http://www.wianuszek.pl/images/stories/virtuemart/product/wianek-komunijny-w079.jpg" />
<i url="http://www.wianuszek.pl/images/stories/virtuemart/product/resized/wianek-komunijny-w079_200x200.jpg" />
</imgs>
<desc><![CDATA[Przedstawiamy wianek komunijny wykonany z organdynowych i atłasowych kwiatuszków z malutkimi kryształkami zakończony zwiewną kokardą z lokami.]]></desc>
<attrs>
<a name="EAN"><![CDATA[RW079]]></a>
</attrs>
</o>


Regards!
Accepted Answer Pending Moderation
Hello,
You can setup your custom XML in XML layout tab in your export template settings. Select export type as XML in File tab to see this XML layout tab, you can then set header, body and footer fields as needed for your export. Have a look at custom XML section in Process XML files document to know more on custom XML layouts.
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
OK, i forgot to write that this is xml file of products in virtuemart. So it is possible ?

Regards
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
Yes, it is possible with product export too. You need to put in the VirtueMart product database field name in the XML nodes like <name>[product_name]</name> in your custom XML layout.
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. # 3
Accepted Answer Pending Moderation
Hi!

look into my settings and XML

how to set auto product name?
how to set <o id="1" url="http://www.wianuszek.pl/dodatki-komunijne/wianki-komunijne/wianek-komunijny-w079-d" price="39.99" basket="0" avail="1" >



From my first post?


regards
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
Do you have product_name field added in your template fields? Can you post your template XML file to check? To get template XML file go to CSVI maintenance page, Select CSVI Pro on first option and Backup template on second option. Select your template and click continue. Download the XML file and send it.
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. # 5
Accepted Answer Pending Moderation
Here it is
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
In your template fields for product_name field you have set column header field to be name. You don't need that as you have already set the node name in XML layout tab in template settings. Remove the column header name and try the export.
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. # 7
Accepted Answer Pending Moderation
Thanks!

Can you tell me why if i set like this:
<o id="[virtuemart_product_id]" url="[product_url]" price="[product_price]" basket="0" avail="1">
<name>[product_name]</name>
<cat><![CDATA[Hobby/Akcesoria imprezowe/Chrzest i Komunia]]></cat>
<imgs><main url="https://www.wianuszek.pl/[file_url]" /></imgs>
<desc>[product_desc]</desc>
</o>

the first imgs is ok, but in product id 2 i have double file url seperated by | with https and indirect url.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
file_url will generate multiple images using | symbol. You need to change url=" http://www.wianuszek.pl/ [file_url]" to url="[file_url]" and set domain name in CSVI Dashboard page >> Options button. This will then generate file_url field each image with domain name.
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. # 9
Accepted Answer Pending Moderation
1. Doesn`t work.
2. works only fore product_url
3. How to set that load only first image?

my files - csvi templat setting and generated xml
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Hello,

You need to use picture_url instead of file_url for the image. You can't control which image CSVI exports, as CSVI just exports the first image that is returned by the database.
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. # 11
  • Page :
  • 1


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