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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 ![]() |
|
#2
| |||
| |||
| PS Had a look in advanced_search_results.php and advanced_search.php but can't find the lines of code!!! |
|
#3
| |||
| |||
| 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. |
|
#4
| |||
| |||
| 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 |
|
#5
| ||||
| ||||
| 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
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search not showing results. | JonCloud420 | osCMax v2 Installation issues | 0 | 09-03-2006 06:59 PM |
| modifing meta_tags.php to help search results? | Redeye_Joe | osCMax v2 Customization/Mods | 1 | 02-20-2006 07:08 AM |
| AAbox template | matty102 | osCMax v1.7 Discussion | 2 | 02-17-2005 10:24 AM |
| Anyone have a photoshop AABox Template? | groggory | osCMax v1.7 Discussion | 2 | 01-02-2005 05:29 PM |
| Default AABox template problem? | groggory | osCMax v1.7 Discussion | 6 | 10-19-2004 10:21 AM |