RE: Specify product quantity for an attribute
usmanaa <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <4dc0cbc8b173fc9cd0bbfc217b2f24ae@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=190507#190507
----------------------------------------------------------------
hi
in the checkout_shipping.php file there is only one place which redirects you to the shopping cart and that is :
if ($cart->count_contents() < 1) {
tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'));
}
which means that it thinks there is nothing in the basket!! not sure why it;s doing that - what chnages u done laterly??