virtuemart coupons issue 2


  • Default avatar
    edouard    
     13 years ago
    0

    Hy Seyi

    For your information :

    If vm coupon compatibility is checked to yes, and when awo coupon conditions are not reached, like minimum order value, munimum item etc ...

    error message is the one from vm by default

    instead of saying : conditions are not reached, it says : coupon does not exist
  • Your avatar
    seyi    
     13 years ago
    0

    Hi Ed,

    I might be a little confused as to what you are saying but I can explain the flow to you:

    With vm coupon compatibility enabled, AwoCoupon first checks to see if the code entered exists in AwoCoupon.
    - If it does, then AwoCoupon takes precedence and the code is run through AwoCoupon
    - if it does not, then the code is run through Virtuemart.

    Also the codes within AwoCoupon are now case sensitive. So "code" is not the same as "Code". With the logic above. If a code does not exist in AwoCoupon, then yes, you would received the default virtuemart error.

    Does this help?
  • Default avatar
    edouard    
     13 years ago
    0

    of course it does ! :)

    So if vm compatibility is enabled, awo error messages will never be used, as the flow finishes with vm system, is that right ?
  • Your avatar
    seyi    
     13 years ago
    0

    If the code exists in AwoCoupon, then AwoCoupon messages are used, otherwise, it defaults to Virtuemart.