Get started
Troubleshooting
- Home
- /
- Post Purchase Upsell for WooCommerce
- /
- Changelog
Changelog
1.1.6
- 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.