GoTTi Posted June 28, 2006 Posted June 28, 2006 if i vieww my cart with no items, i can still check out for some reason... and its charging me the per item shipping options i have set also!!!! but there is nothing in my cart.... whats causing this?
Guest Posted June 28, 2006 Posted June 28, 2006 you may want to check your checkout_shipping.php code There's should be a check in place for the cart contents. // if there is nothing in the customers cart, redirect them to the shopping cart page if ($cart->count_contents() < 1) { tep_redirect(tep_href_link(FILENAME_SHOPPING_CART)); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.