Author Topic: Multiple Coupon Codes  (Read 812 times)

akk

  • Newbie
  • *
  • Posts: 2
    • View Profile
Multiple Coupon Codes
« on: January 27, 2010, 02:23:47 AM »
Hello,

1.Does KonaKart allow multiple coupons to be entered into the Coupon text box?
2.If not, is there a way to programatically modify the Order Total modules to allow multiple coupons and promotions?

Thank You,
Anil

julie

  • Administrator
  • Hero Member
  • *****
  • Posts: 408
    • View Profile
    • KonaKart
Re: Multiple Coupon Codes
« Reply #1 on: January 28, 2010, 02:53:24 AM »
Quote
1.Does KonaKart allow multiple coupons to be entered into the Coupon text box?

Not at the moment.

Quote
2.If not, is there a way to programatically modify the Order Total modules to allow multiple coupons and promotions?

The fix is actually a customization of the PromotionMgr that would need to split up the coupons and validate each one in order to see whether the promotion applies to the order. You'd need to define your own PromotionMgr and re-write the CheckCoupon method. A bit tricky to achieve without support.

akk

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Multiple Coupon Codes
« Reply #2 on: January 28, 2010, 10:51:45 AM »
Hi Julie,

I found a temporary workaround that would work for us right now. Which is, create cumulative promotions without coupons for individual products.

Buying Enterprise version and support are definitely on our companies agenda in the next quarter.

Thanks for taking the time to answer my questions.

-Anil