Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems, more problems, and some more


aeflexmedia

Recommended Posts

So I installed OSCommerce, + the checkout without an account mod

 

When I myself here in MA, USA try to buy something, I can without a problem. But people call and tell me that when they get to the end of the checkout process, and actually go to submit their order it kicks them back to the beginning of the checkout process where they enter their initial info.

 

Could anyone help me out.

Link to comment
Share on other sites

Please go to "admin panel => Locations / Taxes and verify zones and tax zones in particular.

Open source n'est pas un échange à sens unique ... La plupart du temps un simple merci ou quelques mots d'encouragement suffisent...

Link to comment
Share on other sites

I have pages, and pages of zones in "zones" but only "Florida" and "US - All states and territories" listed under tax zones. Would that pose a problem?

 

Note: I also have SSL on the site, could that be causing issues?

Link to comment
Share on other sites

I think that your customers are redirected because of the following lines of code in the checkout_process.php

 

  if (!tep_session_is_registered('shipping') || !tep_session_is_registered('sendto')) {
tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));
 }

 

and you say that it works for some but not for others ... very very strange...

Please someone HELP us! :P

Open source n'est pas un échange à sens unique ... La plupart du temps un simple merci ou quelques mots d'encouragement suffisent...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...