Page 181 of 361 FirstFirst ... 81131171179180181182183191231281 ... LastLast
Results 1,801 to 1,810 of 3601
  1. #1801
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi Guys

    Been using EasyPopulate4 for some time now and its great ! Thanks to everyone involved for making such a great add on. Currently I am running EP v4.0.24

    I have ebooks on my site so its downloads mainly. I got a few small issues that you might be able to help me with.

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    - Firstly after I full import a product I have to go to PHPMyAdmin and get change two values in the Products table . Those are:
    products_type
    products_virtual

    Is there a way to access these thru EP4 so I don't have to manually edit?

    If you look below I import v_products_virtual in my first file 'Full-EP2013.csv' I don't have an entry for products_type , could this affect it or could it be a issue with priority of which other entries go first?



    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    - Second I am having trouble with some values used for downloading.The values I am having problems with importing are:

    v_products_attributes_filename
    v_products_attributes_maxdays
    v_products_attributes_maxcount

    Normally I import new products then export the detailed attributes files and edit them manually to add these 3 values and re-import again which does work. I split off Attrib-Download-EP2013.csv values from Attrib-Detailed-EP2013.csv to try and resolve this problem with no success.

    Another problem is when I import the Attrib-Detailed-EP2013.csv file the browser screen stays blank and I have to use the back button. Everything seems to import fine except for v_products_attributes_weight_prefix and v_price_prefix which should be '0' but remain empty.




    Below is the 4 files I use to import new products. They are in the order I import them

    Full-EP2013.csv
    v_products_model
    v_products_type
    v_products_image
    v_products_name_1
    v_products_description_1
    v_products_url_1
    v_products_name_2
    v_products_description_2
    v_products_url_2
    v_specials_price
    v_specials_date_avail
    v_specials_expires_date
    v_products_price
    v_products_weight
    v_product_is_call
    v_products_sort_order
    v_products_quantity_order_min
    v_products_quantity_order_units
    v_products_priced_by_attribute
    v_product_is_always_free_shipping
    v_date_avail
    v_date_added
    v_products_quantity
    v_manufacturers_name
    v_categories_name_1
    v_categories_name_2
    v_tax_class_title
    v_status
    v_metatags_products_name_status
    v_metatags_title_status
    v_metatags_model_status
    v_metatags_price_status
    v_metatags_title_tagline_status v_metatags_title_1
    v_metatags_keywords_1
    v_metatags_description_1
    v_metatags_title_2
    v_metatags_keywords_2
    v_metatags_description_2
    v_products_virtual

    Attrib-Basic-EP2013.csv

    v_products_model
    v_products_options_type
    v_products_options_name_1
    v_products_options_name_2
    v_products_options_values_name_1
    v_products_options_values_name_2

    Attrib-Detailed-EP2013.csv
    v_products_model
    v_options_id
    v_products_options_name
    v_products_options_type
    v_options_values_id
    v_products_options_values_name
    v_options_values_price
    v_price_prefix
    v_products_options_sort_order
    v_product_attribute_is_free
    v_products_attributes_weight
    v_products_attributes_weight_prefix
    v_attributes_display_only
    v_attributes_default
    v_attributes_discounted
    v_attributes_image
    v_attributes_price_base_included
    v_attributes_price_onetime
    v_attributes_price_factor
    v_attributes_price_factor_offset
    v_attributes_price_factor_onetime
    v_attributes_price_factor_onetime_offset
    v_attributes_qty_prices
    v_attributes_qty_prices_onetime
    v_attributes_price_words
    v_attributes_price_words_free
    v_attributes_price_letters
    v_attributes_price_letters_free
    v_attributes_required


    Attrib-Download-EP2013.csv

    v_products_model
    v_products_attributes_filename
    v_products_attributes_maxdays
    v_products_attributes_maxcount


    Thanks in Advance for any help.

    Paul :)

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

    Default Re: EasyPopulate 4.0 Support Thread

    Going to look into some of these a little more, but hopefully some of the below will provide at least a little assistance:
    In the first "question" accessing fields that are in the products table that are not by default included in the EP4 import/export. The field name as seen in the products database should be added to the configuration menu for EP4. Enter it as is, not with the v_ associated with it, so in your case:

    products_type,products_virtual

    The associated data will at least appear and be read from the full data import file.

    Somewhat brings us to question 2:

    Each product can have multiple downloads, each download is an attribute, therefore yes, downloads need to be addressed as part of the attributes information.
    As for splitting the files, possible, but EP4 works off of filename (typically up to and including EP) for some of the specific imports, and Attrib-Detailed-EP is one of those. If it is desired to then add Download after that, feel free...

    As for anything ZC when a program goes all white screen, the following should be considered: http://www.zen-cart.com/content.php?124-blank-page

    However, I do see that in your previous files you have 2 languages in use. Option names and option values are also language dependent and I thought on export EP4 made designation of that, so while there may be some "luck" that some/all of the information is transferred, it appears that the table for the Attrib-Detailed-EPxxx is missing at least:
    v_products_options_name_1
    v_products_options_values_name_1
    v_products_options_name_2
    v_products_options_values_name_2

    As always, suggest exporting a file before creating some new one from the air... Once exported, then the data can be manipulated, but that way, one knows what comes out can go back in.

    So not sure if addressed all your concerns/issues or not, but definitely know that we're gather quite a bit of information to be sure to include in the instructions that are so painstaking to put together...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #1803
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Thanks for the reply mc12345678


    Just so you know I updated to Easy Populate 4.0.28 - Beta 01-03-2015 and will be updating Zencart to 1.5.4 over the next few days

    I do recreate an import file but I use Autoit scripting to make the files. Its a batch creation thing so I write small .ini files with the PDF file describing it. After that the script does most of the details automatically . Like file size , paths , variables etc. So its not tedious and the likely hood of errors is low


    First question is how do add the column names to "configuration menu for EP4." . Where is this done as I cant see to find the place.

    I did find I had a duplicate name in Attributes so I did remove that but it still goes blank on the import of Attributes. I did follow your link about bank pages but found nothing obvious.

    Thanks Paul

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

    Default Re: EasyPopulate 4.0 Support Thread

    Configuration->Easy Populate 4

    Then Select: User Defined Products Fields

    User Defined Products Fields
    Please make any necessary changes
    User Defined Products Fields
    User Defined Products Table Fields (comma delimited, no spaces)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1805
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Thanks once again mc12345678

    Ok great the config trick worked well :)

    I managed to log an error on the screen going blank. This is what happened

    [13-Jan-2015 01:44:58 America/Chicago] PHP Fatal error: Function name must be a string in /home4/hasher/public_html/zencart/FakeAdmin/includes/functions/extra_functions/easypopulate_4_functions.php on line 1107

    Hope this helps

  6. #1806
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I realise that probably my files I am trying to import might help. They are attached

    Thanks Paul
    Attached Files Attached Files

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

    Default Re: EasyPopulate 4.0 Support Thread

    The files being used helped tremendously, otherwise would have been a lot of guessing... Here is what I found:

    in the Full-EP2015.csv file, there were/are two copies of v_products_type which, fortunately the value in both of them is the same, but if it were different on import, this could cause an issue (Once in Column B, once in column AO (or column 2 and column 41)).
    Nothing seemed wrong in Attrib-Basic-EP2015.csv; however,

    as stated several times recently, text such as v_products_options_name is language specific, therefore requires a language identifier in order to import... This would have been seen on an export of the same file type.

    While not every language needs to be uploaded on each upload, a language identifier is needed in order to upload the file with that column and in this case, is a required column to locate the attribute in the table(s). So both of the following need at least one language identifier:
    Code:
    v_products_options_name and
    v_products_options_values_name
    to be at least:
    Code:
    v_products_options_name_1 and
    v_products_options_values_name_1
    or could be:
    Code:
    v_products_options_name_1 and
    v_products_options_name_2 and
    v_products_options_values_name_1 and
    v_products_options_values_name_2
    in any order, but somewhere within the detailed file.
    Last edited by mc12345678; 13 Jan 2015 at 03:17 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1808
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Ok So I deleted the v_products_type in column 41 and then tried a reimport and the EP-Full file caused a blank screen . Previously it was the Detailed file that causes blanks. It also caused the Import to fail. So I moved the v_products_type (column 2) to the end (column 40) and tried an import. It went blank screen again.

    I did have v_products_options_name_1 ,v_products_options_name_2 and v_products_options_values_name_1 and v_products_options_values_name_2 in the EP-Attributes-Basic file. But I since moved them into the detailed file . So now I only have 2 import files.


    Will pack it in for today and get some sleep. Thanks for your help mc12345678!
    Attached Files Attached Files
    Last edited by Hasher; 13 Jan 2015 at 04:02 PM.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Basically, and I think this is in the first post of this thread, the suggestion is to export a file using the method you would like to import. Then, using the headers from that export, make the changes/incorporate the data you want to import. Also follow the formatting for example in categories, the default code uses a carat ^ to seaparate category names in a category^sub-cat1^sub-cat2 format. This can be changed in the code to be some other

    With regards to the error now importing the full file, did the custom field entry in the admin page get modified to boot?

    I'm not at a computer to troubleshoot, but seeing the times involved with posting am trying to leave behind some thought nuggets.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #1810
    Join Date
    Sep 2011
    Posts
    77
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hey mc12345678,

    I seem to be on top of most of my problems sorted . I am only having troubles with when importing price_prefix and products_attributes_weight_prefix . Here is the SQL error. My csv has '0' for each value but it doesn't import.

    MySQLi error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
    price_prefix = '0',
    products_options_sort_order ' at line 2
    When executing:
    UPDATE products_attributes SET
    options_values_price = ,
    price_prefix = '0',
    products_options_sort_order = 0,
    product_attribute_is_free = 1,
    products_attributes_weight = 0,
    products_attributes_weight_prefix = '0',
    attributes_display_only = 0,
    attributes_default = 0,
    attributes_discounted = 1,
    attributes_image = '',
    attributes_price_base_included = 1,
    attributes_price_onetime = 0,
    attributes_price_factor = 0,
    attributes_price_factor_offset = 0,
    attributes_price_factor_onetime = 0,
    attributes_price_factor_onetime_offset = 0,
    attributes_qty_prices = '',
    attributes_qty_prices_onetime = '',
    attributes_price_words = 0,
    attributes_price_words_free = 0,
    attributes_price_letters = 0,
    attributes_price_letters_free = 0,
    attributes_required = 0
    WHERE (
    products_attributes_id = 499 AND
    products_id = 502 AND
    options_id = 1 AND
    options_values_id = 1)

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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