This is a discussion on Heavely modded, but stuck within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Ok so I have this site, and I have added a box (cell) in my : table: products_description, at the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Ok so I have this site, and I have added a box (cell) in my : table: products_description, at the end called bike_app It displays just fine on the product info page, as I added the display code for it, on the below page it displays "Fitment: Bike Kit with everything but paint and fluids..." ChoppersCycle : Aces High COMPLETE BIKE-IN-A-BOX [41-0922] - $14,500.00 ====================== === NOW the Question ==== ====================== On this page: BIKE KITS : ChoppersCycle which uses the catalog/templates/version00/index_products.tpl.php and I have added this Code " . $listing[$x]['bike_app'] . " to my: /includes/modules/product_listing.php (not using the colums one) Which when changed to . $listing[$x]['products_model'] . displays the correct model number (showing there now). \\\\\\\\\\\\\\\ the Goal is to have the same text "Bike Kit with everything but paint and fluids..." display next to the fitment below the product name, and above the manufacturer \\\\\\\\\\\\\\\\ WHERE IS THE QUERY for this section/page located???? I need to add a bike_app to the query, but Do not have ANY Idea where or how to find it, I have looked All over. Im new to the back end codeing part, so any help would be Greatly appreciated Last edited by b5b4you; 02-20-2007 at 04:39 PM. Reason: more info added to title |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Any comments even on the site itself? Thanks for any help |
|
#3
| |||
| |||
| I can't answer your question (don't really understand what it is you want to accomplish...), but I can comment on your site... your site looks professionally done, congrats on that! Last edited by Invizix; 02-27-2007 at 02:42 PM. |
|
#4
| |||
| |||
| ok got the answer that worked, but I have no idea how its pulling the data from the query by adding this....but like i said it works. around line 114 in index.php, find the line that looks like this: $select_column_list = ''; and replace with: $select_column_list = 'pd.bike_app, '; how that adds to the query is beond me, but. YAY its a working |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help! I'm stuck! | pbicontact | osCommerce 2.2 Modification Help | 7 | 04-02-2004 07:57 AM |
| Modded OscMax a little but breadcrumbs Problem | elwyn | osCMax v1.7 Discussion | 1 | 02-16-2004 06:12 AM |
| Help, I'm stuck! | iconcepts | osCommerce 2.2 Installation Help | 1 | 02-10-2003 05:59 AM |
| stuck in the 2 step | Anonymous | osCommerce 2.2 Installation Help | 2 | 11-27-2002 09:56 AM |