Description
Read More: https://maxim-kaminsky.com/woocommerce-order-review-page/
View demo: https://demo.maxim-kaminsky.com/woo-order-review/shop/
Changelog:
/* version 2.6.1 # 29 September 2021 */
– Disabled user registration while Order Review call
– Tested with WooCommerce 5.7.1
/* version 2.6.0 # 05 May 2021 */
– Added Polylang support: https://docs.maxim-kaminsky.com/wor/knowledge-base/polylang-support/
– Fix for the WC Mollie Gateway
/* version 2.5.1 # 30 December 2021 */
– Small tweaks
/* version 2.5.0 # 15 December 2021 */
– New options to add custom text and custom WC order fields to the review page
– Tested with WooCommerce 4.9.0
/* version 2.4.4 # 25 July 2020 */
– added new action ‘wccp/public/confirmation_page/before_confirm_button’
/* version 2.4.3 # 09 July 2020 */
– Fixes for the https://github.com/roots/soil plugin
/* version 2.4.2 # 03 March 2020 */
– Fixes for the https://github.com/roots/soil plugin
/* version 2.4.1 # 1 November 2019 */
– Tweaks for the woocommerce-germanized plugin legal checkbox
– Tweak for Mobile devices (use 1 column instead of 2)
/* version 2.4.0 # 12 October 2019 */
– Fixxed issues with a “Pay for order” WC page
/* version 2.3.1 # 1 September 2019 */
– Hide “Order note” section if it’s empty
– CSS tweaks for shipping block (hide all except selected Shipping mhetod)
/* version 2.3.0 # 13 July 2019 */
– Now by default order wasn’t created in admin until the user click “Complete order”, this behavior can be changed in the plugin settings
– Tested with WC 3.6.5
/* version 2.2.0 # 7 March 2019 */
– Added options to hide orders “On review” from the main orders list + remove them after 15 mins if did’t completed
/* version 2.1.4 # 2 March 2019 */
– Fixed issue if user check “Create account” in checkout
/* version 2.1.3 # 20 Januray 2019 */
– Added a few more hooks for order review template:
do_action(‘wccp/public/confirmation_page/after_right_column’, $order);
do_action(‘wccp/public/confirmation_page/after_left_column’, $order);
do_action(‘wccp/public/confirmation_page/after_full_column’, $order);
/* version 2.1.2 # 9 Novemeber 2018 */
– Fixed issue with duplicating orders in case od changing address/apply promocode
/* version 2.1.1 # 31 October 2018 */
– Added new WooCommerce status “Created, needs user review“, that is set when order is create but not approved by user (after click “Review order” and before click on “Process with payment”)
– Tested with WooCommerce 3.5
– Small fix for Jupiter WordPress Theme
/* version 2.1.0 # 25 October 2018 */
– Added tweaks for “WooCommerce Multi-Step Checkout” plugins by ThemeHigh and SilkyPress – on click Back to checkout following section will be opened (Billing for example)
/* version 2.0.10 # 11 September 2018 */
– Small tweak for https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/
/* version 2.0.9 # 29 July 2018 */
– Tweaks: preloader overlay isn’t removed if validation error happens + old errors aren’t removed
/* version 2.0.8 # 19 July 2018 */
– Added preloader overlay on click to “Review Order”
/* version 2.0.7 # 28 May 2018 */
– Fixed issue with Woocommerce 3.4.0
/* version 2.0.6 # 26 April 2018 */
– Amazon Pay tweak
– Test with Woocommerce 3.3.5
/* version 2.0.6 # 26 April 2018 */
– Fixed issue with translations loading
/* version 2.0.5 # 15 March 2018 */
– Compatibility with “Conditional Woo Checkout Field Pro plugin”
/* version 2.0.4 # 28 February 2018 */
– Fixed error with WPML plugin active
/* version 2.0.3 # 17 February 2018 */
– Small JS fixes
/* version 2.0.2 Dev # 05 February 2018 */
– Extra class if used Amazon Pay
/* version 2.0.1 Dev # 03 February 2018 */
– Amazon Pay Fixes
/* version 2.0.0 Dev # 03 February 2018 */
– A bit rewritten plugin, now require WC 3.2.6
/* version 1.5.3 # 12 January 2018 */
– Integrated displaying fields from “WooCommerce Checkout Manager” – https://wordpress.org/plugins/woocommerce-checkout-manager/ (but if say openly – this plugin isn’t good coded)
/* version 1.5.2 # 13 December 2017 */
– Tweaks for “Authorize.Net AIM” gateway (if card declined)
/* version 1.5.1 # 05 December 2017 */
– Updated Sortable.js library
– Restored “Complete order” button
/* version 1.5.0 # 04 December 2017 */
– Added “Authorize.Net AIM” gateway (default mode and with Accept.js) (https://woocommerce.com/products/authorize-net-aim/)
– Fixed Stripe support without StripeCheckoutJS (https://wordpress.org/plugins/woocommerce-gateway-stripe/)
/* version 1.4.0 # 17 November 2017 */
– Added WPML support
– Tweaks for WooCommerce 3.2.4
/* version 1.3.0 # 24 October 2017 */
– Integrated Auto-Updater
– Tested with WooCommerce 3.2.1
/* version 1.2.1 # 11 October 2017 */
– jQuery events when Order Review page start display or closed
– Fixed error, if cart total is 0.00
/* version 1.2.0 # 13 July 2017 */
– Added new section “Contacts” with Phone & Email
– Added new translations to “Czech” (thanks to Jakub Trčálek)
/* version 1.1.1 # 12 July 2017 */
– Fixed “Shipping” displaying
– Make “Shipping” radio-box not clickable on “Review” page
/* version 1.1.0 # 28 June 2017 */
* Added Stripe support (WooCommerce Stripe Payment Gateway)
* Small optimizations
/* version 1.0.0 # 2 May 2017 */
* Initial release