Hide Payment
Hide COD above 500
Hide Cash on Delivery when the cart total is over 500. Change the amount to match your risk threshold — the value is in your store's currency.
Free template · imports into Nex Reorder via Rules → Import
Hides the Cash on Delivery (COD) payment method when Cart total is greater than 500.
What the template contains
Hide · Payment method
Cash on Delivery (COD)
Conditions
- Cart total is greater than 500
Import in three steps
- 01
Download the JSON
Grab this template as a ready-to-import rule file.
- 02
Import in the app
In Nex Reorder, open Rules → Import and pick the file.
- 03
Review & activate
Tweak methods or conditions to match your store, then go live.
The file
hide-cod-above-500.rule.json
{
"formatVersion": 1,
"type": "rule",
"app": "pay-reorder",
"exportedAt": "2026-08-03T00:00:00.000Z",
"rule": {
"name": "Hide COD above 500",
"methodType": "payment",
"action": "hide",
"methods": [
{
"name": "Cash on Delivery (COD)",
"code": "Cash on Delivery (COD)"
}
],
"conditions": [
{
"type": "cart_total",
"operator": "gt",
"values": [
"500"
]
}
],
"matchType": "all",
"tier": "general",
"hideAll": false
}
}
This is the exact import format — app: "pay-reorder", validated by the app on import.
More templates
Related checkout rules
Control your Shopify checkout
$4.99/month, free trial. Import this template and go live in minutes.