kilbot
Forum Replies Created
-
Forum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] Product types?Hi clothncraft,
The plugin supports simple products and variations. Variable products are separated into their variations so they can be added to the cart with one click (or tap).
If you check out the demo at http://woopos.com.au/ and go to the 4 or 5th page you will notice the variation information is shown under the product title.
I hope that helps. Let me know if you have a use-case which requires a different display.
Kind regards,
PaulForum: Plugins
In reply to: [WCPOS - Point of Sale (POS) plugin for WooCommerce] What does it exactly do?Hi Tom,
The plugin creates a new order as ‘guest’, just like when you create an order using the admin area.
The plugin is still being created at the moment but barcode scanning is on the roadmap. However, it will create an order. Can you tell me why you don’t want the order created?
Kind Regards,
PaulThanks for sharing that fix natecook, I just spent an hour scratching my head on this bug.
I hope it is a bug, not a ‘feature’. ;p
Forum: Plugins
In reply to: modification to wp_list_pages: current_page_itemHi,
Add $page_id == $queried_obj->post_parent to the If statement. ie:
if ( $page_id == $queried_obj->ID || $page_id == $queried_obj->post_parent )
That should do the trick, but someone may suggest a plugin method which is obviously better than editing the wordpress core files.