Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: MultiBuy #11

Open
Zelig880 opened this issue Jan 18, 2021 · 3 comments
Open

Feature request: MultiBuy #11

Zelig880 opened this issue Jan 18, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Zelig880
Copy link
Contributor

As an user of the Coupons extension of Tastyigniter V3, I would like to be able to define offers based on the quantity of specific items being bought.

Real life example: As an restaurant owner, I would like to offer the ability for customer to buy 3 tapas for 10 £.

Steps to reproduce

  • Create a coupons
  • Complete all required fields on the general tab
  • Click the Restrictions tab

Expected

  • I should be able to enter a minimum number of items for the offer to be valid

Actual

  • I can just enter a minimum amount
@ryanmitchell
Copy link
Member

So my thoughts on this would be:

We add a new discount type of "Fixed price", and maybe rename "Fixed amount" to "Amount".
The discount value field then serves as the price you want to sell at.
Add new fields for minimum quantity, maximum quantity, and maximum uses (eg 1 if you only want it to be allowed to be used once per order)

Then we apply similar logic to what we've just done for apportioning to apply the discount.

@Zelig880 does this cover it off do you think?

@sampoyigi do you have any other thoughts?

@sampoyigi
Copy link
Member

Just one question, do we do the minimum number on individual items or on the overall items in cart?

@ryanmitchell
Copy link
Member

ryanmitchell commented Feb 3, 2021 via email

@ryanmitchell ryanmitchell added enhancement New feature or request help wanted Extra attention is needed labels Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants