Page 225 of 384 FirstFirst ... 125175215223224225226227235275325 ... LastLast
Results 2,241 to 2,250 of 3833
  1. #2241
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    I need help on 2 issues which would make things easier for me.
    1. Download and upload the database using a semicolon";" instead of a comma "," separating the columns. in Spain we use the comma to separate the decimals in the prices, eg. (€11,50) so when I open the database it gives me the price in 2 separate columns, and also the description field commas create problems.
    2. I use wholesale and retail prices and have the dual price module installed, when I downloaded the database with the langer module there was a column for the wholesale prices v_price_w , but this new version does not include it, how can I add this field to may downloads.
    Thanks for your help.
    Roshlin,

    1) It sounds like you have the new CSV version loaded and not the TAB delimited version of Langer's 1.2.5.4. If you use the original version, you will need to work with your files using OpenOffice's software. This will edit and export the file correctly for upload. This is no different than having commas in product descriptions.

    2) I am not familiar with this mode, but if the value is stored in the products database, you can modify the 1.2.5.4 version to export and import it.

  2. #2242
    Join Date
    Jan 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I thought it was the same thread and it would be easy to add the field.
    Thanks for your help, chadderuski, I'll see if there is another post for the new mod.

  3. #2243
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I'm get this error when I try to debug my easy populate

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

    I went into the file and this is what I following stated:

    Product debris corresponding to the following product_id(s) cannot be deleted by EasyPopulate:
    522:9d463c36b9022977ea2d7102bcd1018d
    518:e62ac0b3cc2b3e3e0795a91090ab86eb
    79:21d3bb393a1c2b670780c5eddb7f2ac1
    501:10da19d05a601a4bc1cfe0c4f7bf40d2
    536:dbcf6c5cafc54e71b0ef542095bb455f
    It is recommended that you delete this corrupted data using phpMyAdmin.


    So I logged into my cpanel and went into my phpmyadmin...but I don't know where to go to delete the information....can someone guide me on where I would find this information to delete in my phpMYadmin to loose the error message at the top?
    Diva Boutiques
    www.divaboutiques.com

  4. #2244
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by divaboutiques View Post
    I'm get this error when I try to debug my easy populate

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

    I went into the file and this is what I following stated:

    Product debris corresponding to the following product_id(s) cannot be deleted by EasyPopulate:
    522:9d463c36b9022977ea2d7102bcd1018d
    518:e62ac0b3cc2b3e3e0795a91090ab86eb
    79:21d3bb393a1c2b670780c5eddb7f2ac1
    501:10da19d05a601a4bc1cfe0c4f7bf40d2
    536:dbcf6c5cafc54e71b0ef542095bb455f
    It is recommended that you delete this corrupted data using phpMyAdmin.

    So I logged into my cpanel and went into my phpmyadmin...but I don't know where to go to delete the information....can someone guide me on where I would find this information to delete in my phpMYadmin to loose the error message at the top?
    I have found that this can be caused if a product is deleted and was in a shopping cart or visa-versa, the user is deleted and he had items in his cart.

    So a good place to start is in zen_customers_basket (or zen_customers_basket_attributes), hopefully you might see it there.

    If not, try to remember what was deleted shortly before you saw the error pop up. If it was a category, try zen_product_to_categories, etc. It's kinda like playing Sherlock Holmes in the db!
    Dennis
    www.stampdays.com
    Over 80,000 stamps and still growing!

  5. #2245
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by chadderuski View Post
    Roshlin,

    1) It sounds like you have the new CSV version loaded and not the TAB delimited version of Langer's 1.2.5.4. If you use the original version, you will need to work with your files using OpenOffice's software. This will edit and export the file correctly for upload. This is no different than having commas in product descriptions.

    2) I am not familiar with this mode, but if the value is stored in the products database, you can modify the 1.2.5.4 version to export and import it.
    2) I use wholesale and retail prices and have the dual price module installed, when I downloaded the database with the langer module there was a column for the wholesale prices v_price_w , but this new version does not include it, how can I add this field to may downloads.

    I also use wholesale and retail prices. I have only been able to load one and then have to go in to each product for discounted price. How did you get it to work to load two different prices for one product? Where and what did you add?

    Thanks, Kim

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

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi Kim,

    I am unfamiliar with the Dual Pricing Mod. If this mod directly changes the products database, then you can easily change Easy Populate the handle this added field. I am unfortunately (or should that be fortunately?!) involved in a large print project and 2 full eCommerce projects, so I don't have time to do this for you

    But, this is what you need to do. If the Mod had an SQL patch, take a look at it. Did it update the products database? If so, what fields did it add? Open up easypopulate.php, and search on v_products_price. At each line reference (doing a search), add your new field, say "v_products_price_w"

    Also note that the new CSV version is not quite the same as the TAB delimited version.

    Wish I had time to help more, but just too busy... But this is not hard to do. Just make sure you BACKUP your databases first!

    -cj

  7. #2247
    Join Date
    Jan 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi,
    Ive been "playing" with my zen cart and mythsngifts.com since about October, and although i have had a couple of orders, I just cannot get it right

    My latest problem is that ep 1.2.5.4 works great for uploading and downloading products, but everytime I try to download or upload an attributes file, the screen goes blank. I have tried to d/u to my temp folder but nothing appears, I have removed and reinstalled ep but still get exactly the same problem. Is this likely to be an admin issue or could I have done something in mysql thats causing the prob

    My next resort is to completely start from scratch, but it will mean my site is down yet again and I should really be promoting it by now.

    Any help would be soooooooo much appreciated thankyou!

  8. #2248
    Join Date
    Jun 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi.
    Appologies if this is a newby question or that there is an obvious answer but I have been at this for over 20 hours now and I cant see the wood for the trees.

    I have a clean install of the latest zencart with the template ZJ Black 2 and the latest Easy Populator.

    My problem is I am trying to input 1268 products but Easy Populator says all are done but when you go to the shop only a few are.

    So I restricted to doing just 12 just incase it could not handle the number, but it still only installs some and not others here is what I am trying to install.

    [FONT=Calibri]v_products_model[/FONT][FONT=Calibri]v_products_image[/FONT][FONT=Calibri]v_products_name_1[/FONT][FONT=Calibri]v_products_description_1[/FONT][FONT=Calibri]v_products_url_1[/FONT][FONT=Calibri]v_specials_price[/FONT][FONT=Calibri]v_specials_date_avail[/FONT][FONT=Calibri]v_specials_expires_date[/FONT][FONT=Calibri]v_products_price[/FONT][FONT=Calibri]v_products_weight[/FONT][FONT=Calibri]v_date_avail[/FONT][FONT=Calibri]v_date_added[/FONT][FONT=Calibri]v_products_quantity[/FONT][FONT=Calibri]v_manufacturers_name[/FONT][FONT=Calibri]v_categories_name_1[/FONT][FONT=Calibri]v_categories_name_2[/FONT][FONT=Calibri]v_categories_name_3[/FONT][FONT=Calibri]v_categories_name_4[/FONT][FONT=Calibri]v_categories_name_5[/FONT][FONT=Calibri]v_categories_name_6[/FONT][FONT=Calibri]v_categories_name_7[/FONT][FONT=Calibri]v_tax_class_title[/FONT][FONT=Calibri]v_status[/FONT][FONT=Calibri]v_metatags_products_name_status[/FONT][FONT=Calibri]v_metatags_title_status[/FONT][FONT=Calibri]v_metatags_model_status[/FONT][FONT=Calibri]v_metatags_price_status[/FONT][FONT=Calibri]v_metatags_title_tagline_status[/FONT][FONT=Calibri]v_metatags_title_1[/FONT][FONT=Calibri]v_metatags_keywords_1[/FONT][FONT=Calibri]v_metatags_description_1[/FONT][FONT=Calibri]kx125 test2[/FONT][FONT=Calibri]kx125 test[/FONT][FONT=Calibri]test desk[/FONT][FONT=Calibri]54[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]KX125 2001 Rear Sprocket 49T Talon KX 125 2122[/FONT][FONT=Calibri]KX125 2001 Rear Sprocket 49T Talon KX 125 2122[/FONT][FONT=Calibri]22[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]KX125 2002 Rear Brake Caliper Carrier KX 125 161[/FONT][FONT=Calibri]KX125 2002 Rear Brake Caliper Carrier KX 125 161[/FONT][FONT=Calibri]145[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]YZF125[/FONT][FONT=Calibri]YZF125 2004 Main Frame YZF 125 133[/FONT][FONT=Calibri]YZF125 2004 Main Frame YZF 125 133[/FONT][FONT=Calibri]20[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Yamaha[/FONT][FONT=Calibri]YZF125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KX500[/FONT][FONT=Calibri]KX500 1987 Chain Adjusters KX 500 120[/FONT][FONT=Calibri]KX500 1987 Chain Adjusters KX 500 120[/FONT][FONT=Calibri]75[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX500[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]RM250[/FONT][FONT=Calibri]RM250 2001 Right Side Radiator RM 250 1972[/FONT][FONT=Calibri]RM250 2001 Right Side Radiator RM 250 1972[/FONT][FONT=Calibri]13[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Suxuki[/FONT][FONT=Calibri]RM250[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]CR250[/FONT][FONT=Calibri]CR250 2002 Gear Lever CR 250 1000[/FONT][FONT=Calibri]CR250 2002 Gear Lever CR 250 1000[/FONT][FONT=Calibri]25[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Honda[/FONT][FONT=Calibri]CR250[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]KTM125 2004 Rear Brake Lever KTM 125 6124[/FONT][FONT=Calibri]KTM125 2004 Rear Brake Lever KTM 125 6124[/FONT][FONT=Calibri]25[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]KTM[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]KTM125 2004 Front Wheel Axle KTM 125 6131[/FONT][FONT=Calibri]KTM125 2004 Front Wheel Axle KTM 125 6131[/FONT][FONT=Calibri]40[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]KTM[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]KTM125 2004 Silencer KTM 125 6117[/FONT][FONT=Calibri]KTM125 2004 Silencer KTM 125 6117[/FONT][FONT=Calibri]15[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]KTM[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]KTM125 2004 Fuel Tap KTM 125 6110[/FONT][FONT=Calibri]KTM125 2004 Fuel Tap KTM 125 6110[/FONT][FONT=Calibri]75[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0000-00-00 00:00:00[/FONT][FONT=Calibri]15/04/2009 13:41[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]KTM[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT]

    [FONT=Calibri]Fairly simple I thought [/FONT]
    This is what gets added.

    [FONT=Calibri]v_products_model[/FONT][FONT=Calibri]v_products_image[/FONT][FONT=Calibri]v_products_name_1[/FONT][FONT=Calibri]v_products_description_1[/FONT][FONT=Calibri]v_products_url_1[/FONT][FONT=Calibri]v_specials_price[/FONT][FONT=Calibri]v_specials_date_avail[/FONT][FONT=Calibri]v_specials_expires_date[/FONT][FONT=Calibri]v_products_price[/FONT][FONT=Calibri]v_products_weight[/FONT][FONT=Calibri]v_date_avail[/FONT][FONT=Calibri]v_date_added[/FONT][FONT=Calibri]v_products_quantity[/FONT][FONT=Calibri]v_manufacturers_name[/FONT][FONT=Calibri]v_categories_name_1[/FONT][FONT=Calibri]v_categories_name_2[/FONT][FONT=Calibri]v_tax_class_title[/FONT][FONT=Calibri]v_status[/FONT][FONT=Calibri]v_metatags_products_name_status[/FONT][FONT=Calibri]v_metatags_title_status[/FONT][FONT=Calibri]v_metatags_model_status[/FONT][FONT=Calibri]v_metatags_price_status[/FONT][FONT=Calibri]v_metatags_title_tagline_status[/FONT][FONT=Calibri]v_metatags_title_1[/FONT][FONT=Calibri]v_metatags_keywords_1[/FONT][FONT=Calibri]v_metatags_description_1[/FONT][FONT=Calibri]KX125 [/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]KX125 2002 Rear Brake Caliper Carrier KX 125 161[/FONT][FONT=Calibri]KX125 2002 Rear Brake Caliper Carrier KX 125 161[/FONT][FONT=Calibri]145[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]kx125 test2[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]kx125 test[/FONT][FONT=Calibri]test desk[/FONT][FONT=Calibri]54[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]YZF125[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]YZF125 2004 Main Frame YZF 125 133[/FONT][FONT=Calibri]YZF125 2004 Main Frame YZF 125 133[/FONT][FONT=Calibri]20[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Yamaha[/FONT][FONT=Calibri]YZF125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KX500[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]KX500 1987 Chain Adjusters KX 500 120[/FONT][FONT=Calibri]KX500 1987 Chain Adjusters KX 500 120[/FONT][FONT=Calibri]75[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Kawasaki[/FONT][FONT=Calibri]KX500[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]RM250[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]RM250 2001 Right Side Radiator RM 250 1972[/FONT][FONT=Calibri]RM250 2001 Right Side Radiator RM 250 1972[/FONT][FONT=Calibri]13[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Suxuki[/FONT][FONT=Calibri]RM250[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]CR250[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]CR250 2002 Gear Lever CR 250 1000[/FONT][FONT=Calibri]CR250 2002 Gear Lever CR 250 1000[/FONT][FONT=Calibri]25[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]Honda[/FONT][FONT=Calibri]CR250[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]no_picture.gif[/FONT][FONT=Calibri]KTM125 2004 Fuel Tap KTM 125 6110[/FONT][FONT=Calibri]KTM125 2004 Fuel Tap KTM 125 6110[/FONT][FONT=Calibri]75[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]30/11/1999 00:00[/FONT][FONT=Calibri]01/01/1970 01:00[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]KTM[/FONT][FONT=Calibri]KTM125[/FONT][FONT=Calibri]Taxable Goods[/FONT][FONT=Calibri]1[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT][FONT=Calibri]0[/FONT]
    [FONT=Calibri][/FONT]
    [FONT=Calibri]If I have left anything out that you need to know please say as I'm not looking forward to inputting all products individually.[/FONT]
    [FONT=Calibri][/FONT]
    [FONT=Calibri]Thanks in advance for any help or pointers.[/FONT]

  9. #2249
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi - my site is clonecopies.com
    I installed the ezpopulate and tested same. worked for uploading 2 items. tried 10 great result. Tried 100, 50 went great the other 50 will just not upload, I get the following message: SKIPPED! - Model: 11034NA - No category provided for this new product
    I first used Excel with tabs, then I set up open office, downloaded a master list again, set up the 50 rejected items, set up tab file in Open Office - uploaded, nothing. Re-entered the category not by cut and paste but by typing, tried again - nothing.
    And yet these are the same categories as the ones that worked.
    Any suggestions would really be appreciated.
    Rufus

  10. #2250
    Join Date
    Apr 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    i am trying to use easy populate to split my rather large inventory list and import it. I followed the instructions from the INSTALL file and read the read me, but when i go to browse and choose my tab deliminated .txt file, it goes through the long process of what i assume is uploading/splitting the file, but at the end i have nothing added to my product list and no option to import the split up files.

    what i do have is a message underneath the create your own / upload your file that says "

    Upload split files in turn

    All done!

    Upload Results

    Upload Complete
    "

    but i have no options to do anything further and nothing is added to my store inventory. I hope someone can help me.

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 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