View Single Post
  #3  
Old 01-25-2012, 03:04 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote