I can’t see the dashboard tab of my POS within WordPress, the strange thing is that the other tabs are displayed correctly. for example: orders, transactions, product listings, etc. POS tab (the first one) shows WordPress error.
Screenshot: https://prnt.sc/5ShZ7Ivcodhj
Screenshot2: https://prnt.sc/L76bccQP324V
HAS THE SAME HAPPENED TO ANYONE?
]]>how i can add table number when cashier print the receipt to the waiter?
php code please
]]>Hello. I am having a small Issue. Every time I get saved carts, they dissapear after around 24 hours. Is there a way I can adress this…its really dissapointing me
]]>Hello,
The French state obliges us as merchants to have nf-525 certified cash register software.
Is your solution certified? Otherwise
Do you think the Kiwizz(at io) solution is compatible with OpenPOS?
This plugin generates/print QR/bar codes in order to label our products and facilitate the in-person sells?
]]>Hi! Do you have another languages support?
]]>is it possible to load only the countries where is availble (screen shipping info)
]]>Dear support team,
I am writing to request your assistance with an issue that I am experiencing while using the OpenPOS plugin. I have installed the plugin on my WooCommerce site and have configured several payment methods, including Credit Card, Cash, and others that I have added through the WooCommerce Conditional Shipping and Payments plugin.
The problem I am facing is that when I try to issue a refund from OpenPOS, it only shows me the default payment methods of OpenPOS, i.e., Credit Card and Cash, and does not display the other payment methods that I have configured in WooCommerce and are also enabled in the OpenPOS settings. Although I can receive payments with these other payment methods from OpenPOS, I cannot issue a refund to these payment methods.
I would greatly appreciate your assistance in resolving this issue and being able to use all the payment methods that I have configured on my WooCommerce site from OpenPOS.
Looking forward to your response.
]]>Please help me to find a solution, I need the possibility of buying a product online when it is only available in a physical store (online store = 0 stock). I used the add-on “Share stock outlet with online” but it didn’t solve the problem
]]>I need to know where the text is to change it for another, because I can’t find the text of my store’s vouchers
]]>Hello, need help in this stage because, when i need changue anyone article for my shop in POS, the price of the article is without disscount, here a example:
Price: 18.99
Discount: 9.50
Total: 9.50
In the refund appear -18.99, why this happen? Please help me.
]]>Hi,
It always says this notice: VERIFICATION REQUIRED: Additional verification is required for login. Please check the email address associated with the account for a verification link.
And it does not allow access, I verify with the link but it does not access.
Please I need help !
]]>Hi, I’m currently using the paid version, and would like to know if there is a way to update the stock from the POS itself and not from the backend?
Thanks,
Ali
Hola, es posible obtener el dato del dinero total gastado por cada cliente?
]]>Hi
We have created Product Bundles, Woocommere Product Bundles, however the tax break up doesn’t show up.
Let me know if I missed any setting
Regards
]]>I’m trying to add a field (CPF) in the creation of the customer. This field already appears in the billing data at the ONLINE STORE checkout. Using the support’s guidance, the Field appears in the creation form in the POS but is not saved in the user’s registration. I’m using the guide I found on support:
https://support.openswatch.com/kb/faq.php?id=17
Can you help me!
My code added in the theme’s function.php:
if(!function_exists(‘pricechangeable_op_get_login_cashdrawer_data’))
{
function pricechangeable_op_get_login_cashdrawer_data($session_response_data){
$text_field = array(
‘code’ => ‘billing_cpf’,
‘type’ => ‘text’,
‘label’ => ‘CPF’,
‘placeholder’ => ‘Enter New Field’,
‘description’ => ”,
‘required’ => ‘yes’,
‘allow_customer’ => ‘no’, // no if not hide on billing
‘allow_shipping’ => ‘yes’ // value yes / no to allow display on shipping field
);
$session_response_data[‘setting’][‘openpos_customer_addition_fields’][] = $text_field;
return $session_response_data;
}
}
add_filter(‘op_get_login_cashdrawer_data’,’pricechangeable_op_get_login_cashdrawer_data’,10,1);
function pricechangeable_op_customer_data($data){
$customer_id = isset($data[‘id’]) ? $data[‘id’] : 0;
if($customer_id)
{
$customer = new WC_Customer($customer_id);
$data[‘billing_cpf’] = get_user_meta( $customer_id, ‘billing_cpf’, true );
}
return $data;
}
add_filter(‘op_customer_data’,’pricechangeable_op_customer_data’,10,1);
function pricechangeable_op_add_customer_after($customer_id){
$billing_cpf = ( isset($_REQUEST[‘billing_cpf’]) && $_REQUEST[‘billing_cpf’] != null ) ? $_REQUEST[‘billing_cpf’] : ”;
update_user_meta( $customer_id, ‘billing_cpf’, $billing_cpf );
}
add_action(‘op_add_customer_after’,’pricechangeable_op_add_customer_after’,10,1);
function pricechangeable_op_update_customer_after($customer_id){
$billing_cpf = ( isset($_REQUEST[‘billing_cpf’]) && $_REQUEST[‘billing_cpf’] != null ) ? $_REQUEST[‘billing_cpf’] : ”;
update_user_meta( $customer_id, ‘billing_cpf’, $billing_cpf );
}
add_action(‘op_update_customer_after’,’pricechangeable_op_update_customer_after’,10,1);`
How to ensure that openPOS orders do not consume online store stock of products.
]]>On the product grid, only simple and variable products show the price.
For product bundles (Woocommerce Product Bundles plugin) the price does not show on the tile.
This problem exists on iPad which we use in the shop.
(not a problem when I look at it on laptop).
Is this a bug? can we fix it?
]]>Hi
Since last night I am unable to login to POS dashboard. I tried to log in through woocommerce dashboard (POS tab => Goto POS), but still it is not loading. What I see is a blank green screen. What has happened? Please help me as soon as possible as I am unable to do store checkouts.
]]>Hello!
I have generated barcode of the products but when scan with barcode it says product not found on few products. Can you please tell what is the issue?
]]>Hello. I create user in PDV, and some of them, has no adress.
But after finish a order in PDV without adress of the customer, the adress of my store became the “shipping adress” of the customer.
Can I fix this?
Can you guys help me how can I change the default “POS Cart Discount” name?
]]>Hi there
Is there a possibility to make available and valid coupons visible at discounts during checkout?
So both common coupons and coupons linked to the chosen customer?
Wildcards like * or ? don’t work.
I can display simple products in the POS but how can I display variable products as I cannot find the outlet quantity entry field.
Should I use variable products or other kinds of products for products with different attributes?
Thanks in advance.
]]>hello
after refresh the pos page get Error 404 Page
Hi,
How do I display all products in POS tax included?
At the moment it is all ex.vat but that is not conveni?nt.
Thanks
Roger
]]>I am having an ecommerce website (toytown.lk) which is using POS plugin.When I login to the POS it only keeps loading. (https://pos.wpos.app/)
But my website is working properly. Can I know the reason.I am facing this issue more than one month. I tried in different browsers still not working.
hi, does this plugin ( or pro version ) support thermal printer? wifi, Lan, bluetooth?
thanks
Hi.
Can I add an own order number or change the given order number to a custom order number?
Can be a snippet.
Is this compatible with Easy Serial Numbers for WooCommerce?
will it work if i scan the serial number using the POS then will it mark the serial number as sold with that plugin?
]]>