Version Description
- Fix: WooCommerce compatbility
Download this release
Release Info
Developer | quadlayers |
Plugin | WooCommerce Checkout Manager |
Version | 5.4.0 |
Comparing to | |
See all releases |
Code changes from version 5.3.9 to 5.4.0
- readme.txt +12 -9
- woocommerce-checkout-manager.php +4 -4
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Checkout Manager for WooCommerce ===
|
2 |
Contributors: quadlayers
|
3 |
Donate link: https://quadlayers.com/
|
4 |
Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 5.7
|
7 |
-
Stable tag: 5.
|
8 |
WC requires at least: 3.1.0
|
9 |
WC tested up to: 5.4
|
10 |
License: GPLv3
|
@@ -20,14 +20,14 @@ WooCommerce checkout manager is a plugin built to be the wizard of checkout page
|
|
20 |
|
21 |
== Description ==
|
22 |
|
23 |
-
WooCommerce Checkout Manager customization and field's management alternatives:
|
24 |
* Re-order fields.
|
25 |
* Rename and higlight.
|
26 |
* Hide or extend Checkout fields within the Billing, Shipping and Additional sections.
|
27 |
|
28 |
== WooCommerce Checkout process==
|
29 |
|
30 |
-
WooCommerce Checkout Manager allows you to customize the checkout process, including or reducing order's fields collected. Our plugin is able to consider your billing data inside checkout page, and recovers all data required by your company process.
|
31 |
|
32 |
= Force to include shipping address =
|
33 |
This option allows you to remove the toggle checkbox to display the shipping fields. Shipping fields will be always displayed, and the user is forced to complete them.
|
@@ -43,13 +43,13 @@ This option allows you to include a custom message before or after the checkout
|
|
43 |
|
44 |
== WooCommerce Checkout Fields ==
|
45 |
|
46 |
-
WooCommerce Checkout Manager allows you to include custom fields to the checkout page, related to billing, Shipping or Additional fields sections.
|
47 |
|
48 |
Our plugin allows to reorder, remove or change the field type of the WooCommerce core fields. You can choose between this field types: Text, Textarea, Password, Radio, Checkbox, Select, Country, State, Multiselect, Multicheckbox, Heading, Colorpicker, File uploader.
|
49 |
|
50 |
== WooCommerce Checkout Conditional Fields ==
|
51 |
|
52 |
-
WooCommerce Checkout Manager supports conditional checkout fields allowing you to show/hide the fields based on any value of its parent fields.
|
53 |
|
54 |
Our system detects the parent field type and allows you to select the value based on the available options.
|
55 |
|
@@ -107,6 +107,9 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 5.3.9 =
|
111 |
* Fix: address fields trigger shipping total change
|
112 |
* Fix: make sure guest users include their email in order to download products
|
@@ -611,7 +614,7 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
|
|
611 |
* Changed: Center Position label to Full-width
|
612 |
|
613 |
= 4.0.3 =
|
614 |
-
* Changed: Notice references to WooCommerce Checkout Manager
|
615 |
* Fixed: Broken JavaScript on Checkout page (thanks mandelkind)
|
616 |
* Fixed: Checking for array variables before loading them
|
617 |
* Added: WordPress Filters to override DatePicker and TimePicker (thanks freddes51)
|
@@ -873,4 +876,4 @@ Initial
|
|
873 |
The 4.3 Plugin update addresses an arbitrary file upload vulnerability.
|
874 |
|
875 |
= 2.0.1 =
|
876 |
-
The 2.0.1 Plugin update marks a change of ownership of WooCommerce Checkout Manager from Emark to visser who will be responsible for resolving critical issues and ensuring the Plugin meets WordPress security and coding standards in the form of regular Plugin updates.
|
1 |
+
=== Checkout Fields Manager for WooCommerce ===
|
2 |
Contributors: quadlayers
|
3 |
Donate link: https://quadlayers.com/
|
4 |
Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 5.7.2
|
7 |
+
Stable tag: 5.4.0
|
8 |
WC requires at least: 3.1.0
|
9 |
WC tested up to: 5.4
|
10 |
License: GPLv3
|
20 |
|
21 |
== Description ==
|
22 |
|
23 |
+
WooCommerce Checkout Fields Manager customization and field's management alternatives:
|
24 |
* Re-order fields.
|
25 |
* Rename and higlight.
|
26 |
* Hide or extend Checkout fields within the Billing, Shipping and Additional sections.
|
27 |
|
28 |
== WooCommerce Checkout process==
|
29 |
|
30 |
+
WooCommerce Checkout Fields Manager allows you to customize the checkout process, including or reducing order's fields collected. Our plugin is able to consider your billing data inside checkout page, and recovers all data required by your company process.
|
31 |
|
32 |
= Force to include shipping address =
|
33 |
This option allows you to remove the toggle checkbox to display the shipping fields. Shipping fields will be always displayed, and the user is forced to complete them.
|
43 |
|
44 |
== WooCommerce Checkout Fields ==
|
45 |
|
46 |
+
WooCommerce Checkout Fields Manager allows you to include custom fields to the checkout page, related to billing, Shipping or Additional fields sections.
|
47 |
|
48 |
Our plugin allows to reorder, remove or change the field type of the WooCommerce core fields. You can choose between this field types: Text, Textarea, Password, Radio, Checkbox, Select, Country, State, Multiselect, Multicheckbox, Heading, Colorpicker, File uploader.
|
49 |
|
50 |
== WooCommerce Checkout Conditional Fields ==
|
51 |
|
52 |
+
WooCommerce Checkout Fields Manager supports conditional checkout fields allowing you to show/hide the fields based on any value of its parent fields.
|
53 |
|
54 |
Our system detects the parent field type and allows you to select the value based on the available options.
|
55 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 5.4.0 =
|
111 |
+
* Fix: WooCommerce compatbility
|
112 |
+
|
113 |
= 5.3.9 =
|
114 |
* Fix: address fields trigger shipping total change
|
115 |
* Fix: make sure guest users include their email in order to download products
|
614 |
* Changed: Center Position label to Full-width
|
615 |
|
616 |
= 4.0.3 =
|
617 |
+
* Changed: Notice references to WooCommerce Checkout Fields Manager
|
618 |
* Fixed: Broken JavaScript on Checkout page (thanks mandelkind)
|
619 |
* Fixed: Checking for array variables before loading them
|
620 |
* Added: WordPress Filters to override DatePicker and TimePicker (thanks freddes51)
|
876 |
The 4.3 Plugin update addresses an arbitrary file upload vulnerability.
|
877 |
|
878 |
= 2.0.1 =
|
879 |
+
The 2.0.1 Plugin update marks a change of ownership of WooCommerce Checkout Fields Manager from Emark to visser who will be responsible for resolving critical issues and ensuring the Plugin meets WordPress security and coding standards in the form of regular Plugin updates.
|
woocommerce-checkout-manager.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Plugin Name: Checkout Manager for WooCommerce
|
5 |
* Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
|
6 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
7 |
-
* Version: 5.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -17,10 +17,10 @@ if (!defined('ABSPATH')) {
|
|
17 |
}
|
18 |
|
19 |
if (!defined('WOOCCM_PLUGIN_NAME')) {
|
20 |
-
define('WOOCCM_PLUGIN_NAME', 'Checkout Manager for WooCommerce');
|
21 |
}
|
22 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
23 |
-
define('WOOCCM_PLUGIN_VERSION', '5.
|
24 |
}
|
25 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
26 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Plugin Name: Checkout Fields Manager for WooCommerce
|
5 |
* Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
|
6 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
7 |
+
* Version: 5.4.0
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
17 |
}
|
18 |
|
19 |
if (!defined('WOOCCM_PLUGIN_NAME')) {
|
20 |
+
define('WOOCCM_PLUGIN_NAME', 'Checkout Fields Manager for WooCommerce');
|
21 |
}
|
22 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
23 |
+
define('WOOCCM_PLUGIN_VERSION', '5.4.0');
|
24 |
}
|
25 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
26 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|