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

Discounts (dollar off / percentage off) #1512

Closed
11 of 14 tasks
brent-hoover opened this issue Oct 20, 2016 · 0 comments
Closed
11 of 14 tasks

Discounts (dollar off / percentage off) #1512

brent-hoover opened this issue Oct 20, 2016 · 0 comments
Assignees
Milestone

Comments

@brent-hoover
Copy link
Collaborator

brent-hoover commented Oct 20, 2016

Objective is for administrators to be able to offer customers a monetary, percentage, or shipping discount on a product, tag collection, or variant in their store.

  • New Discounts Collection with:
    • ID
    • SHOP_ID
    • DISCOUNT CODE
    • DISCOUNT TEXT
    • DISCOUNT RATE
    • DISCOUNT TYPE
      • VALUE
      • PERCENT
      • SHIPPING
    • CONDITION
      • order min
      • order max
    • REDEMPTION LIMIT
    • REDEMEPTION COUNT
    • CUSTOMER LIMIT
    • START DATE
    • END DATE
    • ENABLED
    • PRODUCT [ID,ID]
    • TAGS [ ID, ID]
    • AUDIENCE [ roles, permissions]
  • Admin Card, Discounts
  • UI similar to Taxes, Shipping to edit/add discounts.
  • Payment Method that allows discount code entry
  • Update discount cart transform to call discount calculation method
  • "discount/calculate(cartId)" method to calc and return rates
  • "discounts/add" method to add discounts
  • "discounts/update" method to update
  • Store calculated discount on cart (ala payment/shipping methods)
  • display cart codes in order summary
  • display total discount in cart summary
  • Documentation (dev, admin)
  • i18n phrases
  • Unit tests for methods.
@brent-hoover brent-hoover added this to the v0.18.0 milestone Oct 20, 2016
@brent-hoover brent-hoover changed the title Coupons/Promotions (dollar off / percentage off) Discounts (dollar off / percentage off) Oct 20, 2016
aaronjudd pushed a commit to reactioncommerce/reaction-docs that referenced this issue Dec 30, 2016
brent-hoover pushed a commit to reactioncommerce/reaction-docs that referenced this issue Jan 5, 2017
* Discount code dashboard documentation

Documentation for
reactioncommerce/reaction#1512 and
reactioncommerce/reaction#149

* lint updates
@aaronjudd aaronjudd removed the review label Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants