WooCommerce Checkout Manager - Version 3.5.4

Version Description

Added feature.

=

Download this release

Release Info

Developer Emark
Plugin Icon 128x128 WooCommerce Checkout Manager
Version 3.5.4
Comparing to
See all releases

Code changes from version 3.5.3 to 3.5.4

Files changed (2) hide show
  1. readme.txt +19 -7
  2. woocommerce-checkout-manager.php +3 -2
readme.txt CHANGED
@@ -4,16 +4,13 @@ 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.3
8
  License: GPLv2 or later
9
 
10
  Manages WooCommerce Checkout
11
 
12
 
13
  == Description ==
14
-
15
- Get <a href="http://www.trottyzone.com/product/woocommerce-checkout-manager/">Pro version</a> with added extra features such as to Disable billing address fields for individual product or products (Great for selling both digital and tangible goods) and to add payment method used by customer to receipt.
16
-
17
  1. This plugin targets the WooCommerce Checkout Page and WooCommerce Checkout Receipt. For each and every field you can remove it totally or the required attribute. Removing the required attribute renders the field completely optional for the customer to fill out.
18
 
19
  2. You can also add more fields to the checkout page and re-order them as you wish.
@@ -26,10 +23,19 @@ Get <a href="http://www.trottyzone.com/product/woocommerce-checkout-manager/">Pr
26
 
27
  6. You can choose between Text, Date, Checkbox, Select Options fields to be inserted on checkout. *
28
 
 
 
 
 
 
 
 
 
 
29
  = Notes* =
30
  1. You must include the abbreviation for the custom field WITHOUT spaces.
31
- 2. <a href="http://www.trottyzone.com/donate/">Donation</a> for this great plugin you love and also to keep continued development.
32
- 3. Troubleshooting and Customization can found at the <a href="http://www.trottyzone.com/forums/forum/website-support/">Plugin Forum</a>. Just post your support topics.
33
 
34
  Please Contact the author <a href="http://www.trottyzone.com/contact-us/">here</a> for these options below.
35
 
@@ -198,6 +204,9 @@ updating to standard.
198
  = 3.5.3 =
199
  bug fix- force selection for option and minor fix.
200
 
 
 
 
201
  == Changelog ==
202
 
203
  = 1.0 =
@@ -276,4 +285,7 @@ Select option and checkbox functions, included.
276
  updating to standard.
277
 
278
  = 3.5.3 =
279
- bug fix- force selection for option and minor fix.
 
 
 
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.4
8
  License: GPLv2 or later
9
 
10
  Manages WooCommerce Checkout
11
 
12
 
13
  == Description ==
 
 
 
14
  1. This plugin targets the WooCommerce Checkout Page and WooCommerce Checkout Receipt. For each and every field you can remove it totally or the required attribute. Removing the required attribute renders the field completely optional for the customer to fill out.
15
 
16
  2. You can also add more fields to the checkout page and re-order them as you wish.
23
 
24
  6. You can choose between Text, Date, Checkbox, Select Options fields to be inserted on checkout. *
25
 
26
+ = Get <a href="http://www.trottyzone.com/product/woocommerce-checkout-manager/">Pro version</a> for: =
27
+ 1. Billing address Control for Tangible and Digital Goods
28
+ 2. Textarea field option.
29
+ 3. Display Additional information via Back-end
30
+ 4. Display Payment Method on Email and Back-end
31
+ 5. Add Notice above the billing and shipping fields + Add Notice above Order Summary (with cart totals etc) - on the checkout page.
32
+ 6. Change select option first title (Force title)
33
+ 7. Extended select options allowing you to <strong>add more</strong> than just two(2) options, you can add up to <strong>TEN (10) options</strong>
34
+
35
  = Notes* =
36
  1. You must include the abbreviation for the custom field WITHOUT spaces.
37
+ 2. <a href="http://www.trottyzone.com/donation/">Donation</a> for this great plugin you love and also to keep continued development.
38
+ 3. Troubleshooting and Customization can found at the <a href="http://www.trottyzone.com/forums/forum/wordpress-plugins/">Plugin Forum</a>. Just post your support topics.
39
 
40
  Please Contact the author <a href="http://www.trottyzone.com/contact-us/">here</a> for these options below.
41
 
204
  = 3.5.3 =
205
  bug fix- force selection for option and minor fix.
206
 
207
+ = 3.5.4 =
208
+ Added feature.
209
+
210
  == Changelog ==
211
 
212
  = 1.0 =
285
  updating to standard.
286
 
287
  = 3.5.3 =
288
+ bug fix- force selection for option and minor fix.
289
+
290
+ = 3.5.4 =
291
+ Added feature.
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.3
8
  Author: Ephrain Marchan
9
  Author URI: http://www.trottyzone.com
10
  License: GPLv2 or later
@@ -137,8 +137,9 @@ update_option( 'wccs_settings', $options );
137
 
138
  ?>
139
 
 
140
  <div style="padding:5px 10px;float:right;font-weight:700;color:green;" class="updated">
141
- Found this Plugin Useful? Love this plugin? Sponsor some <a href="http://www.trottyzone.com/donate/">coffee</a> or <a href="http://www.trottyzone.com/donate/">beer</a> to keep my motor running for continued development. Cheers!
142
  </div>
143
 
144
 
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.4
8
  Author: Ephrain Marchan
9
  Author URI: http://www.trottyzone.com
10
  License: GPLv2 or later
137
 
138
  ?>
139
 
140
+
141
  <div style="padding:5px 10px;float:right;font-weight:700;color:green;" class="updated">
142
+ Found this Plugin Useful? Love this plugin? Buy me a <a href="http://www.trottyzone.com/donation/">beer</a> or two to say thanks for the awesome coding. <br>Also try out the <a href="http://www.trottyzone.com/product/woocommerce-checkout-manager/">Pro version</a> for added features.
143
  </div>
144
 
145