For the complete documentation index, see llms.txt. This page is also available as Markdown.

Store Credit Visibility

The Store Credit Visibility card on DollarBack admin β†’ Settings "control[s] when store credit appears as a payment option at checkout". Behind the scenes it drives a Shopify payment-customization function, so the hiding happens natively at checkout.

The setting

Option
Effect

Always show (default)

"Store credit is always available as a payment option."

Show on condition

"Only show store credit when the cart meets a specific threshold."

Visibility condition

Choosing Show on condition reveals a three-part rule builder:

  • Amount type: Cart Total or Cart Subtotal

  • Operator: > < >= <=

  • Value: the threshold amount

Example: Cart Total >= 50 shows store credit only on carts of $50 or more, a common way to protect margins on small orders. Switching back to Always show resets the rule to its neutral default (total > 0).

Setup walkthrough, storefront demos, and the fine print (what the customer sees, gift-card interplay): Hide store credit at checkout.

Need richer rules?

The card also surfaces our companion app, Dollarlabs: Ultimate Discounts, for "advanced visibility rules": per-product, per-collection, or per-customer-segment visibility beyond a single cart threshold. If it's installed you'll see an Installed badge here; otherwise an Install App button.

Verify it works

Build a cart just below your threshold and start checkout: store credit should be absent as a payment option. Add an item to cross the threshold and refresh: it should appear. If it doesn't behave as expected, walk Store credit isn't available at checkout.

Last updated