ive been looking everywhere for where the "buy now" button is called i know where the image is but i need to know where in the code it is called to display
thanx for your help.
This is a discussion on buy now button? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; ive been looking everywhere for where the "buy now" button is called i know where the image is but i ...
ive been looking everywhere for where the "buy now" button is called i know where the image is but i need to know where in the code it is called to display
thanx for your help.
/includes/modules
either product_listing_col.php or product_listing.php (depending on how you are listing products).
in product_listing.php look for:
Look for something similar if you are using the _col version.Code:// Bugfix 0000069 // $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action', 'pName')) . 'action=buy_n ow&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> '; $lc_text = TABLE_HEADING_BUY_NOW; // LINE ADDED $lc_align = 'center'; break; }
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Bookmarks