thats the code I tried done it angain and this is what I get
http://www.rvsolarsystems.co.uk/stor...&products_id=6
Printable View
thats the code I tried done it angain and this is what I get
http://www.rvsolarsystems.co.uk/stor...&products_id=6
open includes/languages/comstock/english.php
near the top of the file you will find something similar to this; just replace the existing text with the following:
PHP Code:
define('TEMPLATE_NAME', 'Comstock Template ');
define('TEMPLATE_DESIGN', '<a href="http://clydedesigns.com/" target="_blank">' . TEMPLATE_NAME. 'Design by Clyde Designs</a>');
define('STORE_COPYRIGHT_YEAR', '2008');
$copyyear = ((STORE_COPYRIGHT_YEAR != date('Y')) ? STORE_COPYRIGHT_YEAR . '-' . date('Y') : STORE_COPYRIGHT_YEAR) . ' ';
define('FOOTER_TEXT_BODY', 'Copyright © ' . $copyyear . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a> | ' . TEMPLATE_DESIGN . ' | Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
http://bulletkeychains.net/store/ind...&products_id=2
If you look at this page, you'll see the product description is beong overlapped by the cart info box. How do I fix?
IE8. But it does seem to happen in compatibility mode only. Still may be worth a fix.
open includes/templates/comstock/templates/tpl_product_info_display.php
find the following section of code
and replace it with the followingCode:<!--bof Product description -->
<div id="productDescriptionBox">
Code:<br class="clearBoth" />
<!--bof Product description -->
<div id="productDescriptionBox">
That worked, thanks!
I also see in the shipping estimater that the text color needs to be changed (or the text moved out of the colored bars) as black doesn't show well int he black and red bars. Which template file controls that?