Apply a discount after one buys 10 specific products


  • Default avatar
    riga75    
     3 years ago
    0

    I would like a customer to buy at least 10 specific products and automatically apply a 15% scotnod
    I set up but something wrong, can you help me?
    I enclose the configuration screeenshot

    thanks a lot

    stefanoKRln1nX.png
  • Your avatar
    seyi    
     3 years ago
    0

    I do not think you need a buy x get y for that.

    Type: coupon
    Value: 15%
    Minimum product quantity: 10 specific
    Product: select the product(s) this applies for
  • Default avatar
    riga75    
     3 years ago
    0

    Hi Seyi, I would like it to be applied automatically without putting the coupon code

    thanks a lot

    stefano
  • Your avatar
    seyi    
     3 years ago
    0

    Then add to the automatic discount list:
  • Default avatar
    riga75    
     3 years ago
    0

    but sorry what you gave me is the guide for the first hundred users who buy that product, I need to set the discount when a user buys more than 10 products
  • Your avatar
    seyi    
     3 years ago
    0

    No, it is a guide to add a coupon to the automatic discount list.  To not have to enter a coupon, add the coupon to the automatic discount list in awocoupon > coupons > automatic discounts.
  • Default avatar
    riga75    
     3 years ago
    0

    We created the automatic discount but maybe we get something wrong, can I send you the login details so you can see for yourself?

    thanks a lot
  • Your avatar
    seyi    
     3 years ago
    0

    Yes, you can send me a private message with the info.
  • Default avatar
    riga75    
     3 years ago
    0

    ok, done
  • Your avatar
    seyi    
     3 years ago
    +1

    Thanks for the access. I went ahead and created a new coupon, id 2625, which does not use buy x get y.  I added it to the automatic coupon list but it is currently disabled.  Please enable it to test.
  • Default avatar
    riga75    
     3 years ago
    0

    Perfect now works, thanks a lot
  • Default avatar
    riga75    
     3 years ago
    0

    in reality it works ... but it is not perceived because the discount only puts it in the total INVOICE and does not highlight it.
    just for information, the discounted price of 15 is 32.725 and the VAT would be 71.99
    https://www.screencast.com/t/Mv4CYzMCS

    total amount 399.24 is fair

    how can i fix it?
  • Your avatar
    seyi    
     3 years ago
    0

    The product in your image is not on the list of products in the coupon.  Please update the coupon with all the products that qualify.
  • Default avatar
    riga75    
     3 years ago
    0

    See that the discount does it but it is not clear that it is discounted
  • Your avatar
    seyi    
     3 years ago
    0

    In the cart the only interaction with the template is displaying of the coupon code, otherwise AwoCoupon is purely a backend function discounting where it needs to.  So check if you have this override file:
    /templates/[YOUR_TEMPLATE]/html/com_awocoupon/coupondelete/default.php

    If you have it, rename or delete it as it may be causing problems.

    If it is not that, there is probably an issue with your template.
  • Default avatar
    riga75    
     3 years ago
    0

    there is no that override
  • Default avatar
    riga75    
     3 years ago
    0

    Sorry, you have another possible solution to solve this problem? thanks
  • Your avatar
    seyi    
     3 years ago
    0

  • Default avatar
    riga75    
     3 years ago
    0

    yes but that link is another problem, what does it have to do with it?
  • Your avatar
    seyi    
     3 years ago
    0

    Certainly is, but it goes to the bigger problem of your cart acting erratically.

    In any case, as I mentioned previously in this topic, awocoupon is purely a function and just discounts in the cart.  If it is not displaying your coupon as you expect, you will need to update your template.