Totally Zenned
- Join Date:
- Jul 2005
- Posts:
- 497
- Plugin Contributions:
- 0
Ocean Front Template Support Thread
Aha, I didn't realize it was a pic! I fixed it, thanks so much :)
Views: 56,761
Totally Zenned
Aha, I didn't realize it was a pic! I fixed it, thanks so much :)
Deceased
Doodlebuckets:
Aha, I didn't realize it was a pic! I fixed it, thanks so much :)
glad it got sorted
New Zenner
meowhead:
Clyde,
By the way, when I look at the site with IE7 I don't see the logo at all.
However, when I look at the site with Firefox I see the logo peeking out from the right edge.
Does this info help?
Looks like there is a missing ;
#logoWrapper{
position: relative;
top: 0;
left: 28px;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:100px;
width:790px;
}
.sslSeal {
position: absolute;
top: 0;
right: 0;
background: url(../images/THE_NAME_OF_IMAGE.gif) no-repeat MISSING ;
}
Could be that Firefox is allowing for the error and IE is not and being more strict.
Deceased
anamestore:
Looks like there is a missing ;
#logoWrapper{
position: relative;
top: 0;
left: 28px;
/background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;/
height:100px;
width:790px;
}
.sslSeal {
position: absolute;
top: 0;
right: 0;
background: url(../images/THE_NAME_OF_IMAGE.gif) no-repeat MISSING ;
}
>
> Could be that Firefox is allowing for the error and IE is not and being more strict.
A link to your site would be useful.
New Zenner
Hello! I love the template but I'm having trouble with customization.
Clyde if you could take a look at my page at
http://californiakinshipcaregivers.com/shop/index.php?main_page=product_info&products_id=1
and see if you could help me answer these questions as soon as you can! Thank you so much:
The picture in the header I would like to fit in the header not dip under the HOME AND LOGIN. How do I make it shorter?
How do I change the font color and font faces/fonts for the product Title and tabs?
How do I get rid of the Units in Stock? My client is only selling one downloadable pdf file so there are no limits to the amounts available.
how do I get rid of the "larger image" under the photo on th main page?
Also in my Contact Us section how Do i get rid of the
Store Name
Address
Country
Phone
I dont need any of that on there.
how do I get rid of the 0lbs? There is no weight?
THANK YOU SO MUCH. ANY ANSWERS AT ALL WILL HELP!!! I'M SORRY FOR THE BOMBARDMENT OF QUESTIONS !!!
PLEASE HELP!!! :frusty:
Deceased
CaliforniaKinship:
Hello! I love the template but I'm having trouble with customization.
Clyde if you could take a look at my page at
http://californiakinshipcaregivers.com/shop/index.php?main_page=product_info&products_id=1and see if you could help me answer these questions as soon as you can! Thank you so much:
The picture in the header I would like to fit in the header not dip under the HOME AND LOGIN. How do I make it shorter?
How do I change the font color and font faces/fonts for the product Title and tabs?
How do I get rid of the Units in Stock? My client is only selling one downloadable pdf file so there are no limits to the amounts available.
how do I get rid of the "larger image" under the photo on th main page?
Also in my Contact Us section how Do i get rid of the
Store Name
Address
Country
PhoneI dont need any of that on there.
- In my shopping cart section how do I get rid of
Total Items: 1 : 0lbs Amount: $0.00how do I get rid of the 0lbs? There is no weight?
- How do I change the font size and such of all the information at the bottom of the page? It's become a larger size and spaced out.
THANK YOU SO MUCH. ANY ANSWERS AT ALL WILL HELP!!! I'M SORRY FOR THE BOMBARDMENT OF QUESTIONS !!!
PLEASE HELP!!! :frusty:
I believe the following should fix most of these issues. As you will see there are a couple that are not templated related.
open includes/templates/ocean_front/css stylesheet.css
find and edit the following as indicated by the highlight
#logoWrapper{
margin: 0 0 0 28px;
/background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;/
height:115px;
width:790px;
}
Add this declaration at the bottom of the stylesheet.css
#productName {
color: #000; /You can change this to whatever color you want/
}
Changing the tabs will require creating new graphic images for both the tabright.gif and tableft.gif images
The following are not template related and can be turned on/off/edited from the ZC admin panel:
admin -> catalog -> product type -> product general (click the edit layout button and set Show Quantity in Stock to 0)
admin -> configuration -> e-mail options -> Contact Us - Show Store Name and Address (set to 0)
admin -> configuration -> layout settings -> Shopping Cart - Show Totals (set to 0)
Other problems will probably be corrected by validating your site and correcting the 137 validation errors on your site.
New Zenner
Thank you!! I changed all of that. You were so helpful!
So i cant change the random giant fonts that are occuring at the bottom of the page?
is there any way to make the product name centered?
And also move the Add to Cart box higher on thepage? maybe interweaved with the description?
Did you also know how to get rid of the "larger image" below the picture? on the front page?
I also dont see the price? Do you know how I display that? I know it's an admin question but you reply so quickly and easily.
Thanks so much!!
Deceased
CaliforniaKinship:
Thank you!! I changed all of that. You were so helpful!
So i cant change the random giant fonts that are occuring at the bottom of the page?
is there any way to make the product name centered?
And also move the Add to Cart box higher on thepage? maybe interweaved with the description?
Did you also know how to get rid of the "larger image" below the picture? on the front page?
I also dont see the price? Do you know how I display that? I know it's an admin question but you reply so quickly and easily.
Thanks so much!!
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.
New Zenner
Thank you so much. I fixed everything. Everything except moving the Add to Cart because for some reason I couldnt get that to work but I'm off with where it's at now.
Thank you so much for your prompt reply. Thanks so much!!!!:clap:
New Zenner
Hi! Ok, so i'm having some trouble.
How do I get rid of the estimate shipping button on this page?
http://californiakinshipcaregivers.com/shop/index.php?main_page=shopping_cart&number_of_uploads=0
my product is a file ... no shipping.
Thanks!
OH and also if you know... i've been chatting a lot with people about my product and i cant get it fixed.
The customer should only be allowed to hit the DOWNLOAD button once and they save it to their computer and they cannot hit that button again.
How do I get it so that button disappears after they've already received the file? Thank you!!
I already have these set in my attribute settings:
Download Expiration (Number of Days) 0
Number of Downloads Allowed - Per Product 1
THey can download it whenever...but only ONCE.. how do i do that?
and these are in the attribute controller:
Expiry days: 0
Max Download: 1
Deceased
CaliforniaKinship:
Hi! Ok, so i'm having some trouble.
How do I get rid of the estimate shipping button on this page?
http://californiakinshipcaregivers.com/shop/index.php?main_page=shopping_cart&number_of_uploads=0
my product is a file ... no shipping.
Thanks!
OH and also if you know... i've been chatting a lot with people about my product and i cant get it fixed.
The customer should only be allowed to hit the DOWNLOAD button once and they save it to their computer and they cannot hit that button again.
How do I get it so that button disappears after they've already received the file? Thank you!!
I already have these set in my attribute settings:
Download Expiration (Number of Days) 0
Number of Downloads Allowed - Per Product 1THey can download it whenever...but only ONCE.. how do i do that?
and these are in the attribute controller:
Expiry days: 0
Max Download: 1
turn it off:
admin -> Shipping/Packaging -> Shipping Estimator Display Settings for Shopping Cart (set to 0)
I'm not sure but it may have something to do with the update status settings.
New Zenner
Thank you!
One more thing if you have time.
http://californiakinshipcaregivers.com/shop/index.php?main_page=shopping_cart&number_of_uploads=0
The same page ... how do I add more to the shopping cart contents page? Like more written info ?
I didnt see it in the define pages editor in the admin. is it through the backend? FTP ?
DO you know where that location is? thank you! I just want to add some more instruction to that page! Thanks so much!
Deceased
CaliforniaKinship:
Thank you!
One more thing if you have time.
http://californiakinshipcaregivers.com/shop/index.php?main_page=shopping_cart&number_of_uploads=0
The same page ... how do I add more to the shopping cart contents page? Like more written info ?
I didnt see it in the define pages editor in the admin. is it through the backend? FTP ?
DO you know where that location is? thank you! I just want to add some more instruction to that page! Thanks so much!
includes/languages/english/shopping_cart.php
edit the following define statement
define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty.');
New Zenner
Hi! Ok thank you for directing me to the right place.
This is the information I want on that page.. while the shopping cart has an item in it....
so I put it under the TEXT INFORMATION LIKE SO:
define('NAVBAR_TITLE', 'The Shopping Cart');
define('HEADING_TITLE', 'Your Shopping Cart Contents');
define('HEADING_TITLE_EMPTY', 'Your Shopping Cart');
define('TEXT_INFORMATION', 'Don't have a PayPal Account? NO PROBLEM! Just click CHECKOUT below and when you are redirected to our PayPal Web site, simply click the link on the left of the screen that says DON'T HAVE A PAYPAL ACCOUNT? NO PROBLEM!
You will be able to continue checkout without an account!
If you do have a PayPal Account, click the PayPal checkout for a faster, easier checkout!');
define('TABLE_HEADING_REMOVE', 'Remove');
define('TABLE_HEADING_QUANTITY', 'Qty.');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRICE','Unit');
define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty.');
define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:');
define('SUB_TITLE_TOTAL', 'Total:');
WHAT did I do wrong? I have a white page now? Thanks!
New Zenner
This is what the entire shoping cart PHP looks like
<?php /** * @package languageDefines * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: shopping_cart.php 3183 2006-03-14 07:58:59Z birdbrain $ */ define('NAVBAR_TITLE', 'The Shopping Cart'); define('HEADING_TITLE', 'Your Shopping Cart Contents'); define('HEADING_TITLE_EMPTY', 'Your Shopping Cart'); define('TEXT_INFORMATION', 'Don't have a PayPal Account? NO PROBLEM! Just click CHECKOUT below and when you are redirected to our PayPal Web site, simply click the link on the left of the screen that says DON'T HAVE A PAYPAL ACCOUNT? NO PROBLEM! You will be able to continue checkout without an account! If you do have a PayPal Account, click the PayPal checkout for a faster, easier checkout!'); define('TABLE_HEADING_REMOVE', 'Remove'); define('TABLE_HEADING_QUANTITY', 'Qty.'); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRICE','Unit'); define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty.'); define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:'); define('SUB_TITLE_TOTAL', 'Total:'); define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock or there are not enough in stock to fill your order.<br />Please change the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '). Thank you'); define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock. Items not in stock will be placed on backorder.'); define('TEXT_TOTAL_ITEMS', 'Total Items: '); define('TEXT_TOTAL_WEIGHT', '  : '); define('TEXT_TOTAL_AMOUNT', ' Amount: '); define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>'); define('TEXT_OPTION_DIVIDER', ' - '); ?>I just want the content on that page to have about a paragraph of instruction... the information to help people. before they checkout!
Thanks so much!
Deceased
CaliforniaKinship:
This is what the entire shoping cart PHP looks like
<?php /** * @package languageDefines * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: shopping_cart.php 3183 2006-03-14 07:58:59Z birdbrain $ */ define('NAVBAR_TITLE', 'The Shopping Cart'); define('HEADING_TITLE', 'Your Shopping Cart Contents'); define('HEADING_TITLE_EMPTY', 'Your Shopping Cart'); define('TEXT_INFORMATION', 'Don't have a PayPal Account? NO PROBLEM! Just click CHECKOUT below and when you are redirected to our PayPal Web site, simply click the link on the left of the screen that says DON'T HAVE A PAYPAL ACCOUNT? NO PROBLEM! You will be able to continue checkout without an account! If you do have a PayPal Account, click the PayPal checkout for a faster, easier checkout!'); define('TABLE_HEADING_REMOVE', 'Remove'); define('TABLE_HEADING_QUANTITY', 'Qty.'); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRICE','Unit'); define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty.'); define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:'); define('SUB_TITLE_TOTAL', 'Total:'); define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock or there are not enough in stock to fill your order.<br />Please change the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '). Thank you'); define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock. Items not in stock will be placed on backorder.'); define('TEXT_TOTAL_ITEMS', 'Total Items: '); define('TEXT_TOTAL_WEIGHT', '  : '); define('TEXT_TOTAL_AMOUNT', ' Amount: '); define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>'); define('TEXT_OPTION_DIVIDER', ' - '); ?>I just want the content on that page to have about a paragraph of instruction... the information to help people. before they checkout!
Thanks so much!
Make the following corrections as indicated by the highlights:
define('TEXT_INFORMATION', 'Don't have a PayPal Account? NO PROBLEM! Just click CHECKOUT below and when you are redirected to our PayPal Web site, simply click the link on the left of the screen that says DON'T HAVE A PAYPAL ACCOUNT? NO PROBLEM!
You will be able to continue checkout without an account!
If you do have a PayPal Account, click the PayPal checkout for a faster, easier checkout!');
New Zenner
Another newbie here. I changed the color scheme in ocean but am having a hard time guessing where all of the font colors are located. In particular I need to change the hover font color in the categories box. I want all of the side boxe display fonts to be one color and hover font the default brown. I also need to change the product font display back to brown.
http://grindersgourmet.com Thanks, Clyde
Deceased
new ocean:
Another newbie here. I changed the color scheme in ocean but am having a hard time guessing where all of the font colors are located. In particular I need to change the hover font color in the categories box. I want all of the side boxe display fonts to be one color and hover font the default brown. I also need to change the product font display back to brown.
http://grindersgourmet.com Thanks, Clyde
The easiest way would be to open the stylesheet.css and do a search for ( a:hover )
make changes as necessary.
New Zenner
Thanks, I found it. The list and hover were classed together so was able to change when I separated them. What are the names for the product fonts and product headings in the center column and the name for the sidebox titled reviews. I am looking for them on the stylesheet.css
Deceased
new ocean:
Thanks, I found it. The list and hover were classed together so was able to change when I separated them. What are the names for the product fonts and product headings in the center column and the name for the sidebox titled reviews. I am looking for them on the stylesheet.css
The fonts for the entire template are fund in the stylesheet.css ( body ) declaration.
body {
margin: 5px 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #F5F5DC;
}
Tell staff why this post should be reviewed.