App Introduction
Revenue-Driven Checkout Rules to Convert More Shoppers into Paying Customers Shopify Scripts is being phased out, but don’t panic. We’ve built the simplest way to recreate your old scripts using the new Functions system. Just point, click, and rebuild your checkout rules—no coding required. Hide payment methods, control shipping options, validate orders, and create custom discounts exactly as before. Your existing logic transfers seamlessly to Functions. Keep your store running smoothly as Shopify transitions to the new system.
Core Functionality
- Migrate Scripts to Functions - Convert old scripts to new Functions instantly
- Hide/Show Payment Methods - Control which payment methods appear based on your rules
- Custom Shipping Rules - Display specific shipping options by location or cart value
- Order Validation Rules - Block problematic orders before issues occur
- No-Code Rule Builder - Create complex checkout logic with simple point-and-click
Merchant-Friendly
- Independent Station Merchants
- Cross-border E-commerce
- Multi-category E-commerce
- Boutique Merchants
Basic Information
- Developer:Revon Apps
- Address:Road 3, Block H, Bashundhara, Dhaka, 1229, BD
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2025-7-31
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/functions/migrate.json
- GET /admin/api/functions/migrate/status.json
- PUT /admin/api/functions/migrate/{id}.json
Permission:write_functions,read_functions,manage_scripts
- POST /admin/api/payment_methods/visibility.json
- PUT /admin/api/payment_methods/visibility/{id}.json
- GET /admin/api/payment_methods/visibility.json
Permission:write_payment_methods,read_payment_methods,manage_checkout
- POST /admin/api/shipping_rules.json
- PUT /admin/api/shipping_rules/{id}.json
- GET /admin/api/shipping_rules.json
Permission:write_shipping,read_shipping,manage_orders
- POST /admin/api/order_validation_rules.json
- PUT /admin/api/order_validation_rules/{id}.json
- GET /admin/api/order_validation_rules.json
Permission:write_orders,read_orders,manage_checkout
- POST /admin/api/checkout_rules.json
- PUT /admin/api/checkout_rules/{id}.json
- GET /admin/api/checkout_rules.json
Permission:write_checkout,read_checkout,manage_functions