Hi
I am using an istall of OSCMax 2 with AABox template. When you do a search the results come up with a horrible 'Buy Now' button on the heading bar of the results which doesn't even work. How do I remove it.
cheers
DP![]()
This is a discussion on Remove 'Buy Now' button in AABox template Search Results within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hi I am using an istall of OSCMax 2 with AABox template. When you do a search the results come ...
Hi
I am using an istall of OSCMax 2 with AABox template. When you do a search the results come up with a horrible 'Buy Now' button on the heading bar of the results which doesn't even work. How do I remove it.
cheers
DP![]()
PS Had a look in advanced_search_results.php and advanced_search.php but can't find the lines of code!!!
in line 67 aprox. find
$lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action', 'pName')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> ';
and replace with
$lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action', 'pName')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . '</a> ';
The buy buttom on heading go out
Is my solucion and works for me! I hope that help you.
I had the same problem and I changed the same type of code but mine was includes/modules/product_listing.php on line 133.
John
Or you could just change line 67 of /catalog/includes/modules/product_listing.php to this:
Code:$lc_text = TABLE_HEADING_BUY_NOW;
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Bookmarks