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.
Printable View
Thank you!
One more thing if you have time.
http://californiakinshipcaregivers.c...r_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!
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!
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!');
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
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