Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
931 Vistas

Good afternoon everyone, I would like to know if it is possible to implement a discount for first-time purchase customers in POS without custom developments or modules. If so, please tell me how to configure it, since I have tried several ways but I cannot find the solution. Therefore, the coupon can only be used once per customer and only if it is their new purchase, or failing that, each customer can only use one coupon even if it is not their first purchase, and we are implementing a registration form and we want to give that discount to new customers. Thank you.


And in case none of these options are possible, do you know of any link that explains how to do this in a custom module for Odoo 18?

Avatar
Descartar
Mejor respuesta

HIi,
Give a discount only once per customer, ideally on their first purchase.

Step 1: Create a "Welcome Discount" Product
  1. Go to Sales > Products.
  2. Create a new product:
    • Name: Welcome Discount
    • Product Type: Service
    • Can be Sold: ✅
    • Price: -100.00 (or any discount value)
    • Available in POS: ✅
Step 2: Use a Customer Tag or Internal Note
  1. Go to Sales > Customers.
  2. Add a custom tag or set an internal note on the customer (e.g., "Eligible for Welcome Discount").
    • This will help your POS staff identify if the customer is new or has not used the discount yet.
Step 3: Train POS Staff on the Flow
  1. When a customer registers via your form:
    • Create the customer in Odoo.
    • Add the tag or internal note.
  2. When the customer comes to POS:
    • The staff searches for the customer.
    • Checks if the customer is marked as eligible.
    • Adds the Welcome Discount product manually to the order.
    • After payment, remove the tag or update the internal note.

i hope it is usefull


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 25
968
2
oct 24
2414
1
mar 24
2565
1
nov 18
4715
2
oct 16
3199