Page 250 of 367 FirstFirst ... 150200240248249250251252260300350 ... LastLast
Results 2,491 to 2,500 of 3663
  1. #2491
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    FYI: I discovered that a Froogle export in Easy Populate v1.2.5.4 contains the image URL's (and Product URL's) in the data file.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Crunch View Post
    Unfortunately I was provided no specifics. I was cold added into an email thread between the store owner and an Amazon rep discussing migration to a Amazon store.

    This is all they asked for:

    "Send me a data file or spreadsheet (as a product export from your eCommerce platform) containing the following product information for the initial items you’d like to list:

    • Product Name
    • Brand/Manufacturer
    • UPC Code
    • Price
    • Quantity
    • Description
    • Image URL

    There are many other optional fields that can be included, such as your own SKU#, search keywords, additional images, size or color variations available, weight if you want to charge weight-based shipping rates, etc. But those are optional—the fields above are the basic ones needed."

    They refer to attributes as variations.

    I think at this point I will send them two data files - the "Complete Products (with Metatags)" and "Basic Products Attributes (basic single-line)" and see if that works for their integration team. If I receive any other info, I will let you know.
    Well, I began creating a sort of EP4 plugin to try to accomodate. Figured why not. Seeing that the "combined" list of attributes is expected to fill in a single block I thought I would try to find out. :)

    Didn't see anything about language though, like identifying the content to a language (as you may have come to know, EP4 does support populating multiple languages) so was going to try to adapt to that as well... perhaps though in the conversations you can find out some more information.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Crunch View Post
    FYI: I discovered that a Froogle export in Easy Populate v1.2.5.4 contains the image URL's (and Product URL's) in the data file.
    Yeah, not a big deal to create. There's already the ability to export various aspects of a product, for example there already is an export of the products_uri as say a customer would enter. There's also already the image location as it relates to DIR_WS_IMAGES. All that needs to happen is say to export the uri generated when using the zen_image (or sorry if at the moment I forgot the function name) function appended to the base uri... I realize that you may be new to EP4, but I said it maybe 2 or more years ago, everything that is needed is here in the code, someone just has to identify what they need/want and even better if someone adds to it (one has taken EP4 and added the export of a product type that in itself is complicated and done so without affecting the base EP4 code). At the moment I'm working on the additional capability of Stock-by-attributes to handle the upload of files otherwise I might be adding to EP4. I have to balance my time to suit "particular" needs and requests.

    When I get a chance in the next day or so I'll upload what I have for the amazon "addition" to github. Probavly as a separate repo as it will be an add-on to EP4 rather than some sort of modification to it. Pretty sure after that others will begin splitting off. Considering that the information is to be one way (outward) would be good to know what headings each column should have so that the necessary format can be applied.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #2494
    Join Date
    Jun 2015
    Posts
    25
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I get this error whenever I try to import a feed into the website. The vps I got is this:

    Server Host: centos (91.92.109.48)

    Server OS: Linux 2.6.32-042stab108.2

    Server Date: 06/01/2016 09:45:58

    Server Up Time: Unsupported

    HTTP Server: Apache/2.2.31 (Unix)

    PHP Version: 5.6.20 (Zend: 2.6.0)

    PHP File Uploads: On

    Upload Max Size: 128M

    PHP Memory Limit: 1024M

    POST Max Size: 128M

    Database: MySQL 5.5.49

    Database Host: 127.0.0.1 (127.0.0.1)

    Database Date: 06/01/2016 09:45:58

    Database Data Size: 457 kB

    Database Index Size: 464 kB

    MySQL Slow Query Log Status: On

    MySQL Slow Query Log File: /var/lib/mysql/centos-slow.log

    MySQL Mode: (None set)

    and zen cart 1.5.5

    [31-May-2016 17:22:11 UTC] Request URI: /zcadmin/configuration.php?gID=31&cID=547&action=edit, IP address: 172.93.102.178
    #1 call_user_func() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php:1800]
    #2 zen_call_function() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/configuration.php:129]

    [31-May-2016 17:22:11 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php on line 1800
    [31-May-2016 17:22:11 UTC] Request URI: /zcadmin/configuration.php?gID=31&cID=547&action=edit, IP address: 172.93.102.178
    #1 call_user_func() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php:1800]
    #2 zen_call_function() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/configuration.php:129]

    [31-May-2016 17:22:11 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php on line 1800

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by RonaldNavarro689 View Post
    I get this error whenever I try to import a feed into the website. The vps I got is this:

    Server Host: centos (91.92.109.48)

    Server OS: Linux 2.6.32-042stab108.2

    Server Date: 06/01/2016 09:45:58

    Server Up Time: Unsupported

    HTTP Server: Apache/2.2.31 (Unix)

    PHP Version: 5.6.20 (Zend: 2.6.0)

    PHP File Uploads: On

    Upload Max Size: 128M

    PHP Memory Limit: 1024M

    POST Max Size: 128M

    Database: MySQL 5.5.49

    Database Host: 127.0.0.1 (127.0.0.1)

    Database Date: 06/01/2016 09:45:58

    Database Data Size: 457 kB

    Database Index Size: 464 kB

    MySQL Slow Query Log Status: On

    MySQL Slow Query Log File: /var/lib/mysql/centos-slow.log

    MySQL Mode: (None set)

    and zen cart 1.5.5

    [31-May-2016 17:22:11 UTC] Request URI: /zcadmin/configuration.php?gID=31&cID=547&action=edit, IP address: 172.93.102.178
    #1 call_user_func() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php:1800]
    #2 zen_call_function() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/configuration.php:129]

    [31-May-2016 17:22:11 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php on line 1800
    [31-May-2016 17:22:11 UTC] Request URI: /zcadmin/configuration.php?gID=31&cID=547&action=edit, IP address: 172.93.102.178
    #1 call_user_func() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php:1800]
    #2 zen_call_function() called at [/home/soft/public_html/XXXXXXXXXXX.com/zcadmin/configuration.php:129]

    [31-May-2016 17:22:11 UTC] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zen_cfg_select_option(array('true', 'false'),' not found or invalid function name in /home/soft/public_html/XXXXXXXXXXX.com/zcadmin/includes/functions/general.php on line 1800
    Assuming that zcadmin is not your actual admin directory (if it is, suggest changing it), if you goto your configuration for EP4, what are your current settings for uploads Directory and Uploads Directory Admin/catalog? With regards to the first, does the path include the name of your admin directory (that's the real question.)?

    Also does your admin/includes/functions/extra_functions/easypopulate_4_functions.php include both:
    function ep4_directory_check and
    function ep4_directory_choice_check?

    And what version of EP4 do you have installed as obtained from?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #2496
    Join Date
    Jun 2015
    Posts
    25
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Assuming that zcadmin is not your actual admin directory (if it is, suggest changing it), if you goto your configuration for EP4, what are your current settings for uploads Directory and Uploads Directory Admin/catalog? With regards to the first, does the path include the name of your admin directory (that's the real question.)?

    Also does your admin/includes/functions/extra_functions/easypopulate_4_functions.php include both:
    function ep4_directory_check and
    function ep4_directory_choice_check?

    And what version of EP4 do you have installed as obtained from?
    thank you for your fast reply. it seems it has solved itself after reuploading the easypopulate? I looked again in the logs errors and saw that easypopulate_4_import.php was ending abruptly.

    If anyone is faced with this issue, maybe it finds useful the reupload solution and looking again in the logs to see if there will be any more errors.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by RonaldNavarro689 View Post
    thank you for your fast reply. it seems it has solved itself after reuploading the easypopulate? I looked again in the logs errors and saw that easypopulate_4_import.php was ending abruptly.

    If anyone is faced with this issue, maybe it finds useful the reupload solution and looking again in the logs to see if there will be any more errors.
    Yes that can often be an issue if errors begin after first uploading the files. Glad that you were able to resolve it.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #2498
    Join Date
    Jun 2015
    Posts
    25
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    thanks again for assistance.

  9. #2499
    Join Date
    May 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread can not import detailed attributes

    Quote Originally Posted by mc12345678 View Post
    As to your next step of exporting a sample file. Spot on. Please keep in mind usage as described in the instructions for uploading and also note that there is a patch on the previous page if you are uploading attributes using EP4 version 4.0.35.ZC as downloaded from the ZC site.
    I can not successfully import detailed attributes.
    I applied the patch on the previous page since I'm working with attributes using EP4 version 4.0.35.ZC as downloaded from the ZC site, by adding the 4 instances of the colon to easypopulate_4_attrib.php.

    Background
    I thought I would use EP4 to export products from an existing Zen Cart store v1.54 and try importing them into a freshly installed empty ZC v.1.55a store.

    I exported 3 files.

    File 1. I exported using Filterable Exports: Download Type = Complete Products and left the other parameters (i.e, Categories, Manufactures, Status) at their default (I assume that's the way to get everything).
    Full-EP2016May31-220237.csv

    File 2. I exported using Attribute Export/Import Options
    Basic Products Attributes (basic single-line)
    Attrib-Basic-EP2016May31-221112.csv

    File 3. I exported using Attribute Export/Import Options
    Detailed Products Attributes (detailed multi-line)
    Attrib-Detailed-EP2016May31-221156.csv


    I uploaded the 3 files into the new empty ZC v1.55a store using "Upload EP File", Browse, Upload. The files then automagically appeared under the apparently appropriate EP4 admin File Name sections . . .

    File 1. This contains any other file. They will be processed like the upload of a full data file.
    Full-EP2016May31-220237.csv

    File 2. Prefix: attrib-basic-ep. It will be processed through the Basic Attribute filters.
    Attrib-Basic-EP2016May31-221112.csv

    File 3. Prefix: attrib-detailed-ep. It will be processed through the Detailed Attributes filters.
    Attrib-Detailed-EP2016May31-221156.csv

    I then attempted to Import the 3 files by clicking on their associated Import buttons.

    File 1 seems to have worked fine . . .
    Updated records: 171
    New Imported records: 148
    Errors Detected: 0
    Warnings Detected: 0

    File 2 seems to have worked reasonably well . . .
    Updated records: 28
    New Imported records: 839
    Errors Detected: 161
    Warnings Detected: 0

    File 3 will not import nor update anything into the store . . . What am I doing wrong?
    Filename: Attrib-Detailed-EP2016May31-221156.csv

    SKIPPED! - Attribute Entry on : - Not Found!
    .
    .
    SKIPPED! - Attribute Entry on : - Not Found!

    Finished Processing Import File

    Updated records: 0
    New Imported records: 0
    Errors Detected: 5156
    Warnings Detected: 0
    Memory Usage: 1267824
    Memory Peak: 2011576
    Execution Time: 4 seconds.


    What am I doing wrong? I only get errors and zero Imported and zero Updated records for the Attrib-Detailed-EP file.

  10. #2500
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread can not import detailed attributes

    So, besides that the error notification needs a touch up, the issue comes down to this. It would appear that the transfer of detailed attributes from one store to another is not as robust as the remaining aspects. But one can with some manual data management make the transition.

    See, the data used by EP4 on import of the detailed attribute file is directly related to the database assigned designations. This is likely to be different in one store when compared to another.

    So in one store where the products_id is 10, in the other it may be 15. Then the attributes parts may also each have their own unique/different designation.

    Thus when uploading the detailed attributes file, if the four pieces of information used to identify the specific attribute, then the attribute is considered not found and no update is performed. This is an update evolution not an insert (other than it will insert download file information if otherwise not pre-existing).

    So, in order to do such a database to database transfer (which really it is still suggested to use the standard upgrade/store transfer process instead), the previous two files need to be used in addition to a current export of the detailed file of the current store in order to modify all of the identifying characteristics of the original detailed file in order for all of the key aspects to line up with the desired change(s). Some of this could have been made "easier" if the products_id was used as the primary key (making a "mirror" of the existing site) but still would have required modification of a few of the other attribute portions.

    Doable, but currently a pain...
    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: 20
    Last Post: 23 Apr 2025, 08:49 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR