Minimum order total


  • Default avatar
    allen1    
     2 years ago
    0

    I have an automatic discount configured to apply if a minimum of 2 included products is in the cart. The discount type is set to "specific" so the minimum should be calculated only on the included products. However, the coupon is applying even if only 1 of the included products is in the cart along with another product that is not included, which means the discount is applied even through the cart does not qualify.


    Here is a link showing a cart with 2 products: Cart. The first qualifies as an eligible included product, but the second is not included. Only one of the products qualifies as included with the discount type set to specific, and the minimum is set to 2. The discount should not be applied, but it is.


    Ideas?


    Regards,


    Allen

  • Your avatar
    seyi    
     2 years ago
    +1

    The discount set to specific will discount only the products on your product list, but this does not set what qualifies as required for the coupon to work.

    To set it to 2 distinct products that are required for the coupon to qualify, use value definition.  On the value like click the icon that opens value definition

    Process type: progressive
    Apply distinct count checkbox: check it
    # products     value
    2                    the discount

    More info on value definition here:
  • Default avatar
    allen1    
     2 years ago
    0

    That worked. Thanks!


    You might want to take a look at your documentation for Minimum Order Total at https://awodev.com/documentation/awocoupon/coupons under the guidance provided for Minimum Product Quantity. 

    "Specific: if selected specific assets (product, category, vendor, etc), then test the minumum number of products in the cart only on the those items"

    This guidance directly contradicts what you confirmed in your reply, that "this does not set what qualifies as required for the coupon to work".

  • Your avatar
    seyi    
     2 years ago
    0

    It does but it does not look at distinct products.  So if you have products A and B selected and you set minimum product qty to 2, then any of these would match:
    - 2 of A
    - 2 of B
    - 1 of A and 1 of B
  • Default avatar
    allen1    
     2 years ago
    0

    OK. As it currently reads, I was not able to know that. Thanks for guiding me on the correct implementation.