1. peterva
  2. RO CSVI
  3. Tuesday, 24 March 2015
  4.  Subscribe via email
I need to export product prices for Amazon. The XML for each product has to start with a MessageID which is basically a counter. Is it possible to set up a field for this in CSVI Pro?

Example:
[color=#ff0000]<MessageID>1</MessageID>[/color]
<Price>
<SKU>BB00101009</SKU>
<StandardPrice currency=“EUR”>35</StandardPrice>
</Price>
Example:
[color=#ff0000]<MessageID>2</MessageID>[/color]
<Price>
<SKU>BC00201009</SKU>
<StandardPrice currency=“EUR”>35</StandardPrice>
</Price>
[color=#ff0000]<MessageID>3</MessageID>[/color]
<Price>
<SKU>BD00301009</SKU>
<StandardPrice currency=“EUR”>35</StandardPrice>
</Price>
etc.
Accepted Answer Pending Moderation
Is it possible to set up a field for this in CSVI Pro?
This is not possible. Does the counter have to be 1, 2, 3, etc or can it be other numbers? If it can be other numbers you could use the virtuemart_product_id as the message ID. This is a unique number.
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. # 1
Accepted Answer Pending Moderation
Thanks! That's exactly what I did in the first place ;-)

Not sure if Amazon accepts non-sequential numbers, they do not have the most user-friendly API in the world.

But as far as I can see they only use it in case of errors, to make a reference to the part of the upload with the error.

Should work then ...
  1. more than a month ago
  2. RO CSVI
  3. # 2
  • Page :
  • 1


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