Results 1 to 10 of 3673

Hybrid View

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    We were both saying the same thing in different approaches.

    As chadderuski stated, if the image for Product A is product_A.jpg and the image is to be in the images/category_i_chose_directory folder then in EP4 no matter how many additional images there are, you would populate the field with category_i_chose_directory/product_a.jpg.

    Then product_a.jpg would be the main image and product_a_1.jpg would be loaded just like all of the other additional images.

    EP4 does not upload the image, it uploads the path in the database field used to present and process images.

    In order to upload all of your actual images you could use ftp to do so, after they have been named to align with the primary/main image filename base as described in the link chadderuski provided and as you have indicated to want.
    So let me see if I understand this correctly. As long as I populate the v_products_image column in the easypopulate csv file with productA.jpg and then upload via ftp two files into the same directory. One being productA.jpg and the other productA_1.jpg the product info page in the storefront will show both images??????

    Frank the Confused!

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

    Default Re: EasyPopulate 4.0 Support Thread

    Well I'll be a Monkeys uncle, I just tried it and it works AOK. Now all I need to figure out is how to get the additional image to open up with lightbox like the original image instead of a regular browser popup window. Any hints!

    Thanks to all.

    Frank

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Well I'll be a Monkeys uncle, I just tried it and it works AOK. Now all I need to figure out is how to get the additional image to open up with lightbox like the original image instead of a regular browser popup window. Any hints!

    Thanks to all.

    Frank
    Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: EasyPopulate 4.0 Support Thread

    QUOTE=mc12345678;1320326]Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.[/QUOTE]

    Of course you are right , I thought that when I asked the question. I will move this part of the discussion to the right thread. Thanks for your help.

    Frank

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fjbern1943 View Post
    Quote Originally Posted by mc12345678 View Post
    Wrong thread to discuss, but usually involves making sure the javascript is installed to the correct includes/modules/pages directory and/or properly merged the applicable files. It also depends on other factors, but usually its all about the install.
    Of course you are right , I thought that when I asked the question. I will move this part of the discussion to the right thread. Thanks for your help.

    Frank
    Never hurts to ask. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jan 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    curious problem here. I installed EP4 to my test site. the configuration menu is not working. every item shows the "Uploads Directory" configuration setting, but the options are true / false not a text entry box. If I pick one of those, eavy item on the page is changed the that selection. All true or all false. That's just all kinds of wrong /smile/
    I did the uninstall option, deleted all the files, and deleted the configuration items left behind by a different version, and reinstalled the current cersion. same result.

    version installed is: Easy Populate 4.0.36.ZC - 07-05-2016

    Any ideas?

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jsteggy View Post
    curious problem here. I installed EP4 to my test site. the configuration menu is not working. every item shows the "Uploads Directory" configuration setting, but the options are true / false not a text entry box. If I pick one of those, eavy item on the page is changed the that selection. All true or all false. That's just all kinds of wrong /smile/
    I did the uninstall option, deleted all the files, and deleted the configuration items left behind by a different version, and reinstalled the current cersion. same result.

    version installed is: Easy Populate 4.0.36.ZC - 07-05-2016

    Any ideas?
    Very curious indeed.

    Did you happen to try logging out and then back in after trying the install?

    What's really odd here is a few things:
    1) multiple configuration_key columns have been uploaded (which must all be unique otherwise would error out and not get imported)
    2) with each unique id the same "settings" are applied.
    3) the database install uses an insert command not a select so caching (ZC cache anyways) should not be a factor for a default store.
    4) if there was a previous version of EP4 installed, the queries are written such that they attempt to insert, if unsuccessful then they move to the next query all except one which updates itself if there is a "problem". And that query doesn't even provide a result in a "normal" configuration area.

    Would you mind trying something for me?

    In the includes/function/extra_functions/easy_populate_4_functions.php file, there is a section related to install. In that install section is a series of: $db->Execute( statements

    At the end of each one, could you replace:
    Code:
    );
    with:
    Code:
    , false, false, 0, true);
    Could you also identify more about your system's setup (posting tips information for starters)? What program/version was previously installed?

    That's very interesting because in my testing I didn't come across a situation like that.

    And try that?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Dec 2016
    Location
    South Africa
    Posts
    34
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi all

    I have just changed from OSC to Zencart and have a very basic install, but EP 4 is not exporting a file ( I only have 1 product at present) to test it as I need the correct headings

    I have been using EP in OSC for about 8 years now and have recently done a new OSC 2.3.4 BS Edge website, but where I list my products do not have a compatible product feed yet, so I had to change

    While loading the new site with a new version of EP for OSC I had to change my headings for me to load the 15 000 items I list

    I have tried to download this 1 item to see the headings but all I get is a blank screen

    Any help out there please?

    Thx
    Russel

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

    Default Re: EasyPopulate 4.0 Support Thread

    When you say a basic install, can you please identify what ZC version, what php version?

    When a blank screen is provided, this typically means that an error has been caused and if the error occurs during the after a ZC trigger point, then it should be logged where ZC logs it's error logs (see this FAQ on blank or partial blank pages).

    Which type of export was attempted, from what path? (ie. Dropdowns at top, links along side?) is the one product an active product or is it marked as out-of-stock.

    Ie. Details help to be able to see how to reproduce the issue, what might be causing it, and how to prevent it from occurring again.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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