View Single Post
  #2  
Old 01-13-2011, 05:19 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Searching orders issue.

You should alter "include/orders.php" script.

Find and replace this code:
PHP Code:
if (!empty($payment_methods) && !empty($active_modules['Google_Checkout']))
    
array_unshift($payment_methods, array('payment_method'=>"Google Checkout"'paymentid' => 0)); 

with this one:
PHP Code:
if (!empty($payment_methods) && !empty($active_modules['Google_Checkout']))
    
array_unshift($payment_methods, array('payment_method'=>"Google Checkout"'paymentid' => '0')); 
__________________
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