Try to understanding the plugin #378
Replies: 5 comments 6 replies
-
WooCommerce POS consists of client side code (JavaScript) and server side code (normal WordPress PHP plugin). Most of the action happens on the client side in JavaScript, for example, the component that adds shipping to the cart is here: https://github.com/wcpos/core/blob/main/src/screens/main/pos/cart/add-shipping.tsx If you are a JavaScript developer experienced in React Native, I can give you some direction on customising the POS. If not, please consider upgrading to Pro to support the development and addition of features such as Product Add-Ons. |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks a lot for your reply!!! I see that the function i was searching is this:const handleAddShipping = () => {
|
Beta Was this translation helpful? Give feedback.
-
Hi, so it means that react files and like the one in whic there is the shipping function is online and is given by CDN ? I say this because I am giving this POS on a website in WP and WOO and it is very good like an UI but my customer ask me for Thanks!!! Walter |
Beta Was this translation helpful? Give feedback.
-
Hello Paul,
What about if I use my time and study React and Angular to work on those
points so that I could free use them with the plugin and you can use also
for free ?
Collaborate it s possibile?
Let me know
Thanks bye
Walter
Il Mer 24 Gen 2024, 22:53 Paul Kilmurray ***@***.***> ha
scritto:
… WooCommerce POS is bundled and hosted online, it's not part of the PHP
plugin. Theoretically you could build your own version of the app, but it
would be a major headache and you would have to rebuild it every time there
is an update.
In order to customise the POS application, some sort of plugin or hook
system would have to be added. It is something that I plan on exploring
later, but I have a long list of things to complete before I can think
about how such a system would work.
—
Reply to this email directly, view it on GitHub
<#378 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPGLVVGJQPP5SMUVHOAFC3YQF7HBAVCNFSM6AAAAABCHDEB42VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DEMZYGA3DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello Paul,
let me know please if thuis could be possible.
Thanks a lot
Walter
Il giorno sab 27 gen 2024 alle ore 12:45 Walter Villa ***@***.***>
ha scritto:
… Hello Paul,
What about if I use my time and study React and Angular to work on those
points so that I could free use them with the plugin and you can use also
for free ?
Collaborate it s possibile?
Let me know
Thanks bye
Walter
Il Mer 24 Gen 2024, 22:53 Paul Kilmurray ***@***.***> ha
scritto:
> WooCommerce POS is bundled and hosted online, it's not part of the PHP
> plugin. Theoretically you could build your own version of the app, but it
> would be a major headache and you would have to rebuild it every time there
> is an update.
>
> In order to customise the POS application, some sort of plugin or hook
> system would have to be added. It is something that I plan on exploring
> later, but I have a long list of things to complete before I can think
> about how such a system would work.
>
> —
> Reply to this email directly, view it on GitHub
> <#378 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFPGLVVGJQPP5SMUVHOAFC3YQF7HBAVCNFSM6AAAAABCHDEB42VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DEMZYGA3DS>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Hello I am new here and I would to learn and understand the plugin.
My question is this: "if I want to check how works some panel , like the "add shipping" or "add commission" , where I have to look at files that manage these ?
Also for an idea, could we create an integration with other plugin that works on woocommerce like YITH Product Add-ons & Extra Options and show in any products added via POS the Extra Options ?
I see that when I take a look at an old order, with extra options, I can see them , but if I create a new order, via POS , it is not possible to show the extra options and select them...
How to do this ?
thanks a lot
Walter
Beta Was this translation helpful? Give feedback.
All reactions