Zen Cart Logo
Forums / General Questions / Admin Panel search - need a help

Admin Panel search - need a help

Views: 1,103

Results 1 to 11 of 11
19 Feb 2011, 1:02 PM
#1
lazar avatar

lazar

Zen Follower

Join Date:
Feb 2011
Location:
Between London and Cetinje
Posts:
109
Plugin Contributions:
0

Admin Panel search - need a help

Hi,

I have a problem with searching products in one category in Zen Cart Admin Panel.
I can search product list in all categories except the one (by a product name or a part number of the products). That category is loaded from different csv file than others (maybe this information could be useful).
Does anyone have idea what is a problem?

Regards,
Lazar

19 Feb 2011, 1:14 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Admin Panel search - need a help

Theorize that the other csv was not in proper ZenCart DB format and indexes not created correctly

What are you using to import these with?

19 Feb 2011, 1:19 PM
#3
lazar avatar

lazar

Zen Follower

Join Date:
Feb 2011
Location:
Between London and Cetinje
Posts:
109
Plugin Contributions:
0

Re: Admin Panel search - need a help

CSV file is update through Easy Populate. Products from this csv file are not searchable. These products are in one category. Products in others categories are uploaded through an auto module installed (I can search them).

19 Feb 2011, 1:47 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Admin Panel search - need a help

Check the following tables:
products

  • is there a products_id
  • is there a master_categories_id matching the categories_id it is in

products_description

  • is there a products_id

categories

  • is there a categories_id

categories_description

  • is there a categories_id

products_to_categories

  • is there a products_id
  • is there a categories_id
20 Feb 2011, 5:27 PM
#5
lazar avatar

lazar

Zen Follower

Join Date:
Feb 2011
Location:
Between London and Cetinje
Posts:
109
Plugin Contributions:
0

Re: Admin Panel search - need a help

Ajeh:

Check the following tables:
products

  • is there a products_id
  • is there a master_categories_id matching the categories_id it is in

products_description

  • is there a products_id

categories

  • is there a categories_id

categories_description

  • is there a categories_id

products_to_categories

  • is there a products_id
  • is there a categories_id

Thank you a lot. It works now.
Kind regards,
Lazar

20 Feb 2011, 5:47 PM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Admin Panel search - need a help

What was the ultimate cause of the problem? :smile:

26 Feb 2011, 1:52 PM
#7
lazar avatar

lazar

Zen Follower

Join Date:
Feb 2011
Location:
Between London and Cetinje
Posts:
109
Plugin Contributions:
0

Re: Admin Panel search - need a help

Ajeh:

What was the ultimate cause of the problem? :smile:

Hi,

Sorry for the late answer. Product_id was the problem. I reliased it following your instruction. I refreshed db with a new csv file and product_id was set up correctly.

Many thanks again.

Regards,
Lazar

26 Feb 2011, 4:37 PM
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Admin Panel search - need a help

Thanks for the update on what corrected the issue ...

19 Apr 2011, 6:16 PM
#9
cheepnis avatar

cheepnis

New Zenner

Join Date:
Jan 2011
Posts:
22
Plugin Contributions:
0

Re: Admin Panel search - need a help

So for those of us following along at home, how do we ACTUALLY fix this problem? :huh:

23 May 2011, 10:19 AM
#10
lazar avatar

lazar

Zen Follower

Join Date:
Feb 2011
Location:
Between London and Cetinje
Posts:
109
Plugin Contributions:
0

Re: Admin Panel search - need a help

First of all try to reset categories id:

Tools>Store Manager

1.Reset ALL Products Master Categories ID (reset)
2. Update ALL Products Price Sorter (update)

Sory for the late answer.

24 May 2011, 2:30 AM
#11
cheepnis avatar

cheepnis

New Zenner

Join Date:
Jan 2011
Posts:
22
Plugin Contributions:
0

Re: Admin Panel search - need a help

Thanks! Found that solution in another thread and it worked like a charm!