Looking for Shopify script to apply 10% Extra Off on prepaid orders while checkout
Topic summary
Goal: apply an extra 10% discount automatically on prepaid (online payment) orders at checkout.
Key suggestions:
- Initial apps proposed focused on pre-order discounts, which do not address prepaid-only discounting.
- Clarification: achieving an automatic prepaid-only discount via script is available to Shopify Plus merchants through Shopify Scripts (checkout customization feature). A guide was shared.
- For non-Plus stores, a workaround is to set discounts at the payment gateway level (e.g., using Razorpay’s OFFERS) and surface them on-site via popups or badges so customers paying online receive the discount.
Latest update/issue:
- The requester reports the first option is not workable with the latest Shopify checkout. They note payment method radio buttons are no longer present, preventing jQuery click-event logic that their approach relied on.
Status:
- No confirmed solution implemented. Plus-only Scripts remain a potential path for eligible stores; gateway-level offers are suggested for others, but the requester cites compatibility issues tied to checkout UI changes.
Unresolved questions:
- A reliable, current method to apply an automatic 10% discount exclusively for prepaid orders under the latest Shopify checkout, especially for non-Plus stores.
Hi @BSCM
You can look at the following apps, which provide features you’re interested in.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!
I am looking for script for extra 10℅ off on paid orders only
Hi @BSCM
Sorry for misunderstanding your question.
Script for extra discount on prepaid orders is available for Shopify Plus merchants only. You can check further via this guide:
https://www.lucentinnovation.com/blogs/posts/increase-conversion-for-prepaid-orders-with-extra-discount
If you’re not on Shopify Plus, there is another workaround solution.
You can check with your payment gateway if they have an option to provide discounts on specific payment methods.
If yes, then simply create a discount on your payment gateway dashboard.
For example, if you use Razorpay as a payment gateway
You can register for the Razorpay payment gateway. Once your account is approved, you can use the option OFFERS in the Razorpay dashboard and create your offer, which you can share on your website using the popup or discount badge using any free app available on Shopify. Customers can easily apply discounts on prepaid orders.
I hope this helps!
Option 1st is not workable as its has lots of bugs with the latest version
of shopify checkout because now the radio button is not available with the
payment gateway name. So we can’t execute click event in jquery