View Single Post
  #11  
Old 03-31-2008, 02:05 PM
 
hebs hebs is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: UK
Posts: 47
 

Default Re: FastLane and Coupon

I am not a big fan of fastlane checkout or the standard cart. I have managed to get all of the following onto my 1st checkout page of the standard cart to make it a bit smoother:

Redeem a coupon - accepts normal x-cart coupons. I have called them referral coupons as part of the BCSE Reward referral mod: (try this one - "2905REFERRAL9278") - I modified discount_coupons.php to reload the checkout page rather than the cart page after a coupon is added.

in modules/Discount_Coupons/discount_coupons.php

replace 2 instances of this:
HTML Code:
func_header_location("cart.php");

with this:
HTML Code:
func_header_location("cart.php?mode=checkout");


Redeem a coupon - also accepts multiple On Sale coupons (try this one - "DISCOUNT10") - currently it reverts back to the cart page as I cannot edit OnSale_coupons.php - although bill was kind enough to run me off a modified file - still needs a bit of tinkering.

Redeem Points Points - BCSE's customer reward points mod - I could not stand having this as a seperate payment method to I have set it up to work on the checkout page 1.

please take a look: http://www.sub-laser.co.uk/shop and have a play: the site is not open so please do not submit on any orders and excuse the crap finish and layout - still working on content and CSS issues. Any comments/suggestions please
__________________
Hebs

xcart GOLD v4.1.9 [unix]
Loads of Mods!

www.sub-laser.co.uk


3D Photography
Reply With Quote