Code

Discussion on Openpos - WooCommerce Point Of Sale(POS)

Discussion on Openpos - WooCommerce Point Of Sale(POS)

By
Cart 3,919 sales
Recently Updated

anhvnit supports this item

Supported

This author's response time can be up to 2 business days.

2317 comments found.

In demo page. I can not keep sale data from my desktop to my tablet. Only keep sale data in same device. Can I keep sale data sync in real page?

Cross device data allow for order synced, it mean it saved online hosting. It no lean local data. Local data is no share for other device. Thanks

Can I sale on my desktop and see order on my tablet in pos dashboard. I see order in wordpress admin page.

Yes, in online order tab, there are 2 tab order, local order and online orders, local order is those order made in current device with current session. Online orders is order of whole system, include local order and too

hey how are you dear,

I bought your plugin, it worked well, but I want to translate some words in plugin, and actually I translate some words in French in this file, openpos-fr_FR.po and I replace this file with the original,and the translation remains the same in the plugin in wordpress panel,Nothing has changed, and I have another question: I want to print codbare I follow in product codbare and print label, but when I click on print codbare it my display this page to enter sizes etc and I do not know how and what is the margins and also the template to use

thanks

i got your ticket, pls follow ticket , tks

Hi Anhvnit, I am facing issue with printing receipt with 58mm ribbon printer which is printing from another POS just fine but it gets distorted when we try to print using this plugin, I wonder what settings needs to be changed so it can print properly? Do you recommend any specific CSS? Also my printer is 160DPI printer.

pls use receipt template composer and change with your paper size in template information , you also able add custom css without problem at template receipt composer . thank you! https://prnt.sc/qcgkk7

I tried that but its still not printing properly, its all distorted

take note, the receipt effect to register after assign and logout + login pos again. if it still incorrect, you can create a support ticket on support.openswatch.com to get help .tks

Hola ,muchas gracias por la pronta respuesta que me dieron ya solucione el problema. Ahora que ya instale todo realice prueba con ticket de facturacion y ahora quiero resetaer a numero inicial de facturas o ordenes como lo hago, ya que hice el cambio y sigue con el siguiente numero de secuencia vieja

Ok, thanks you

Hola amigos estoy muy satisfecho con el plugin ,ahora se me han ido presentando ajustes en la factura y necesito de su ayuda? 1.-quiero que me salga en la factura el impuesto sobre ventas desglosado ya que dejamos un solo precio ya con utilidad e impuesto y existen algunos productos que están libre de impuestos aqui en mi país , por favor me pueden indicar que hacer?

Pls create a support ticket on support.openswatch.com to get help. Thanks

Hi,

I have some questions

1. How can I add custom field data to receipt? 2. I have a problem on checkout, I have updated to latest version 4.4.2 and cleared all cache and disabled all other plugins to test

2a. I found the POS allow checkout with $0.00 or even amount less then the cart total 2b. I have set the POS Money List “10|20|50|100|500|1000” The tender/change not correct. I have a item cost $4.00 (the problem happen especially on the product pricing cost lower then $10) When I add the product $4.00 to the cart and checkout the screen shows 4.00, 0.00, 10.00 and 20.00, then I type in 10.00, the change shows 10.00, or even I type any amount, the change is not showing correct When I add another product $1967.00 to the cart and checkout, then screen shows 1967, 1960, 1970, 1980 then I type in 2000, the change shows $30

And or even I type 0.00 or any amount even less than the cart total, the POS still allow to checkout success

please help

For custom field, pls check this guide https://support.openswatch.com/kb/faq.php?id=26 . For quick money, in single checkout, the money list used to get real cash money, it mean use min money value to rounding and generate quick amount, in your case 10$. If you don’t want it, just simple clean money list setting field. It will became original. This is smart fetuare cause some country haven’t decimal money value or small value,vso, they accept ignore it to checkout. Thanks

