Zen Cart Logo
Forums / Addon Admin Tools / Easy Populate Import not displaying in categories/products

Easy Populate Import not displaying in categories/products

Views: 16,738

Results 21 to 25 of 25
4 Apr 2013, 7:54 PM
#21
shane_anthony avatar

shane_anthony

New Zenner

Join Date:
Mar 2013
Location:
Vero Beach, Florida, United States
Posts:
14
Plugin Contributions:
0

Easy Populate Import not displaying in categories/products

Ok I will work with that and try every which way. I think I do get the concept and thought I did as well, I might have loaded the files into images wrong, so I'm back tracking and will try to make it happen. you rock! thanks :cool: Now is there a way to activate all my products at once with having to click 1 button at a time in admin of zen??? 2,000 products will suck!!!! been looking for info but no luck?

4 Apr 2013, 9:17 PM
#22
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Easy Populate Import not displaying in categories/products

Shane Anthony:

Ok I will work with that and try every which way. I think I do get the concept and thought I did as well, I might have loaded the files into images wrong, so I'm back tracking and will try to make it happen. you rock! thanks :cool: Now is there a way to activate all my products at once with having to click 1 button at a time in admin of zen??? 2,000 products will suck!!!! been looking for info but no luck?

You could run this through your admin INSERT SQL PATCHES

UPDATE `products` SET `products_status` = "1" WHERE `products_status` = "0";
6 Apr 2013, 4:16 PM
#23
shane_anthony avatar

shane_anthony

New Zenner

Join Date:
Mar 2013
Location:
Vero Beach, Florida, United States
Posts:
14
Plugin Contributions:
0

Re: Easy Populate Import not displaying in categories/products

Awesome Thank you! :D

23 Jan 2019, 1:42 AM
#24
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Easy Populate Import not displaying in categories/products

I imported around 1600 products using EP4 to ZC 1.5.3. They are appearing in admin category page. All info is also present in database but when I click on product to edit in admin all fields are balnk? It only happening with products imported using EP. All existing or newly created product via ZC admin are displaying all info in all fileds excepts products uploaded via EP. Any idea what causing this and how to fix? I filled all fields in EP file and it imported with no error. Error in log file appear only when try to edit EP imported product with following errors

"[22-Jan-2019 20:38:23 America/New_York] PHP Warning: reset() expects parameter 1 to be array, null given in /home/supple17/public_html/admin/includes/classes/object_info.php on line 29[22-Jan-2019 20:38:23 America/New_York] PHP Warning: Variable passed to each() is not an array or object in /home/supple17/public_html/admin/includes/classes/object_info.php on line 30
"

23 Jan 2019, 2:23 AM
#25
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Easy Populate Import not displaying in categories/products

What version of EP4?