I put an sale through but selected the wrong payment method.
How do I change this on the order once it’s processed please?
]]>Dear Sir/Madam:
Hi !
We use the plugin Foosales POS for one of our customers, we see that the admin bar is also visible for visitors. I have now solved this by overriding the following function in the plugin:
public function foosaleswc_hide_admin_bar() {
if ( is_page( 'foosales' ) ) {
return false;
} else {
return true;
}
}
With the following:
public function foosaleswc_hide_admin_bar() {
if ( is_page( 'foosales' ) ) {
return false;
} else {
if (is_user_logged_in()) {
return true;
}
}
}
Can you add this, or similar code in a next release so that it won’t be overwritten in the next update from you?
Thanks in advance!
]]>Hello,
I recommended your plugin for a book publishing company.
They are very happy with the tablet app that allows them to scan barcodes.
However on the WooCommerce site, they use the SKU field for an internal reference instead of the ISBN.
Can you add a filter on the return from the fsfwc_do_get_single_product() function?
Something like “return apply_filters( ‘foosales_filter_product_data’, $product_data );”?
This way they will be able to make updates to your plugin.
Hopefully this is possible?
—
Boris
Thanks to you
]]>Hello,
May I know, when this plugin can integrate with WCFM?
Thank you
]]>Hi. I get this in my error log for every order. Can you please let me know what can be done.
[12-Aug-2021 09:58:03 UTC] payment_method_title was called incorrectly. Order properties should not be accessed directly. Backtrace: require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, FooSales_REST_API->fsfwc_rest_callback_create_order, fsfwc_do_create_new_order, WC_Order->save, WC_Order->status_transition, do_action('woocommerce_order_status_pending_to_completed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails::send_transactional_email, do_action_ref_array('woocommerce_order_status_pending_to_completed_notification'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Email_New_Order->trigger, WC_Email->get_content, WC_Email_New_Order->get_content_html, wc_get_template_html, wc_get_template, include('/plugins/woocommerce/templates/emails/admin-new-order.php'), do_action('woocommerce_email_order_details'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails->order_details, wc_get_template, include('/plugins/woocommerce/templates/emails/email-order-details.php'), do_action('woocommerce_email_after_order_table'), WP_Hook->do_action, WP_Hook->apply_filters, add_payment_method_to_admin_new_order, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message was added in version 3.0.
Hello,
I have installed your plugin to clients Wordpess website but simple function is not working. When I click on FooSales>Point of Sale link at the backend it shows blank page with error Not Found.
“Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”
Please, why is this happening?
Thanks, Marko.
]]>Hello
Wanted to use with wordpress 5.0.3 but it shows not tested with the version,kindly let me know if it’s fine to use this with the latest wordpress version
]]>Hi, we are a bar. We are looking at a POS that could link with our wordpress site and at the same time, support our industry needs, such as allow us to do transaction according to table.
]]>So I noticed in the FAQ you mentioned that there’s a pro version with more features, but I’ve looked all around your website and couldn’t find anything being mentioned about it. I would like to know what these features are and what the limitations are of the free version.
As well that I do think this plugin is interesting but if I see it like this it is being implied it only works on a mobile (andoird/ios) device and not like a direct integration in the backoffice of WordPress? Is this correct or will there be a desktop version later/planned?
Do you guys have a roadmap as you do seem to be rather new with this POS which does looks fairly promising in my eyes!
Thanks in advance for further information.
]]>Your website says; “Process debit and credit card payments using any external card reader.”
I don’t see any place in the checkout on your app where you swipe a credit card?
]]>