jewels1 Posted April 18, 2010 Share Posted April 18, 2010 hi my store is not checking out when i someone presses the checkout button subsequently people cant checkout or pay. any help will be appreciated MY STORE IS HERE thanks in advance Quote Link to comment Share on other sites More sharing options...
multimixer Posted April 18, 2010 Share Posted April 18, 2010 I don't know how this issue is related to paypal and payment modules in general However, your "checkout" button is linking correctly to checkout_shipping.php. Do you have any shipping modules enabled? Is there anything on top of checkout_shipping.php that sends the user back to the shopping cart? some condition or something? Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
jewels1 Posted April 18, 2010 Author Share Posted April 18, 2010 I don't know how this issue is related to paypal and payment modules in general However, your "checkout" button is linking correctly to checkout_shipping.php. Do you have any shipping modules enabled? Is there anything on top of checkout_shipping.php that sends the user back to the shopping cart? some condition or something? i will check those files and see what the problem is thanks Quote Link to comment Share on other sites More sharing options...
jewels1 Posted April 18, 2010 Author Share Posted April 18, 2010 i will check those files and see what the problem is thanks hi again here i sthe code for the checkout_shipping.php Released under the GNU General Public License */ require('includes/application_top.php'); require('includes/classes/http_client.php'); // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot; tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } // 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)); I am wondering if the store thinks customers have nothing in their cart???? because it keeps sending customers back to shopping cart instead of directing them to payment can anyone help? } Quote Link to comment Share on other sites More sharing options...
markg-uk Posted April 22, 2010 Share Posted April 22, 2010 What exactly happens? Do you get a blank screen when you get to the shipping page? Or does the page come up but with no options? Quote Link to comment Share on other sites More sharing options...
jewels1 Posted April 23, 2010 Author Share Posted April 23, 2010 What exactly happens? Do you get a blank screen when you get to the shipping page? Or does the page come up but with no options? hi i fixed it by putting in the shipping.php again for some reason it dissapered??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.