Webflow's native e-commerce discount system is limited, so users often need creative workarounds to offer discount codes and free delivery coupons. Here’s how you can achieve this using available features and third-party tools.
1. Use Webflow’s Native Discounts Feature (For Webflow Plus/Advanced Plans)
- Go to the E-commerce tab in your Webflow project.
- Under Discounts, you can create:
- Percentage or fixed-amount discounts
- Limited-time or usage-specific coupons
- You can also set conditions like minimum purchase amount or limit it to specific products/collections.
- Note: Native support does not cover free shipping coupons.
2. Offer Free Shipping as a Cart-Level Shipping Rule
- In E-commerce Settings > Shipping, create a shipping method with zero cost.
- Set conditions under “Shipping Zones” — for example:
- Cart subtotal ≥ $50
- Or create a special shipping option labeled “Promo Shipping” that appears only with coupon use (more on that below).
- This doesn’t use a code but still delivers a free shipping benefit.
3. Use Custom Attributes or Hidden Fields with Coupons
- Add a custom input field in your checkout form manually (requires custom form tweaking via Webflow Designer).
- Users enter a coupon code.
- Then use custom JavaScript or custom checkout logic (integrated via Stripe or a backend tool like Make/Zapier) to:
- Validate the code
- Adjust the pricing or trigger a manual refund/discount post-purchase
- Change shipping options dynamically
- This method is complex and requires custom development and external scripts.
4. Use Foxy as Webflow Cart/Checkout Alternative
- Foxy.io integrates directly with Webflow and supports:
- Advanced discount logic
- Free shipping coupons
- Subscriptions and more
- Swap your Webflow cart/checkout components with Foxy’s embed elements.
- Control appearance via Webflow Designer and pass data through to Foxy’s backend.
5. Use Shopify Buy Buttons with Discount Logic
- Set up a Shopify Lite account.
- Create product embeds and paste them into Webflow using Shopify Buy Buttons.
- Shopify handles the discount codes and free shipping offers.
- Not native to Webflow, but it’s a fast workaround leveraging Shopify’s superior e-commerce tooling.
Summary
Webflow’s built-in system supports basic product and order discounts, but lacks free shipping coupon features. For advanced coupon and shipping logic, either use shipping rules creatively, or integrate third-party solutions like Foxy.io or Shopify Buy Buttons.