Remove Coupons
sianm - May 21, 2007 - 14:36
| Project: | Quickfile |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is it possible to easily remove coupons from the quickfiles process? We have the module installed and working great however we don't use coupons so that step isn't needed.
Many thanks.

#1
I would like to do this as well. Anyone?
#2
subscribing
#3
A small simple fix to remove the coupon option from appearing during checkout is to comment out lines 734-748 (Paste "/*" before line 734 and "*/" after 748.) This removes the coupon option during checkout, but still includes the intermediate step. To remove the intermediate step more coding has to be done. I have done this, but it's more than I can put in this small comment field.