View Single Post
  #4  
Old 01-13-2011, 03:14 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Skip Cart page, go straight to Checkout page (4.2.x)

1. You should enable "Redirect customer to cart after adding a product" option

2. Alter "cart.php", find and replace this code:
PHP Code:
if (!empty($active_modules['SnS_connector']))
            
$is_sns_action['AddToCart'][] = $productid;

        
$return_url 'cart.php'

with this:
Code:
if (!empty($active_modules['SnS_connector'])) $is_sns_action['AddToCart'][] = $productid; $return_url = 'cart.php?mode=checkout';
__________________
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