Hello,
the POS interface is not working correctly.
some products (with variants) i can select the variant and then add it to the cart (only by return key).
other products (in stock) i can not select them with mouse to add it in to the cart.
tried several things but i can not find the issue why POS is not working
POS product selection not working
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
Re: POS product selection not working
i also see that when using pos payment..
i have the option to define the amount payd and it should calculate the amount to pay back.
it does not calculate.. just keeps it zero
i have the option to define the amount payd and it should calculate the amount to pay back.
it does not calculate.. just keeps it zero
- Nidzo
- Phoca Professional
- Posts: 390
- Joined: 07 Nov 2018, 14:55
Re: POS product selection not working
Looks like some JavaScript / Bootstrap conflict or something like that. Do you use Phoca Upgrade System Plugin? Might be helpful.
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
Re: POS product selection not working
Yes i have that running..
-
- Phoca Professional
- Posts: 225
- Joined: 31 Dec 2020, 09:46
Re: POS product selection not working
first i had a warning message.. solved with enable the phoca upgrade plugin.
warning message is gone, but POS interface not working fine..
i can add items using are barcode scanner (mobile phone)..
so products are able to put them in the cart.. but not completly by the web interface (desktop).
warning message is gone, but POS interface not working fine..
i can add items using are barcode scanner (mobile phone)..
so products are able to put them in the cart.. but not completly by the web interface (desktop).
- Nidzo
- Phoca Professional
- Posts: 390
- Joined: 07 Nov 2018, 14:55
Re: POS product selection not working
Hmm! Interesting! I got working POS interface few days ago on my test site and after reading this went to look and now I have problem too. Can't add any product in cart. Not even with mouse click. I had option Add to cart but it dissapeared too. I made some small changes to site but I excluded them. I'm tryin numerous combination last two hours but can't make it work
Astroid Zero template with proper settings to work with Phoca Cart
Phoca POS Template assigned to POS menu item
Phoca Upgrade System Plugin
Astroid Zero template with proper settings to work with Phoca Cart
Phoca POS Template assigned to POS menu item
Phoca Upgrade System Plugin
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: POS product selection not working
Hi,
just checked:
Joomla! v3.9.24
Phoca POS Template v1.0.0
PHP v7.4.14
Phoca Cart v3.5.5
Kind regards,
Benno
just checked:
Joomla! v3.9.24
Phoca POS Template v1.0.0
PHP v7.4.14
Phoca Cart v3.5.5
Kind regards,
Benno
- Nidzo
- Phoca Professional
- Posts: 390
- Joined: 07 Nov 2018, 14:55
Re: POS product selection not working
Well I found cause of my problem.
Problem is in Phoca Cart administration settings > Display tab > Category and Items View (Products View) section > Add To Cart (Category, Items View) option
If is set to No, Buy now paddle, External link or Quick view button then POS will not work correctly. It will refuse to add items to cart.
If is set to Standard and Standard icon only, POS works fine.
Is it potential bug?
One more think I noticed is that Ajax add to cart with popup doesn't work with Astroid.
Problem is in Phoca Cart administration settings > Display tab > Category and Items View (Products View) section > Add To Cart (Category, Items View) option
If is set to No, Buy now paddle, External link or Quick view button then POS will not work correctly. It will refuse to add items to cart.
If is set to Standard and Standard icon only, POS works fine.
Is it potential bug?
One more think I noticed is that Ajax add to cart with popup doesn't work with Astroid.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: POS product selection not working
Hi,
Popup/Astroid - it depends on used Bootstrap version, try to check which Bootstrap version is loaded, check if there are no Javascript errors in Javascript console:
https://www.phoca.cz/flag-icons/16-joom ... -conflicts
Add to cart options - confirmed, this will be fixed in next version (POS should be independent to this parameter)
Thank you for your info.
Jan
Popup/Astroid - it depends on used Bootstrap version, try to check which Bootstrap version is loaded, check if there are no Javascript errors in Javascript console:
https://www.phoca.cz/flag-icons/16-joom ... -conflicts
Add to cart options - confirmed, this will be fixed in next version (POS should be independent to this parameter)
Thank you for your info.
Jan
If you find Phoca extensions useful, please support the project
- Nidzo
- Phoca Professional
- Posts: 390
- Joined: 07 Nov 2018, 14:55