Re: Mini-cart (or other functionality) on a non-xcart page
I already changed <? to <php?. With <? I get the following error....
"ERROR: Can not initiate application! Please check configuration."
I re-copied the code, and I am still getting the same error....
"Parse error: syntax error, unexpected '}' in /home/myusername/public_html/ext_menu_cart.php on line 52"
If I remove
{
} else {
echo "Your shopping cart is currently empty.";
}
The script shows up.
Any other ideas?
|