osCmax v2.5 User Manual
Results 1 to 4 of 4

Heavely modded, but stuck

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 ...

      
  1. #1
    New Member
    Join Date
    Sep 2005
    Posts
    17
    Rep Power
    0


    Question Heavely modded, but stuck>> Query Addition, but where to add it

    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 03:39 PM. Reason: more info added to title

  2. #2
    New Member
    Join Date
    Sep 2005
    Posts
    17
    Rep Power
    0


    Default Re: Heavely modded, but stuck

    Any comments even on the site itself?

    Thanks for any help

  3. #3
    New Member
    Join Date
    Feb 2007
    Posts
    18
    Rep Power
    0


    Default Re: Heavely modded, but stuck

    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 01:42 PM.

  4. #4
    New Member
    Join Date
    Sep 2005
    Posts
    17
    Rep Power
    0


    Default Re: Heavely modded, but stuck

    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

Similar Threads

  1. Please help! I'm stuck!
    By pbicontact in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 04-02-2004, 06:57 AM
  2. Modded OscMax a little but breadcrumbs Problem
    By elwyn in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-16-2004, 05:12 AM
  3. Help, I'm stuck!
    By iconcepts in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-10-2003, 04:59 AM
  4. stuck in the 2 step
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 11-27-2002, 08:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •