Get started
Troubleshooting
- Home
- /
- Post Purchase Upsell for WooCommerce
- /
- Changelog
Changelog
2.0.3
- Fix - Fix incorrect path to main plugin file for the update checker. Would cause updates to not show properly.
- Fix - Fixed an issue with using the global product variable, causing one product to be lost when processing the upsell products.
- Enhancement - Added a recalculation of how many products to display for the upsell when the window is resized.
- Fix - Fixed an issue when products had discounts the add to order button would not show in the upsell window for that product.
- Tweak - Tweaked some of the swedish translations, and english settings texts.
- Feature - Refactor the plugin to be able to work with Payment methods that declare support for it.
- Feature - Add a urgency timer to the Upsell feature (defaulted to 5 minutes).
- Feature - Add the ability for payment methods to add limitations to the Upsell. For example time limit or total amount to add. This will overwrite the setting you have for the urgency timer if the Payment method has a limit.
- Enhancement - Updated the look of the Upsell area.
- Tweak - Bumped required PHP version to 7.0.
- Tweak - Updated plugin slug for kernl.us updates.
- Changed the name of the plugin
- Enhancement - Add a setting to check if the order has shipping and if the product needs shipping that is added.
- Enhancement - Add check if the product added is in stock or not.
- Fix - Fixed incorrectly named setting.
- Enhancement - Add order note when a product has been added to an order from the thank you page.
- Fix - Prevent customers from adding multiple products of the same type by reloading the thankyou page by redirecting the customer back to the page and clearing the form.
- Enhancement - Change from using payment_method_allow_increase to initial payment method type to determine if we should allow upsell or not.
- Fix - Fixed a bug causing no logs to be created.
- Feature - Added ability to select between Upsell or Cross-Sell linked product types for the thankyou page upsell products.
- Enhancement - Better template handling. Allowing to replace the default templates by adding custom template to a woocommerce folder. kus-upsell-products.php and kus-upsell-product.php.
- Enhancement - Added filters for visibility checks. Both for product catalogue visibility ( kus_allowed_catalog_visibility ) and for product post status ( kus_allowed_visibility ).
- Enhancement - Added body class kus-upsell-order to the thankyou page body element if the order contains a product added through the plugin.
- Fix - Fixed an issue calculating discount for fees and shipping.
- Initial release of plugin.