kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Should a 'pos_check' payment gateway be added? #159

Open Goosse opened 7 years ago

Goosse commented 7 years ago

The built in woocommerce 'cheque' gateway sets orders to 'on-hold'. Obviously, this makes no sense for a POS. It would be very simple to copy the 'pos_card' gateway and convert it to a 'pos_check' gateway.

Matiasi commented 7 years ago

Hi, having an "on-hold" option is useful if you use the pos for taking orders manually that aren't paid yet but you want to reduce stock. That's my case and I'm sure other people's