Version Description
bug fix- force selection for option and minor fix.
=
Download this release
Release Info
Developer | Emark |
Plugin | WooCommerce Checkout Manager |
Version | 3.5.3 |
Comparing to | |
See all releases |
Code changes from version 3.5.2 to 3.5.3
- readme.txt +8 -2
- woocommerce-checkout-manager.php +3 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.trottyzone.com/donation/
|
|
4 |
Tags: woocommerce, wc, wc checkout settings, remove checkout fields, woothemes, woo commerce, links, shipping, order, fields, plugin, checkout page, manager, checkout field, checkout manager,plugin for plugin, paypal, payment,require, required remove, woocommerce checkout manager, checkout field, checkout, checkout woocommerce
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.6
|
7 |
-
Stable tag: 3.5.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
@@ -195,6 +195,9 @@ Select option and checkbox functions, included.
|
|
195 |
= 3.5.2 =
|
196 |
updating to standard.
|
197 |
|
|
|
|
|
|
|
198 |
== Changelog ==
|
199 |
|
200 |
= 1.0 =
|
@@ -270,4 +273,7 @@ Select date function, included.
|
|
270 |
Select option and checkbox functions, included.
|
271 |
|
272 |
= 3.5.2 =
|
273 |
-
updating to standard.
|
|
|
|
|
|
4 |
Tags: woocommerce, wc, wc checkout settings, remove checkout fields, woothemes, woo commerce, links, shipping, order, fields, plugin, checkout page, manager, checkout field, checkout manager,plugin for plugin, paypal, payment,require, required remove, woocommerce checkout manager, checkout field, checkout, checkout woocommerce
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.6
|
7 |
+
Stable tag: 3.5.3
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
195 |
= 3.5.2 =
|
196 |
updating to standard.
|
197 |
|
198 |
+
= 3.5.3 =
|
199 |
+
bug fix- force selection for option and minor fix.
|
200 |
+
|
201 |
== Changelog ==
|
202 |
|
203 |
= 1.0 =
|
273 |
Select option and checkbox functions, included.
|
274 |
|
275 |
= 3.5.2 =
|
276 |
+
updating to standard.
|
277 |
+
|
278 |
+
= 3.5.3 =
|
279 |
+
bug fix- force selection for option and minor fix.
|
woocommerce-checkout-manager.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: WooCommerce Checkout Manager
|
5 |
Plugin URI: http://www.trottyzone.com/product/woocommerce-checkout-manager-pro
|
6 |
Description: Manages WooCommerce Checkout fields
|
7 |
-
Version: 3.5.
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
@@ -239,7 +239,7 @@ Found this Plugin Useful? Love this plugin? Sponsor some <a href="http://www.tro
|
|
239 |
<tr>
|
240 |
<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
|
241 |
<td><?php _e('Email', 'woocommerce-checkout-manager'); ?></td>
|
242 |
-
<td><input name="wccs_settings[checkness][wccs_opt_11]" type="checkbox" class="rm" value="1" <?php if (
|
243 |
<td><input name="wccs_settings[checkness][wccs_rq_11]" type="checkbox" class="rq" value="1" <?php if ( 1 == ($options['checkness']['wccs_rq_11'])) echo "checked='checked'"; ?> /></td>
|
244 |
|
245 |
<td><input type="text" name="wccs_settings[replace][label4]"
|
@@ -1052,6 +1052,7 @@ if ( ! empty( $btn['label'] ) && ($btn['type'] == 'select') ) {
|
|
1052 |
'class' => array('wccs-field-class wccs-form-row-wide'),
|
1053 |
'label' => __(''.$btn['label'].'', 'woocommerce-checkout-manager' ),
|
1054 |
'options' => array(
|
|
|
1055 |
''.$btn['option_a'].'' => __(''.$btn['option_a'].'', 'woocommerce-checkout-manager' ),
|
1056 |
''.$btn['option_b'].'' => __(''.$btn['option_b'].'', 'woocommerce-checkout-manager' )
|
1057 |
),
|
4 |
Plugin Name: WooCommerce Checkout Manager
|
5 |
Plugin URI: http://www.trottyzone.com/product/woocommerce-checkout-manager-pro
|
6 |
Description: Manages WooCommerce Checkout fields
|
7 |
+
Version: 3.5.3
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
239 |
<tr>
|
240 |
<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
|
241 |
<td><?php _e('Email', 'woocommerce-checkout-manager'); ?></td>
|
242 |
+
<td><input name="wccs_settings[checkness][wccs_opt_11]" type="checkbox" class="rm" value="1" <?php if ( 1 == ($options['checkness']['wccs_opt_11'])) echo "checked='checked'"; ?> /></td>
|
243 |
<td><input name="wccs_settings[checkness][wccs_rq_11]" type="checkbox" class="rq" value="1" <?php if ( 1 == ($options['checkness']['wccs_rq_11'])) echo "checked='checked'"; ?> /></td>
|
244 |
|
245 |
<td><input type="text" name="wccs_settings[replace][label4]"
|
1052 |
'class' => array('wccs-field-class wccs-form-row-wide'),
|
1053 |
'label' => __(''.$btn['label'].'', 'woocommerce-checkout-manager' ),
|
1054 |
'options' => array(
|
1055 |
+
'' => __('Select below', 'woocommerce-checkout-manager' ),
|
1056 |
''.$btn['option_a'].'' => __(''.$btn['option_a'].'', 'woocommerce-checkout-manager' ),
|
1057 |
''.$btn['option_b'].'' => __(''.$btn['option_b'].'', 'woocommerce-checkout-manager' )
|
1058 |
),
|