So i cant change the random giant fonts that are occuring at the bottom of the page?
You can if you clean up the validation errors that are on your site.
is there any way to make the product name centered?
open includes/templates/ocean_front/css/stylesheet.css
change this declaration as indicated.
#productName {
text-align:center;
color: #000; */You can change this to whatever color you want*/
}
And also move the Add to Cart box higher on thepage? maybe interweaved with the description?
You can open includes/templates/ocean_front/templates/tpl_product_info_display.php and move things around as you wish.
The sections of the page are marked with <!--bof something --> <!--eof something -->
Did you also know how to get rid of the "larger image" below the picture? on the front page?
open includes/languages/ocean_front/english.php
find and edit this define statement as indicated
define('TEXT_CLICK_TO_ENLARGE', '');
I also dont see the price? Do you know how I display that?
You'll have to edit your product and make sure it has a price.
the shopping cart shows the price as $0.00
Unless you've edited tpl_product_info_display.php the price should show by default.
Bookmarks