Oh, you'll love this cuz it's really easy!!
As a matter of fact, the text on the page gives you a big hint. Go to includes/language/english/ and find the file shopping_cart.php
Then copy it to:
includes/languages/english/YOUR_TEMPLATE (if it's not already in there)
And find this on the 4th line of code:
Quote:
define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');
delete the words in red and replace it with whatever you want to put in there. Make sure you leave the ' before and after the text, and the ); after the ' or your page will disappear.
Quote:
define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');
Good luck!
OH, and if you don't want any text there, just get rid of the stuff in red, but leave both of the ' and the ); so that it looks like this:
Quote:
define('TEXT_INFORMATION', '');