Webflow’s built-in e-commerce features currently offer limited options for advanced discount logic like free shipping coupons or tiered discounts. However, with a few workarounds, you can still offer discount codes and simulate free delivery promotions.
1. Use Webflow’s Native Discount Codes Feature
- Go to your Webflow project settings, then click Ecommerce > Discounts.
- You can set up percentageoff, fixed amount off, or free shipping (entire order) discounts using Webflow's default tools.
- Each discount can be restricted by:
- Start/end dates
- Minimum order value
- Usage limits
- Specific products or categories
2. Create “Free Shipping” Conditions Using Flat Rate Shipping
- Go to Ecommerce > Shipping and create a flat rate shipping method with conditional logic.
- Example workaround:
- Create a $0 shipping rate that appears only when order total > $X.
- Label this rate “Free Shipping with Code” to match the promo code messaging.
- Then use a discount code (e.g., “FREESHIP”) that gives $0 off but triggers the free shipping visually and via rules.
- Use Shopify Buy Button with Webflow, or Snipcart embedded into your Webflow site.
- These platforms offer:
- Advanced discount logic
- Free shipping codes
- Multiple combinations (e.g., BOGO, tiered discounts)
- This requires replacing Webflow Cart and Checkout with the third-party tool’s cart/checkout.
4. Use Memberstack + Jetboost for Conditional Discounts (Advanced Option)
- Memberstack allows gated content and pricing per user group.
- Combine with Jetboost to offer conditional display filters—e.g., “Free shipping for members”.
- This doesn’t manipulate the cart directly but lets you target UI and pricing visibility.
5. Manually Apply Discounts via Order Confirmation
- As a last resort, allow customers to enter custom discount info in a form field or contact form, and manually apply the discount/refund after they order.
- This can be labeled clearly on the site ("Use checkout note for FREESHIP and we’ll refund shipping after purchase").
- Not scalable, but works for small stores.
Summary
Webflow supports basic discount codes and free shipping, but lacks advanced promo tools. Use native discounts for simple codes, flat shipping rules for free delivery logic, and consider third-party tools like Shopify Buy Button or Snipcart for more sophisticated setups.