Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi Can anyone help?

    I have imported all of my attributes successfully but the v_products_options_sort_order column doesn't seem to be importing, does anyone have any idea why. I am so close to finishing this big import and this is the only thing delaying it now .

    Below example... Everything else is fine!

    v_products_options_sort_order
    1
    2
    3
    4
    5
    1
    2
    3
    4
    5
    1
    0


    v1.5.5a
    Easy Populate 4.0.35.ZC - 04-29-2016


    Thanks

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    A little delayed in posting this, but...

    Version 4.0.36.ZC has been made available for download. Patches "hidden" throughout the recent months are incorporated as well as the issues recently identified. No that doesn't mean that all of the discussion of attributes is incorporated, but there are/were some improvements made.

    Download available at: https://www.zen-cart.com/downloads.php?do=file&id=2069
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by lindsey80 View Post
    Hi Can anyone help?

    I have imported all of my attributes successfully but the v_products_options_sort_order column doesn't seem to be importing, does anyone have any idea why. I am so close to finishing this big import and this is the only thing delaying it now .

    Below example... Everything else is fine!

    v_products_options_sort_order
    1
    2
    3
    4
    5
    1
    2
    3
    4
    5
    1
    0


    v1.5.5a
    Easy Populate 4.0.35.ZC - 04-29-2016


    Thanks
    As is the case with addressing any issue, need additional context.

    What is the filename (prefix up to and including the first occurrence of ep), what is the primary key? What are the values of the primary key? What is the result of providing the above sequence of sort orders?

    The import file for a detailed import appears to support that operation, although in 4.0.35 there remained some bugs that had to be corrected and hence 4.0.36.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by lindsey80 View Post
    Hi Can anyone help?

    I have imported all of my attributes successfully but the v_products_options_sort_order column doesn't seem to be importing, does anyone have any idea why. I am so close to finishing this big import and this is the only thing delaying it now .

    Below example... Everything else is fine!

    v_products_options_sort_order
    1
    2
    3
    4
    5
    1
    2
    3
    4
    5
    1
    0


    v1.5.5a
    Easy Populate 4.0.35.ZC - 04-29-2016


    Thanks
    BTW, saw this post where the problem appeared to be that the products_model field was missing and to which the above problem appeared to be associated. If you could please clarify what is going on? If you did have the same problem as was experienced by LilleyPadGifts and have since resolved it, could you please add to that thread what was done to resolve that issue? The above message indicates that all is fine which is different than the referenced post.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hello,

    I have a question. In my product feed is it possible to list more than one image in the v_products_image column?

    If possible what would the entry look like? xxx.jpg,xx1.jpg or xxx.jpg:xx1.jpg, xxx.jpg;xx1.jpg ?

    Thanks
    Frank

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Hello,

    I have a question. In my product feed is it possible to list more than one image in the v_products_image column?

    If possible what would the entry look like? xxx.jpg,xx1.jpg or xxx.jpg:xx1.jpg, xxx.jpg;xx1.jpg ?

    Thanks
    Frank
    The field can take whatever your store will be able to process provided characters are properly escaped.

    For a default ZC store, the field contains the path to the base image that is then used to identify additional images. It is not the image itself, just a "pointer" to the location of the image. That pointer is then used in your store to complete the path to the picture.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    The field can take whatever your store will be able to process provided characters are properly escaped.

    For a default ZC store, the field contains the path to the base image that is then used to identify additional images. It is not the image itself, just a "pointer" to the location of the image. That pointer is then used in your store to complete the path to the picture.
    v_products_image refers to the main image and assumes the image is located in <website root>/images/ folder

    if you organize your images INSIDE the /image folder, then you would add that to your image path

    say your image is:

    <website root>/images/books/bible.png

    then you would put "books/bible.png" in your v_products_image column.

    For multiple images, review the instructions here:

    https://www.zen-cart.com/content.php...s-to-a-product

    hope this helps

  8. #8
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    v_products_image refers to the main image and assumes the image is located in <website root>/images/ folder

    if you organize your images INSIDE the /image folder, then you would add that to your image path

    say your image is:

    <website root>/images/books/bible.png

    then you would put "books/bible.png" in your v_products_image column.

    For multiple images, review the instructions here:

    https://www.zen-cart.com/content.php...s-to-a-product

    hope this helps
    Thank you for your responses Gentlemen. However, what I am trying to avoid is to have to add additional images using Image Handler to add additional product pictures manually for each individual product. I am looking for a way to be able to add the additional picture links within the EasyPopulate plugin to accomplish this task. Product A would point to imageA.jpg and imageA_1.jpg etc.

    Best regards,

    Frank

  9. #9
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Thank you for your responses Gentlemen. However, what I am trying to avoid is to have to add additional images using Image Handler to add additional product pictures manually for each individual product. I am looking for a way to be able to add the additional picture links within the EasyPopulate plugin to accomplish this task. Product A would point to imageA.jpg and imageA_1.jpg etc.

    Best regards,

    Frank
    Additional product images are 'assigned' buy the file name of the image file. They are not assigned to the product in any way. This plugin does not upload any images, those need placed on the server separately. Use this to assign the main image. Upload the main image and any additional using the proper naming convetion.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg