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>