PRB:
How to replace Your Shopping Cart is Empty! message with custom html page
The information in this article applies
to this particular SalesCart Product(s):
X
SYMPTOMS
This is an informational article on how to replace the default message that gets displayed with an empty shopping cart. |
CAUSE
The message is by design. This article explains how you can replace the message with your own custom page.
RESOLUTION
Open view1.php and find the following line:
echo("Your Shopping Cart is Empty!");
Replace with:
echo("<META http-equiv='refresh' content='0;url=custompage.htm'>");
Replace custompage.htm with the name and location of your custom html page for an empty shopping cart.
SUMMARY
This is an informational article on how to replace the default message that gets displayed with an empty shopping cart.
STATUS
This is an informational article.
REFERENCE
No references
Additional Query
Words: replace, Your Shopping Cart is Empty!, custom, page
Active/inactive: Active
Author: William Cheung
Date: 9/3/03
|