Page 88 of 367 FirstFirst ... 3878868788899098138188 ... LastLast
Results 871 to 880 of 3668
  1. #871
    Join Date
    Nov 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Zen cart v1.5.1
    Easy Populate 4.0.22 - Beta 6-10-2012

    I understand the Model Number, but is there a way to add the "SKU" so that appears not only on the product listing, but within EP and the invoice? I realize there will be template edits... any point in the right direction Gurus?

    Thanks for your help,
    Chad

  2. #872
    Join Date
    Apr 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hello, I can change the delimiter "between fields.
    I'm having trouble with my management.
    thanks

  3. #873
    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 ChadAustin View Post
    Zen cart v1.5.1
    Easy Populate 4.0.22 - Beta 6-10-2012

    I understand the Model Number, but is there a way to add the "SKU" so that appears not only on the product listing, but within EP and the invoice? I realize there will be template edits... any point in the right direction Gurus?

    Thanks for your help,
    Chad
    Hey ChadAustin,

    Not sure what you mean by sku. Zencart has a products_id (internal key) and products_model ... most people would consider that the SKU... perhaps you mean UPC?

    -chadd

  4. #874
    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 brancasalvo View Post
    Hello, I can change the delimiter "between fields.
    I'm having trouble with my management.
    thanks

    Bran,

    Please read the documentation over, and the first several posts in this thread. That should get you going.

    -chadd

  5. #875
    Join Date
    Jan 2013
    Posts
    29
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    When I first installed ZenCart, I loaded the sample data. I would like to get rid of all that data so I have a clean start for Easy Populate 4.0. I opened up phpMyAdmin and looked at each table to see which ones I think I need to clear out. Here's the list I came up with:
    zencart_categories
    zencart_categories_description
    zencart_customers
    zencart_customers_info
    zencart_group_pricing
    zencart_manufacturers
    zencart_manufacturers_info
    zencart_media_clips
    zencart_media_manager
    zencart_media_to_products
    zencart_media_types
    zencart_meta_tags_categories_description
    zencart_meta_tags_products_description
    zencart_music_genre
    zencart_products
    zencart_products_attributes
    zencart_products_attributes_download
    zencart_products_description
    zencart_products_discount_quantity
    zencart_products_options
    zencart_products_options_values
    zencart_products_options_values_to_products_options
    zencart_products_to_categories
    zencart_product_music_extra
    zencart_product_types
    zencart_product_types_to_category
    zencart_record_artists
    zencart_record_artists_info
    zencart_record_company
    zencart_record_company_info
    zencart_reviews
    zencart_reviews_description
    zencart_salemaker_sales
    zencart_specials
    Are there any tables in there that I don't need to empty and are there any that aren't in the list that I do need to empty. I don't really want to run zc_install because I've also installed a few modules that have database entries, in particular localSalesTaxMod2.5.2.

    I wish this information was included in the readme for the module. I'm sure I'm not the only one who has struggled with this and the thread is so long that it's really hard to find answers to these type questions.

    Thanks,
    Alisa

  6. #876
    Join Date
    Jan 2013
    Posts
    29
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Easy Populate is a great module and if I could just figure out how to use it, would make my life a lot easier. I have some programming background, but am used to being the one laying out the fields and deciding what values go in which fields and what the value options are. I see fields with 0 or 1 or 2 in it and I don't know what those values mean. The only field that is clearly explained is the v_products_option_type in Attrib-Basic-EP and Attrib-Detailed-EP.

    I've spent the last 2 days trying to figure out which .csv file are needed to add categories & products & meta data to my site and what each field means in each csv file. I finally figured out where the files from my current site were late yesterday [ Tools > Easy Populate 4 ], but am having trouble making sense of them. Is there any documentation to tell me how to set these files up to load product data the way it needs to be loaded?

    I wish this information was included in the readme for the module. The only thing I found was an explanation on how to set up Attrib-Basic-EP. The attributes for my products are a little complicated, so I think I will need to use the Attrib-Detailed-EP file, but here again, are both used or one or the other? Also, not sure how to set up any of the other files. Also, I have 2 options that increase the price of an item. Not sure how to make that happen.

    here's the list of files I think I need to modify for Easy Populate 4.0:
    Attrib-Basic-EP
    Attrib-Detailed-EP
    Category-EP
    CategoryMeta-EP
    Featured-EP
    FULL-EP
    Options-EP
    OptVals-EP
    PriceBreaks-EP
    PriceQty-EP
    Values-EP
    I'm sure I'm not the only one who has struggled with this and the thread is so long that it's really hard to find answers to these type questions.

    Thanks,
    Alisa

  7. #877
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    496
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I am using Zen 1.5.1 and installed Easy Populate 4.0 v1.2.5.7. When I click on the Easy Populate under the tools menu I get the following error.

    1 partially deleted product(s) found! Delete this dross to prevent unwanted zencart behaviour by clicking here.
    You are seeing this because there are references in tables to a product that no longer exists, which is usually caused by an incomplete product deletion. This can cause Zen Cart to misbehave in certain circumstances.

    When i click on clicking here i get the error below

    Deleting of product data debris failed! Please see the debug log in your uploads directory for further information.

    I get the error regardless of using empty files or after i add a product.

    Does anyone have any idea for fixing the error?

  8. #878
    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 jodean View Post
    I am using Zen 1.5.1 and installed Easy Populate 4.0 v1.2.5.7. When I click on the Easy Populate under the tools menu I get the following error.

    1 partially deleted product(s) found! Delete this dross to prevent unwanted zencart behaviour by clicking here.
    You are seeing this because there are references in tables to a product that no longer exists, which is usually caused by an incomplete product deletion. This can cause Zen Cart to misbehave in certain circumstances.

    When i click on clicking here i get the error below

    Deleting of product data debris failed! Please see the debug log in your uploads directory for further information.

    I get the error regardless of using empty files or after i add a product.

    Does anyone have any idea for fixing the error?
    You have the wrong version (it's not EP 4.0) ... this thread is for my version currently only on github:

    https://github.com/chaddro/EasyPopulate-4.0

    -chadd

  9. #879
    Join Date
    Feb 2013
    Posts
    23
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    This is an awesome contribution bro. Awesome work. Question though....

    First I am creating a site and my suppliers are all drop shippers. All the cvs/xls files I'm getting are different, ie names, descriptions, ext ext. I am an amature coder, I created a PHP (page really) that takes the file and edits the fields to create the columns I want. For example the one suppliers cvs file had 4 columns that I needed into 1. Only one column had <HTML> tags so I had to move the data where I wanted it with in the Description and add the <HTML> tags I wanted, lastly save the file as a CVS.

    I downloaded the complete products list from my site using Easy Populate. Deleted all the data. Then C&P'ed all the data into the respective fields. Uplaoded it. (after a little messing around) it worked great.

    My question for you is: My next step will be to have my custom PHP page create the appropriate cvs file that will upload into Easy Populate in order to update or add new products. What are the fileds I need for sure? Ones I leave out will they get the default value in the database??

    Thanks

  10. #880
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Idea or Suggestion Re: EasyPopulate 4.0 Support Thread

    Trying to import Attributes via the Basic Products Attributes (basic single-line).
    Started with:
    Click image for larger version. 

Name:	Started.jpg 
Views:	61 
Size:	21.1 KB 
ID:	12053
    Revised and added the following record to the excel sheet
    v_products_model
    50165
    v_products_options_type
    5
    v_products_options_name_1
    Color
    v_products_options_values_name_1 Pink
    Click image for larger version. 

Name:	Revised.jpg 
Views:	82 
Size:	20.9 KB 
ID:	12054
    When I imported the csv file, not only Color Pink was not attached to Product Model 50165, color Pink was not added as an "Option Values".

    What did I do wrong? How else would you add the attributes via EP4?
    Using Zen Cart 1.5.1

 

 

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