Contributions
Link in Box Title
-Deutsche Anleitung enthalten-
-german instruction included-
Because the little arrow in the Info-Box, like Shopping Cart, is too small for many customers, you can put the link into the title of the box, so the customer can easily click on the title and/or the arrow.
You can change this on all boxes you want, here we go in shopping_cart.php
open catalog/includes/boxes/shopping_cart.php
find around line 18:
$info_box_contents[] = array('text' => BOX_HEADING_SHOPPING_CART);
change to:
$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '" class="textbox">' . BOX_HEADING_SHOPPING_CART . '</a><br>' );
Open catalog/stylesheet.css
Add:
a.textbox {
color: #ffffff;
}
Thats it!
See it live on www.LED-Store.ch, just lead your mouse on the box titles.
take care,
cosmo
| 13 Feb 2007 |
Added a link to what's new products, because mine was not working.
I also added a instruction how to remove the arrow
Cheers!
see it live on www.watnoumusic.nl
| 14 Oct 2005 |
| Cosmo | 19 Apr 2005 |
Note: Contributions are used at own risk.
