Zen Cart Logo
Forums / Basic Configuration / Manufacturers Name in Admin>Catalog

Manufacturers Name in Admin>Catalog

Locked

Views: 1,652

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Jul 2006, 21:44
#1
pensive612 avatar

pensive612

Zen Follower

Join Date:
May 2006
Posts:
313
Plugin Contributions:
0

Manufacturers Name in Admin>Catalog

Hey everyone,

under the Admin page. Catalog > Products/Categories,

when you're on the products list, i'd like to add the manufacturer so they can see that as well...

i believe its in admin/includes/modules/category_product_listing.php

any thoughts?

I can get the title header, but not the info...

any advice would be greatly appreciated.

thanks.

15 Jul 2006, 15:59
#2
ajeh avatar

ajeh

Oba-san

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

Re: Manufacturers Name in Admin>Catalog

The select statement is not obtaining this information ...

You might peek in the functions_lookups.php as I believe I have a look-up function in there for manufacturer ...

You could modify the select statement but that is another table or 2 to connect and relate and make a mess of things where the function would just run the 20 odd times based on the display of the page ...

15 Jul 2006, 19:59
#3
pensive612 avatar

pensive612

Zen Follower

Join Date:
May 2006
Posts:
313
Plugin Contributions:
0

Re: Manufacturers Name in Admin>Catalog

thanks for the advice, Ajeh.

i think this one is a battle i don't need to win.

16 Jul 2006, 01:19
#4
ajeh avatar

ajeh

Oba-san

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

Re: Manufacturers Name in Admin>Catalog

You can use the function: zen_get_products_manufacturers_name($product_id)

where $products_id is the current products_id for what the display is using ...