Skip to content

Files

Latest commit

Jul 28, 2015
5d777b2 · Jul 28, 2015

History

History
50 lines (35 loc) · 2.08 KB

readme.md

File metadata and controls

50 lines (35 loc) · 2.08 KB

=== WooCommerce Offline Gateway ===

Automatically generate WooCommerce product SKUs from the product slug and/or variation attributes.

== Description ==

Requires: WooCommerce 2.1+

This plugin clones the Cheque gateway to create another offline payment method. This can be used to create a testing payment method if you use the Cheque gateway for something else. For example, this could be used for manual invoices or other offline payment methods.

When an order is submitted via the Offline payment method, the order will be placed "on-hold".

= More Details =

== Installation ==

  1. Be sure you're running WooCommerce 2.1+ in your shop.
  2. You can: (1) upload the entire woocommerce-gateway-offline folder to the /wp-content/plugins/ directory, (2) upload the .zip file with the plugin under Plugins > Add New > Upload
  3. Activate the plugin through the Plugins menu in WordPress
  4. Go to WooCommerce > Settings > Checkout and select "Offline" to configure

== Frequently Asked Questions ==

What is the text domain for translations? The text domain is wc-gateway-offline.

Can I fork this? Please do! This is meant to be a simple starter offline gateway, and can be modified easily.

== Changelog ==

= 2015.07.27 - version 1.0.1 =

  • Misc: WooCommerce 2.4 Compatibility

= 2015.05.04 - version 1.0.0 =

  • Initial Release