Friday, June 20, 2025
1 change · master
Enhancements to existing features
Businesses can now offer the same product as either a recurring subscription or a one-time purchase, without creating duplicate product records. This simplifies catalog management, reduces stock tracking complexity, and gives online customers a clearer purchase choice at checkout.
Original PR description
**Before this commit:** - Selling a product both as a subscription and as a one-time purchase required creating two separate products. This approach introduced unnecessary complexity, including data duplication, stock management issues, and additional noise in the product catalog. **After this commit:** - A new checkbox is added in the Sales tab of the product form, allowing products configured as subscriptions to also be sold as a one-time purchase. - This eliminates the need to create duplicate products. **Key changes include:** - Allowing the creation of sales orders without requiring a recurring plan for products marked as eligible for both subscription and one-time purchase. - Enabling customers in the eCommerce portal to choose between a recurring subscription (e.g., regular delivery) or a one-time purchase at checkout. task-4458601