我有一个优惠券系统,每当创建新的订单详细信息时,它都会将优惠券应用到标记为coupon_value的字段中。我正在尝试引入分层优惠券系统的概念,并试图找出是否有某种方法可以确定您使用的是哪个.each()实例。
这是我的代码:
//Default value of the coupon is $200
coupon_value = 200;
//If there are 5 students or more the coupon value is $300
teir_value = 300;
//For each coupon_value set its html to the coupo