
How to Set Discounts for Card Payments Only on Shopify 💳
Learn how to create conditional discounts based on payment method in Shopify. Hide COD, target prepaid payments only, and control when discounts apply using Payflow.


To integrate your store with "Verified by Customers" (Heureka.cz and Heureka.sk — the leading price-comparison and review platform in the Czech Republic and Slovakia), you can use apps available on the Shopify App Store. But if you use Flow, you can set up the process yourself.
Flow is an official Shopify app that is easy to use and lets you intuitively create and automate various processes.
In this article we'll show a workflow that automatically sends data to Heureka after a completed purchase. A few days later, Heureka automatically emails the customer the "Verified by Customers" survey.
Send HTTP request. Replace YOUR API KEY with your actual keys.
You should give customers the option to opt out of the survey. You can achieve this by adding a checkbox code to your theme.
On some themes you may run into an error. For more information about adding cart attributes to the cart, see the discussion here, or contact us.
<p className="cart-attribute__field" >
<input type="hidden" name="attributes[Heureka-Dotaznik]" value="Heureka-Yes" />
<input id="heureka" type="checkbox" name="attributes[Heureka-Dotaznik]" value="Heureka-No"{% if cart.attributes["Heureka-Dotaznik"] == "Heureka-No"
%} checked{% endif %}>
<label for="heureka">I do not agree to receiving the satisfaction survey as part of the "Verified by Customers" program, which helps improve services.</label>
</p>
It is Heureka’s review program for the Czech and Slovak markets. After a purchase, Heureka emails the customer a satisfaction survey, and the resulting reviews build trust for your store on Heureka.cz and Heureka.sk.
No. You can set it up yourself for free using Shopify Flow, the official Shopify automation app, with the ready-made workflow provided in this article — no extra paid app required.
The workflow distinguishes Czech and Slovak purchases based on the delivery address and sends the data with the matching Heureka API key, so you can serve both Heureka.cz and Heureka.sk from one store.
Yes. You add a small checkbox to the cart so customers can decline the survey, and the workflow respects that choice when sending data to Heureka.

Learn how to create conditional discounts based on payment method in Shopify. Hide COD, target prepaid payments only, and control when discounts apply using Payflow.

By adding a payment QR code, you let customers from the Czech Republic and Slovakia pay easily by transfer right after completing their order. Setup in the Payflow app is simple and can be done in just a few minutes.

Streamline your Shopify store with Mailstep thanks to automatic COD rounding, EUR COD processing for Slovakia, fixing faulty shipments, and the Globe app for pickup points.

Chargebacks can cause significant financial losses for online stores. In this article, we'll show you how to effectively minimize the risk of fraudulent transactions using the right payment settings and automation in Shopify Flow.
Interested in collaborating on a project?