我想做以下事情。
如果用户购买了3个产品的总价超过$ 30,则应在WooCommerce WordPress中允许下4个产品的价格降低50%。
我一直尝试,但是没有发现任何有用的东西。我找到了一些插件,但没有用:https://docs.woocommerce.com/document/woocommerce-dynamic-pricing/
List<String> tokens=["token1","token2"];
final url='https://fcm.googleapis.com/fcm/send';
http.post(url,headers:{
"Accept": "application/json",
"Authorization":"key=mykey"
,"project_id":"proID"
},
body:json.encode(
{
"registration_ids" :tokens ,
"collapse_key" : "type_a",
"notification" : {
"body" : "Body of Your Notification",
"title": "Title of Your Notification"
}
)
}