Plugin is looking great so far – just setting up. Please just improve the wording under Settings > POS Stock Manager. Below this setting it says “Don’t allow checkout out of stock product in POS”. Normal UI would define the label on left as the setting. So the YES / NO would be to either enable Stock Manager or disabled Stock Manager. The smaller text below the setting would be for further information on the setting but in this case its posing a complete different setting? So I am confused what this setting does. Also that sentance should read “Don’t allow checkout OF out-of-stock product in POS”

with stock manage : YES -> don’t allow checkout when product qty <= 0. with NO setting => allow checkout when qty <= 0

Como cambio la plantilla predeterminada del recibo de impresion

goto admin/pos/receipt template, create new receipt, composer receipt with conent you want . after done, goto admin/pos/register , edit your register and change receipt template to your template recent create . https://prnt.sc/qcgkk7 https://prnt.sc/qcgk71 https://prnt.sc/qcgl0m

Hola, alguien me puede ayudar con las plantilla de la factura como le agrego el numero de factura y que salga impreso, acabo de comprar el plugin solo me falta eso

goto admin/pos/receipt template, create new receipt, composer receipt with conent you want . after done, goto admin/pos/register , edit your register and change receipt template to your template recent create . https://prnt.sc/qcgkk7 https://prnt.sc/qcgk71 https://prnt.sc/qcgl0m

if you have more question, pls create a support ticket on support.openswatch.com to get help. Thank you!

Hi, can we add a VAT number field in the POS customer data panel (new customer and edit customer data)? In Hungary it is a must have element on the invoices in many cases now.

yes, you can follow this guide : https://support.openswatch.com/kb/faq.php?id=17 thank you!

Hello, Is there a way to customise predefined hotkeys? Also is there a way to add product SKU and short description in receipt template?

try this <%= item.product.sku %>

ok thanks, it works fine now

ok, tks

We’re trying to figure out the fee structure for potential payment gateways, including Authorize.net, Square, etc. These payment gateways charge different fees depending on whether the payment comes in through the website, via a swiped card, or via a keyed-in card. How does OpenPOS send payments to the payment gateway? Does it use the same API as the website (which will result in being charged the website or ecommerce fee from the payment gateway?) Or does it have the ability to submit the payment in a different manner so as to indicate that the payment was made from a swiped card, etc.?

you can check in our fee stripe terminal plugin like this https://github.com/anhvnit/openpos-intergrate/blob/master/openpos-stripe-terminal.zip to get the details guide, generate , we have hook to add new payment method to pos , when checkout with this method , a event increase by POS, and POS start listen a event to confirm order has been paid. IN external plugin, your javascript should be handle the event increase by pos and start do a payment follow payment provider api , after done, increase a event to confirm payment paid. POS when get this event , it will markup order has been completed payment and done checkout cycle

I’m sorry, but I don’t understand your reply. To clarify, if we use OpenPOS with Authorize.net via this plugin (Woocommerce + openpos + Authorize.Net), and the cashier uses a card reader to swipe the customer’s credit card, does it go through to Authorize.net as a card-swipe payment? Or does it just go through the same API and look the same as a payment made through the website or keyed in by a cashier? This is important, as some payment gateways have lower rates for purchases made in-person with a physical card versus purchases via the cashier typing in the card number versus purchases made through a website (ecommerce.) I’m not planning hacking this plugin, so I need to know how it works out of the box.

it process as payment api same with website , this is video for more details made by my customers https://www.youtube.com/watch?v=C_Cv1t0r0eE&list=PL5HioxGp7f8bbtcro2qdSm1EhPQnHPiQ9&index=23&t=0s

both of your bridges to Woocommerce Points & Rewards and WooCommerce Smart Coupons do not record the discount or coupon on either the receipt when printed, nor does it record it anywhere in woocommerce. It calculates the grand total correctly. The the taxes are incorrect incorrect as the line item and does not record a discount or coupon as a line item in the invoice . I’ve opened a ticket up in your support desk 2 days ago with no response. Please advise.

All ticket replied. Pls check on our support page. Thanks

Much appreciated

