discount being worked twice


  • Default avatar
    marlvass    
     12 years ago
    0

    hi,

    i have created a coupon to test it out and it works fine the only problem is that it is working the discount x2 once on the porudct sub total and than again on the final total

    for example:

    using a 10% discount:

    subtotal with discount: €9 (actual price €10)
    shipping: €10
    total: €18
  • Your avatar
    seyi    
     12 years ago
    0

    Hello,

    it looks like it is giving you a discount on the total, but also showing the discount on the sub total. The normal total is 20, and a 10% discount on 20 is 2, leaving 18.

    Questions:
    - what kind of coupon did you create? gift certificate?
    - what version of virtuemart are you using?
    - what version of AwoCoupon are you using?
  • Default avatar
    marlvass    
     12 years ago
    0

    Hi,

    I created the following coupon:

    Function: coupon
    Number of uses: 1
    Value type: percent
    Value: 10
    Min Value: overall

    What i would like is to create the discount not on the total, but only on the subtotal only

    Joomla: 1.5.23
    VM: 1.1.8 (with some custom edits for shipping work out)
    awo coupon free: 1.0.10

    thanks
  • Your avatar
    seyi    
     12 years ago
    0

    try these posts (9 and 11)
    https://awodev.com/forum/awocoupon/help-section/coupon-incorrect#comment-2188
  • Default avatar
    marlvass    
     12 years ago
    0

    all fixed thanks :)