Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Model Number on category product listings page.

Model Number on category product listings page.

Locked

Views: 1,864

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
9 Jul 2007, 6:58 PM
#1
solidgas avatar

solidgas

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Model Number on category product listings page.

Maybe, it is just because it's Monday after a holiday, but I can't figure out what tpl I need to modify to add the model number to the product list.

I want to add it to this page type under the product name, The model number appears on the individual product page but not the list.

I did a search on the forum, but I am not seeing what I need. I thought it was: "tpl_modules_product_listing.php" or is it "modules/product_listings.php" but I am not seeing the title call.

Also my client is using just the basic CC ordering which splits the credit card info into an email and the back end. They are wondering if it is possible to print all the orders at once instead of going to each one individually. To accomplish this would I have to add a hack or is this a feature of Zen that I am not seeing.

Any help will be greatly appreciated.

9 Jul 2007, 7:01 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Model Number on category product listings page.

I am rather lazy ... :smile:

So, I use the Configuration ... Product Listing ...

Display Product Model
Do you want to display the Product Model?

9 Jul 2007, 8:52 PM
#3
solidgas avatar

solidgas

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Model Number on category product listings page.

Duh. I told you it's Monday after a Holiday, my head is not quite right.

I must of looked there like 3 times. I figured I deleted the line of code when I skinned the cart.

Thanks for the help.

9 Jul 2007, 11:21 PM
#4
solidgas avatar

solidgas

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Model Number on category product listings page.

OK, 1 more problem related to this. How and where do I put "Model #" in-front of the actual model number?

10 Jul 2007, 12:25 AM
#5
ajeh avatar

ajeh

Oba-san

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

Re: Model Number on category product listings page.

Currently ... the Products Listing is designed to use titles above each column ...

If you want to change the layout, you will need to get your hands dirty and get into the code ...

The New, Featured and All Products each have the the information presented in a different format than the Product Listing and use a dropdown sort vs the title sort on the header ...

31 Aug 2007, 2:40 AM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Model Number on category product listings page.

Edit /includes/templates/your_template/templates/tpl_product_info_display.php, and move the appropriate block of code to the order you want.