IsEmpty() error
I have all my eCart pages setup but when I try to test the cart I get the following error. I have already put something in the cart from an Add to cart button but I then get this error when I try to view the cart.
I just rebuilt the cart object and pages to see if things would go together better this time. I got the following 4 error messages during the checkout page creation.
During creation of the confirm.php page:
You already have a variable names "eCartCheckoutForm_state_province". Please enter a unique name.
You already have a variable names "eCartCheckoutForm_country". Please enter a unique name.
You already have a variable names "eCartCheckoutForm_shippiing_lastname". Please enter a unique name.
While creating the pp_comfirm.php page:
You already have a variable names "eCartCheckoutForm_email". Please enter a unique name.
Don't know if this could have anything to do with the previous arror I got.