Show EPS first in Austria
When the shipping country is Austria, move EPS to the first position at checkout so local shoppers see their preferred payment method by default.
Free template · imports into Nex Reorder via Rules → Import
Moves EPS to the top of the payment method list at checkout when Shipping country is Austria.
The problem it solves
EPS is Austria’s established online bank-transfer standard, backed by the country’s banks. Austrian shoppers know and trust it, so when EPS sits below cards on your checkout you’re demoting the exact method that reassures a local buyer.
What you get
Puts Austria’s trusted bank-transfer method at the top.
Reassures Austrian shoppers with a familiar, bank-backed option.
Applies only to shoppers shipping to Austria.
No theme or checkout code.
What the template contains
Reorder · Payment method
Conditions
- Shipping country is one of
Austria
New order
- 1 EPS moved to the top
Reach for this when…
-
You sell into Austria and offer EPS through your provider.
-
Cards currently lead your checkout order.
-
You target Austrian shoppers and want a native checkout.
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.
Good to know
- EPS is added as a custom method matched by name — confirm it matches your checkout label.
- Ships with Austria pre-selected.
Questions
Show EPS first in Austria
Does it hide methods?
No — EPS only moves to the top; all methods remain.
Other countries affected?
No. Scoped to shipping addresses in Austria.
Theme edits?
None.
eps-first-austria.rule.json
{
"formatVersion": 1,
"type": "rule",
"app": "pay-reorder",
"exportedAt": "2026-08-03T00:00:00.000Z",
"rule": {
"name": "Show EPS first in Austria",
"methodType": "payment",
"action": "reorder",
"methods": [
{
"name": "EPS"
}
],
"conditions": [
{
"type": "shipping_country",
"operator": "in",
"values": [
"AT"
]
}
],
"matchType": "all",
"tier": "general",
"hideAll": false,
"displayOrder": [
{
"name": "EPS",
"index": 1
}
]
}
}
This is the exact import format — app: "pay-reorder", validated by the app on import.
Related checkout rules
Control your Shopify checkout
$4.99/month, free trial. Import this template and go live in minutes.