View Single Post
  #5  
Old 01-25-2012, 07:32 AM
 
tom437 tom437 is offline
 

eXpert
  
Join Date: Feb 2010
Posts: 209
 

Default 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
__________________
x cart 4.4.2
Reply With Quote