本文介绍了为购物项目设计折扣或优惠表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以解释我如何为我的产品设计折扣表(在线购物项目中)。目前我有以下领域............



1 offer-id

2 product-id

3报价标题

4报价 - 说明

5 discount_value

6日期补充

7开始日期

8到期日

9状态



假设我想给特定类别产品的折扣或购物金额大于特定金额时,如何将其存储在我的表格中。请帮助........

Can somebody explain how can i design a discount table for my products( in an online shopping project ). Currently i have following fields............

1offer-id
2product-id
3offer-title
4offer-description
5 discount_value
6date-added
7start-date
8expiry-date
9status

Suppose i want to give discount on a particular category of products or if shopping amount is greater than a specific amount, how can i store it in my table. Please help........

推荐答案


这篇关于为购物项目设计折扣或优惠表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 02:06