This is a discussion on how do i add a line break before the buy now button within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; the buy now button on this page if too close to the price. how do i add a line break. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| the buy now button on this page if too close to the price. how do i add a line break. What file do i need to edit. http://proper-designs.com/catalog/index.php?cPath=25 |
|
#2
| ||||
| ||||
| I am assuming your getting the buy now buttons from a mod? If so tell me which one so i can look at it and ill reply with the fix. Red Fraggle
__________________ Clifton Murphy CEO/CTO Hyperactive Inc. osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists! |
|
#3
| ||||
| ||||
| Hi, Just edit line 88 of /includes/modules/product_listing_col.php The original line is: Code: $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a>&nbsp;';
Code: $lc_text = '<br><a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a>&nbsp;';
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| add to cart button and detail button show on main page | jikey | osCMax v2 Customization/Mods | 1 | 01-14-2007 05:13 PM |
| Break <br> tag don't break line | kestas | osCommerce 2.2 Modification Help | 1 | 01-16-2006 08:30 PM |
| Price Break Integration | ganast | osCMax v1.7 General Mods Discussion | 3 | 12-22-2004 01:47 PM |
| price-break-1.11 with ms2-max 1.5.5 | fridgemags | osCMax v1.7 General Mods Discussion | 3 | 06-03-2004 05:47 AM |
| Automatically break a results set over multiple pages | Anonymous | osCMax v1.7 Discussion | 0 | 04-02-2004 12:27 PM |