Skip to content
Reorder Payment Belgium

Show Bancontact first in Belgium

When the shipping country is Belgium, move Bancontact 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

Checkout mockup: Show Bancontact first in Belgium

Moves Bancontact to the top of the payment method list at checkout when Shipping country is Belgium.

Why use it

The problem it solves

Bancontact is the payment method most Belgian shoppers reach for — it dominates online payments in Belgium. If a Belgian buyer lands on your checkout and Bancontact is sitting below cards and wallets, you’re adding friction right at the point of payment.

Benefits

What you get

Puts Belgium’s most-used payment method at the top for local shoppers.

Removes the hesitation of scrolling past unfamiliar options to find Bancontact.

Fires only for shoppers shipping to Belgium — other markets keep your normal order.

No theme edits — the order applies at checkout automatically.

Inside this rule

What the template contains

Reorder · Payment method

Bancontact

Conditions

  • Shipping country is one of Belgium

New order

  1. 1 Bancontact moved to the top
When to use it

Reach for this when…

  • You sell into Belgium and offer Bancontact through your payment provider.

  • Your default order was tuned for another market, so cards show first.

  • You run Dutch/French Belgian campaigns and want a native-feeling checkout.

How to use it

Import in three steps

  1. 01

    Download the JSON

    Grab this template as a ready-to-import rule file.

  2. 02

    Import in the app

    In Nex Reorder, open Rules → Import and pick the file.

  3. 03

    Review & activate

    Tweak methods or conditions to match your store, then go live.

Good to know

  • Bancontact must be enabled in your Shopify payment settings for the rule to reorder it.
  • Ships with Belgium pre-selected — add more countries only if your provider offers Bancontact there.
FAQ

Questions

Show Bancontact first in Belgium

Does this hide any payment methods?

No — it only reorders. Every method stays available; Bancontact just moves to the top for Belgian shoppers.

Are shoppers from other countries affected?

No. The rule is scoped to shipping addresses in Belgium; all other orders keep your existing order.

Do I need to edit my theme?

No. Import, activate, and Nex Reorder applies the order at checkout — no code.

The file

bancontact-first-belgium.rule.json

{
  "formatVersion": 1,
  "type": "rule",
  "app": "pay-reorder",
  "exportedAt": "2026-08-03T00:00:00.000Z",
  "rule": {
    "name": "Show Bancontact first in Belgium",
    "methodType": "payment",
    "action": "reorder",
    "methods": [
      {
        "name": "Bancontact",
        "code": "bancontact"
      }
    ],
    "conditions": [
      {
        "type": "shipping_country",
        "operator": "in",
        "values": [
          "BE"
        ]
      }
    ],
    "matchType": "all",
    "tier": "general",
    "hideAll": false,
    "displayOrder": [
      {
        "name": "Bancontact",
        "code": "bancontact",
        "index": 1
      }
    ]
  }
}

This is the exact import format — app: "pay-reorder", validated by the app on import.

Control your Shopify checkout

$4.99/month, free trial. Import this template and go live in minutes.