View Single Post
  #3  
Old 02-22-2008, 01:55 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Coupon redirection issues

For example instead 'func_header_location("cart.php?mode=checkout");' in your code:

Code:
$cart['checkout_step']=4; func_header_location("cart.php?mode=checkout&paymentid=4");

Note: You should to know paymentid of the selected payment method (if you have more than one payment method).

But this is another question...
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote