我有一个名字和一个类别。输入名称时,我想猜测类别。
例如。
名称-类别
特易购杂货
特易购杂货
乐购-小游戏
我想要的是一个结果。然而,这并不像退回“杂货”那么简单。理想情况下,我只想退货,如果这个已经输入了至少50%的时间?否则,我只想退回食品杂货,如果它已被输入至少5次。
我有这个但不起作用。
SELECT DISTINCT(category) FROM records WHERE name='$name' AND count(category) > 5 ORDER BY count(category) DESC LIMIT 1;
我能创造没有错误的优惠券。当我在字段中输入优惠券代码并单击submit按钮时,将得到以下错误。
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Service unavailable (with message)
ResponseText:
Drupal版本7.28
商业优惠券百分比7.x-1.0-beta7 7
dblog消息
// first error
Rules Warning:
Unable to get
我有一个优惠券系统,每当创建新的订单详细信息时,它都会将优惠券应用到标记为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