Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do i modify product info in All Products list?

how do i modify product info in All Products list?

Views: 835

Results 1 to 6 of 6
29 Apr 2011, 6:48 AM
#1
jadedev avatar

jadedev

New Zenner

Join Date:
Apr 2011
Posts:
39
Plugin Contributions:
0

how do i modify product info in All Products list?

I am a noob. I've spent all day looking at the source code for http://www.chefscircle.com.au/cart/index.php?main_page=products_all

I see these codes below which is what I want to modify but I can't see any reference to the php files.

How do i find out what php was used to create the codes below ?

I had a look in includes/languages/english/products_all.php but it doesn't look right.

Pls, your help is much appreciated.

<br class="clearBoth" /> <div id="allProductsListingTopNumber" class="navSplitPagesResult back"></div> <div id="allProductsListingTopLinks" class="navSplitPagesLinks forward">  </div> <br class="clearBoth" /> <table border="0" width="100%" cellspacing="2" cellpadding="2"> <tr> <td colspan="3"><hr /></td> </tr> <tr class="productListing-odd"> <td width="110" valign="top" class="main" align="center"> <a href="http://www.chefscircle.com.au/cart/index.php?main_page=product_info&cPath=2&products_id=1"><img src="images/C415.jpg" alt="Chef Jacket" title=" Chef Jacket " width="74" height="80" /></a><br clear="all" /><br clear="all" />In Stock: 100<br clear="all" /><br clear="all" /><a href="http://www.chefscircle.com.au/cart/index.php?main_page=product_info&cPath=2&products_id=1">... more info</a><br /> </td> <td colspan="2" valign="top" class="main"> <a href="http://www.chefscircle.com.au/cart/index.php?main_page=product_info&cPath=2&products_id=1"><strong>Chef Jacket</strong></a><br clear="all" />Model: <br clear="all" />Manufacturer: Club Chef<br clear="all" /><br clear="all" />Price: $42.00<br clear="all" /><br clear="all" />Weight: 0.5lbs<br clear="all" /><br clear="all" />Date Added: Tuesday 19 April, 2011<br clear="all" /> </td> </tr> <tr class="productListing-odd"> <td colspan="3" valign="top" class="main"> best jacket ever </td> </tr> <tr> <td colspan="3"><hr /></td> </tr> </table>
29 Apr 2011, 9:57 AM
#2
kobra avatar

kobra

Black Belt

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

Re: how do i modify product info in All Products list?

how do i modify product info in All Products list
What exactly are you seeking to modify?

30 Apr 2011, 2:19 AM
#3
jadedev avatar

jadedev

New Zenner

Join Date:
Apr 2011
Posts:
39
Plugin Contributions:
0

Re: how do i modify product info in All Products list?

want to remove some of the information like qty and weight and change some of the font size and re-position the information

30 Apr 2011, 2:50 AM
#4
schoolboy avatar

schoolboy

Totally Zenned

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

Re: how do i modify product info in All Products list?

You don't edit the code for that. Leave the code alone - you will just break things.

The appearance of elements is largely controlled by "switches" in the ADMIN PANEL. Styling (font sizes and colours) are mostly governed by the CSS files.

1 May 2011, 12:08 PM
#5
jadedev avatar

jadedev

New Zenner

Join Date:
Apr 2011
Posts:
39
Plugin Contributions:
0

Re: how do i modify product info in All Products list?

All part of the learning process, they more I know, the more I can do.

1 May 2011, 1:10 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: how do i modify product info in All Products list?

jadedev:

want to remove some of the information like qty and weight

If you look into the admin panel in this section you will be able to control if you want to be viewed or not..

admin panel/ configuration/ product listing

  1. Display Product Weight