1. akarki
  2. RO CSVI
  3. Friday, 25 December 2015
  4.  Subscribe via email
Hi,

How can i set in version 6.x template options "import based on" field? I need Custom SKU with product_mpn.

i don't see pulldown list with custom sku, and custom column name field.

See pirctures!

Thanks
Accepted Answer Pending Moderation
Hello,
You can directly add product_mpn to "Import based on" field and do the import. Pulldown list with custom sku and custom column name field are removed from CSVI 6 version.
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
Hello,

I filled out the "Import Based on" filed with product_mpn, but didn't worked.

In the log i found this line: ICEcat mon reference not found

I imported before the icecat_index and the maufacturer index.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
Can you load patch file attached and see if you are able to import?
patch_virtuemart2015-12-31.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
Thank you for the patch, but i see the same message in the log
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
Please try the updated patch attached here and let me know how it goes.
patch_virtuemart_2016-01-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. # 5
Accepted Answer Pending Moderation
Hello,

thank you for the patch! It works, but error with image gallery.

I send the log, and an error message.
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
The Image url in the gallery is wrong, the image is saved with complete ICEcat URL. To solve this, Edit template, on image tab try setting "Save images on server" to yes and do the import.
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
Hello,

i changed the settings, it's works, but...
maybe some Icecat link is wrong. ( http://images.icecat.biz/img/gallery_lows/17546899-Nedis-CMP-SOUNDUSB12König-6153.jpg )

And other problem: by generate some thumbnail is wrong too.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
Can you try loading the patch file and see if the thumbnail link works?
patch_vm_2016-01-08.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. # 9
Accepted Answer Pending Moderation
Hello,

Now download and generate the images and thumbnails, but i see not a single image in the virtuemart database. The files in the product folder are ok.

Can you write an error handling routine in picture import, when the icecat image link is worng, then stoped the import now with error.

Thanks
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Hello,

Can you write an error handling routine in picture import, when the icecat image link is worng, then stoped the import now with error.
This is not going to be implemented, if there is an error, CSVI should continue. If there is an issue for CSVI the issue will be logged and can be checked afterwards in the log.

To not see these image issues you can go to System -> Global configuration -> Server -> Error reporting and set it to None.

You said you don't see any images in the database, that sounds incorrect because we can see the images are imported:
UPDATE `ejrta_virtuemart_medias` SET `virtuemart_vendor_id`='1',`file_title`='24408815-2911.jpg',`file_description`='24408815-2911.jpg',`file_meta`='24408815-2911.jpg',`file_class`='',`file_mimetype`='image/jpeg',`file_type`='product',`file_url`='images/stories/virtuemart/product/24408815-2911.jpg',`file_url_thumb`='images/stories/virtuemart/product/resized/24408815.jpg',`file_is_product_image`='1',`file_is_downloadable`='0',`file_is_forSale`='0',`file_params`='',`file_lang`='',`shared`='0',`published`='1',`created_on`='0000-00-00 00:00:00',`created_by`='0',`modified_on`='0000-00-00 00:00:00',`modified_by`='0',`locked_on`='0000-00-00 00:00:00',`locked_by`='0' WHERE `virtuemart_media_id`='1'
this looks all good to me.
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
Accepted Answer Pending Moderation
Hello,

I set the Error reporting to None, In php setting diplay error is off, but the messages comes, even one or more record will be imported.By ending first import session (i probed 1, 5 20 lines per import) the impurt interrupted.

"( ! ) Warning: imagejpeg(C:/wamp/www/ut01/images/stories/virtuemart/product/http://images.icecat.biz/thumbs/24408815.jpg): failed to open stream: Invalid argument in C:\wamp\www\ut01\administrator\components\com_csvi\helper\image.php on line 971"

The records in the virtuemart database are ok.

Thanks

Steve
  1. more than a month ago
  2. RO CSVI
  3. # 12
Accepted Answer Pending Moderation
Hello Steve,

Please see my directions in this thread that should solve the issue of the warning showing.
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. # 13
Accepted Answer Pending Moderation
Helo,

Thanks for the idea, now works without warning, but the import run now with endless loop..

In my test xml are 102 records, and i stopped the import after 800th resord.
  1. more than a month ago
  2. RO CSVI
  3. # 14
Accepted Answer Pending Moderation
Hello,
This could be a problem with Javascript conflicts. Please look at Using firebug to analyse problem document to see if you can get any information on the error. Also send us a screenshot on the same.
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
Hello,
We have found and fixed the issue causing the endless loop with xml file. Can you try importing after loading the patch file attached here?


patch_csvi_2016_02_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. # 16
Accepted Answer Pending Moderation
Hello,

Thanks for the patch, the import work, but i can't fully tested, becose i have problem with my icacat account.
  1. more than a month ago
  2. RO CSVI
  3. # 17
Accepted Answer Pending Moderation
Hello,

The patch is also included in the CSVI 6.5.0 release, so you can update and have the changes as well.
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. # 18
Accepted Answer Pending Moderation
Tanks,

My Icecat account did not work.

Now works the import with existing product fine, but when in my database is a record which not exist in a free icecat database, then import the previos content for the new product.

Kind Regards
Steve
  1. more than a month ago
  2. RO CSVI
  3. # 19
Accepted Answer Pending Moderation
Hello Steve,
Please try to load the attached patch file and try doing the import.


patch_vm_icecat_2016-03-17.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. # 20
  • Page :
  • 1
  • 2


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