Version Description
bug fixed.
=
Download this release
Release Info
Developer | Emark |
Plugin | WooCommerce Checkout Manager |
Version | 3.4 |
Comparing to | |
See all releases |
Code changes from version 3.3 to 3.4
- readme.txt +8 -2
- woocommerce-checkout-manager.php +1 -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.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
@@ -174,6 +174,9 @@ code review
|
|
174 |
= 3.3 =
|
175 |
fields positioning, fixed.
|
176 |
|
|
|
|
|
|
|
177 |
== Changelog ==
|
178 |
|
179 |
= 1.0 =
|
@@ -237,4 +240,7 @@ bug fix
|
|
237 |
code review
|
238 |
|
239 |
= 3.3 =
|
240 |
-
fields positioning, fixed.
|
|
|
|
|
|
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.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
174 |
= 3.3 =
|
175 |
fields positioning, fixed.
|
176 |
|
177 |
+
= 3.4 =
|
178 |
+
bug fixed.
|
179 |
+
|
180 |
== Changelog ==
|
181 |
|
182 |
= 1.0 =
|
240 |
code review
|
241 |
|
242 |
= 3.3 =
|
243 |
+
fields positioning, fixed.
|
244 |
+
|
245 |
+
= 3.4 =
|
246 |
+
bug fixed.
|
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.
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
@@ -1362,7 +1362,6 @@ if ( 1 == ($options['check']['wccs_opt_9_s'] ) )
|
|
1362 |
}
|
1363 |
|
1364 |
function display_front_wccs() {
|
1365 |
-
if ( is_page('checkout') )
|
1366 |
echo '<style type="text/css">
|
1367 |
.wccs-field-class {
|
1368 |
float:left;
|
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.4
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
1362 |
}
|
1363 |
|
1364 |
function display_front_wccs() {
|
|
|
1365 |
echo '<style type="text/css">
|
1366 |
.wccs-field-class {
|
1367 |
float:left;
|