Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

my store is no longer offering checkout or any options


jewels1

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

}

Link to comment
Share on other sites

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???

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...