jewels1 0 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 Share this post Link to post Share on other sites
♥multimixer 325 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? My community profile | Template system for osCommerce - New: Responsive | Feedback channel Share this post Link to post Share on other sites
jewels1 0 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 Share this post Link to post Share on other sites
jewels1 0 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? } Share this post Link to post Share on other sites
markg-uk 2 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? Share this post Link to post Share on other sites
jewels1 0 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??? Share this post Link to post Share on other sites