kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Discount Inventory via Promotional Codes #16

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a marketing employee, I want the ability to apply promotional codes that discount prices to inventory as an incentive for customers to buy certain items. We plan on working with other companies to give customers an incentive to buy certain products.

crisischris commented 4 years ago

(estimation) 1 week as this would require an input field for the user and some arithmetic and checking on the backend for sale price / valid code.