Skip to content

manchumahara/cbxwoofreeproductquickcheckout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===  CBX Woo Free Product Quick Checkout ===
Contributors: codeboxr, manchumahara
Tags: free product checkout, quick checkout
Requires at least: 3.0
Tested up to: 5.2.3
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Quick checkout for woocommerce free products

== Description ==

This plugin makes the woocommerce checkout process faster for free products by skipping some fields and helps to change some labels. Some tricks are copied from different
tutorial and customized as need with a visual setting

= General Features =

1. If free product without going to cart page it takes to checkout page directly on "add to cart", keep empty to ignore
2. If free **downloadable** product then changes label from "Add to Cart" to "Download", keep empty to ignore
3. If free product then changes Price from "$0.00" to "Free", keep empty to ignore
4. Yes/No - Removes 'company', 'country', 'phone', 'address_1', 'address_2', 'city', 'state', 'postcode' from billing and shipping fields, remove their validation and required fields
5. Enable/Disable guest checkout for free orders
6. Enable/Disable admin email for free orders
7. Enable/Disable customer email for free orders
8. Enable/Disable Disable note field in checkout
9. Removes coupon field in checkout/cart as it's not needed

For any help/support please [contact us](https://codeboxr.com/contact-us/)

== Changelog ==
= 1.0.2 =
* Added setting under woocommerce setting advance tab for easy configuration

= 1.0.1 =
* Allow guest checkout for free orders
* Disable admin email for free orders
* Disable customer email for free orders

= 1.0.0 =
* First release