Upsell
- 1check inventory levels before showing bumps and upsellsif ( ! $product->managing_stock() && ! $product->is_in_stock() ) don't show bump or upsells.
- 1Add lf-remove-product to the Upsell shortcodeIt could be really useful to have the option to remove a product using the Upsell shortcode by adding the new string. The shortcode would look like this: lf-upsell product="1234" next="5678" acc... Read more...
- 1Drop Down Product Selector In Dynamic Bump WidgetTo allow one to choose from existing products via a dropdown rather than typing in ID of any product when creating a dynamic checkout widget (for bumping or upselling products at checkout)