artesiandesign Posted March 25, 2006 Posted March 25, 2006 I have my store working fine - but only for customers from California. If a customer enters a state other than California, the checkout_shipping and checkout_payment don't show the entry for payment or shipping, just a button. The store zone is California - There is a "California" Tax Zone - There is a California tax rate. I installed "Fast East Checkout" and think it might have something to do with it. Try it for yourself: http://foryourdogsonly.com/store Order any product, fill out shipping info... use a state besides california and it won't let you enter payment. Please help! Thank you! Daniel Peterson Artesian Desing Group Quote
Guest Posted March 25, 2006 Posted March 25, 2006 are you restricting that payment method to the CA zone you created? If you set the payment module's zone to "none" it might take care of this (barring any complications caused by the contribution you installed). -jared Quote
artesiandesign Posted March 25, 2006 Author Posted March 25, 2006 Jared: Awesome, you rock! A stupid little oversight on my part. I set up the shipping and payment modules a while ago so I didn't even remember there was a zone option in there. Sorry, I guess this didn't have anything to do with FEC... my next question does for sure, though: I've also got a problem that I see others have asked about but I can't find an answer. in checkout_confirmation.php the instructions say: right before this code around line 67: if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($$payment) ) || (is_object($$payment) && ($$payment->enabled == false)) ) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL')); } add /// fec for get total $paynow = tep_db_prepare_input($HTTP_GET_VARS['paynow']); if ($paynow ==3) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, 'show_total=1&error_message=' . urlencode(ERROR_TOTAL_NOW), 'SSL')); } However, ERROR_TOTAL_NOW is never defined. Does this error message need to even be here? Anybody got any ideas? Thanks again! are you restricting that payment method to the CA zone you created? If you set the payment module's zone to "none" it might take care of this (barring any complications caused by the contribution you installed). -jared Quote
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.
Note: Your post will require moderator approval before it will be visible.