1. spro1
  2. RO CSVI
  3. Thursday, 24 November 2016
  4.  Subscribe via email
Hello!
CSVI version 6.6.4
Joomla! 3.6.4
VirtueMart 3.0.18
I need export to Yandex Market.
There are several problems:
1. In the header, there is no information about the store, eg:

<name></name>
<company></company>
<url></url>
<currencies>
<currency id="" rate="" plus=""/>

2. tag <offer> does not contain the product id, available info and type (eg: <offer id="">, need: <offer type="vendor.model" id="1724" available="true">;)
3. In <picture> tag need to specify the full path to the image (eg: <picture>https://sitename.com/images/stories/virtuemart/product/7916073.jpg</picture>;)
4. In <description> tag need add clean text, without code and tags. Is that possible?

Can you tell me what variables are available in the export template Yandex, please?
Accepted Answer Pending Moderation
Hello,
Can you try the modified patch file attached here and see those empty string are also gone?


patch_yandex_export_2016_12_01.zip
Attachments (1)
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
perhaps it is not critical, but now there is an empty string
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
Thank you for sending the template. Can you load the attached patch file and see if the duplicate issue is gone?

patch_yandex_export_2016_12_01.zip
Attachments (1)
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
Hello!
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
Can you post your template XML file to check? To get the backup go to CSVI maintenance menu, select CSVI Pro on first option and Backup templates on second option, Select your export template and click continue. An XML file will be downloaded. Please post the file here.
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
Hello!
Thank you for your answers!
Sorry, but there is another problem.
After applying the latest patch the contents of the last tag is duplicated
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,

Why they are not available for export?
The export should not need it because the records don't need to be read into memory. During export, one record at a time is processed.

You posted the server log before and you can see that the error comes from the VirtueMart file and not the CSVI file. You cannot increase the memory limit for the export? Nowadays 128MB is really not all that much.

Adding a batched export means a fundamental change in how exports are handled, this is not an easy thing to do.
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. # 7
Accepted Answer Pending Moderation
export works in parts, but I need to get a file with all products.
the import template have a available limits settings and they work fine. Why they are not available for export?
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
Every time you do a export giving a record count, a new file will be created with new set of records.
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
the file will be overwritten or supplemented?
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Hello,
One solution you can try here is export records in batches, in your export template settings on file tab you can set From record and To record fields and do the export. Initially try to set to few records to see if export finishes. You can then gradually increase the record count to know the maximum records you can export in one batch.
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. # 11
Accepted Answer Pending Moderation
Hello!
the server has a limit of 128 MB of RAM to 1 process. Is it possible to somehow solve the problem, if i can not change the server settings?
  1. more than a month ago
  2. RO CSVI
  3. # 12
Accepted Answer Pending Moderation
Hello,
The server error log shows that your server ran out of memory while doing the export. Try to increase the memory limit on your server and see if it helps.
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. # 13
Accepted Answer Pending Moderation
server log is attached in the last message.
Can I export with pauses, and not immediately? just as it is done when importing
  1. more than a month ago
  2. RO CSVI
  3. # 14
Accepted Answer Pending Moderation
Hello,
If you are seeing error 500 then there is something which has gone wrong in your export. Please check the 500 internal server error document to know the causes. You may need to check your server error logs and see if there is any log entry for this error.
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. # 15
Accepted Answer Pending Moderation
Now export works correctly. Thank you!
But if i export all products Error 500 appears(((
The store contains more than 3000 products
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 16
Accepted Answer Pending Moderation
Hello,
Can you try the attached patch file for image url and see if it works?


patch_yandex_file_url_2016_11_16.zip
Attachments (1)
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. # 17
Accepted Answer Pending Moderation
Export works!
But the tag <picture> does not contain the full path to the image
[code type=xml]<picture>images/stories/virtuemart/product/7691066_1.jpg</picture>[/code]
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 18
Accepted Answer Pending Moderation
Hello,
Can you load the modified patch file attached here and see if it works?


patch_yandex_2016_11_25_modified.zip
Attachments (1)
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. # 19
Accepted Answer Pending Moderation
server error_log
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 20
  • Page :
  • 1
  • 2


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