X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Need help with checkout (https://forum.x-cart.com/showthread.php?t=62439)

tom437 01-24-2012 05:41 PM

Need help with checkout
 
Hello,


A customer just to place an order on my website and get this message, after they click the place order button.

(Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.)

Anyone, know what does it means?

Thanks
Tom

tom437 01-24-2012 06:45 PM

Re: Need help with checkout
 
Also, in my log is see this

([24-Jan-2012 19:54:18] Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier 'M' in /home/xxxxx/public_html/xxxxxx/include/adaptives.php on line 98

Thanks

qualiteam 01-25-2012 03:04 AM

Re: Need help with checkout
 
Not sure if it is related to the checkout issue, but you can add this code:
Code:

$p = preg_quote($p, '/');

right before this one:
Code:

if(preg_match('/' . $p . " ([^;]+)/Ss", $preg[2],$ppreg)) {
in the "include/adaptives.php" script, to fix the error reported in logs.

Note: use FTP/SSH access to alter the PHP scripts.

PoC2 01-25-2012 03:33 AM

Re: Need help with checkout
 
See: http://help.qtmsoft.com/index.php?title=X-Cart:PayPal#Unable_to_process_payment._Please_cont act_the_merc...that _address

Quote:

If the customer's address submitted to the server does not pass PayPal's validation, the server returns the error specified...

tom437 01-25-2012 07:32 AM

Re: Need help with checkout
 
Quote:

Originally Posted by qualiteam
Not sure if it is related to the checkout issue, but you can add this code:
Code:

$p = preg_quote($p, '/');

right before this one:
Code:

if(preg_match('/' . $p . " ([^;]+)/Ss", $preg[2],$ppreg)) {
in the "include/adaptives.php" script, to fix the error reported in logs.

Note: use FTP/SSH access to alter the PHP scripts.


O.k. I did what you said.

Thank you and I work that will work.
Tom

tom437 01-25-2012 07:32 AM

Re: Need help with checkout
 

Thank you and I will look in to that.

Tom


All times are GMT -8. The time now is 09:27 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.