Error sumando, error con impuestos muy lento a la hora de funcionar.. no es un POS válido para una tienda con movimiento. Y además, el servicio técnico si puede te intenta vender ticket de soporte. Esa ha sido mi experiencia y la de un cliente del estudio, al que le he tenido que devolver el dinero. Una pena, porque tenía como 5 webs más donde quería meterlo, pero ha sido imposible.

Pls follow support ticket. Thanks

Hi – presale? I wanted to test your POS but I could not see any products – I really waited for loooong time: https://www.screenpresso.com/=apYtf

Figured out that we need to enter stock for each store. But when we sell from one store and the product seems out of stock it is not – because it is in the webshop… We cant do anything so we can sell from store even though product seems out of stock? We still need to have reports individually from each store and from webshop…

Is there a way we can do a mass action and get these ticks set in all the products? https://www.screenpresso.com/=oyGMb

you can try with adjust stock with csv , admin/pos/outlet/inventory/choose your inventory/adjust sock , with stock > 0 , it auto change to instore

1. why i cannot see the pending payment order in the woocommerce > order when i save i the cart in the pos? 2. is it possible for me to edit the shortcut and the layout of the pos screen such as removing the grid product and extend the cart side only?

i was testing it in the demo

This is my answers: #1.you can customize code to get pending order only. my pos is can get all order , not only any special order #2. no remap shortcut. you can create by your own feature by create a custom app

hi..last question because i really need an offline pos system right now. Currently i just keep testing with the demo app

1. Does the “Saved Cart” from the pos can be view from the wordpress dashboard? how to view it 2. Why when i save the cart and the next day after logout and re-login the saved cart is missing? Is it the expected behaviour?

This is those answers for you question #1. saved cart able see on POS only, you can load by saved cart number or browse saved cart. to see on other device, you should save save with online https://prnt.sc/ss1m6f #2. when logout, there are dialog display to confirm logout, keep or clean current order session ( local order data) , if you keep, your saved cart ( offline cart ) will keep, if no, it will clean.

1 Do you support multi store stock management?

2 Do you support split payment?

Say Toal amount for $300, $100 in cash $200 by credit card.

3 Do you have any option to send the recipe to the customer automatically without the need of typing it again?

4 Do you support the shop owner choose to show the product in-store only?

5 Display total amount in another device?

6 Can I do styling the look and feel of the POS?

7 Do you have any tutorial or demo to show how the woo point and reward integration work?

8 Can I set different pricing for some of the product that for in-store purchasing only (membership price)

thanks

yes ? what do you mean ? i don’t understand your idea. tks

hello,i hv pre-purchase question,i like ur system, but i need re-develop to multi vendor,u will take the project?

yes, we also provide customize service for my paid customer to do it . if you want , you can contact via support.openswatch.com . Thank you!

How can I update My open pos plugin im not able to see the file in My envato acount can I send a ticket to recibe it by You the file?

as i see on codecanyon, you haven’t buy my plugin yet. that is reason you not able see the file. Thank you!

Hello brother is it under GPL license right? If I buy one license can I modify/improve and distribute it to my clients? Is there any code on script that blocks me to do that? Something that verify license?

The plugin seems to be like i want, will be waiting for your replying.

Thank you.

pls check license info : https://prnt.sc/sx0h4w

why the order sent to kitchen without choosing order type pickup/delivery ??

for takeaway:—if you are working in a takeaway, you take the order ’’with customer details’’ for takeaway

and you send it kitchen ’’with customer details’’ with unpaid status

when customer comes to pickup the order you find the order in system by their name and go to checkout>> take payment,

you go to kitchen you find the order ’’with customer details’’ and you handover the food to your customer

for delivery :—if you are working in a takeaway, you take the order ’’with customer details and address’‘

and you send it kitchen ’’with customer details’’ with unpaid status if unpaid/ with paid status if paid

your driver deliver the food to customer’s home take the payment from customer if unpaid, driver comes back give you the money/ to you, you go to checkout and change the order status as paid

it’s so simple concept

there should be button to add order type (pickup or delivery) before sending printing it to kitchen.

there should be a option to send to kitchen & print before checkout.

ok, tks for suggestion, i will research.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey