View Single Post
  #80  
Old 09-19-2004, 11:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

To change the gift certificate redirect, open payment/payment_giftcert.php

Find:

Code:
func_header_location($current_location.DIR_CUSTOMER."/cart.php?mode=checkout&paymentid=".@$paymentid);

Change to:

Code:
func_header_location($current_location.DIR_CUSTOMER."/cart.php?mode=checkout");
Reply With Quote