I was trying to build a grocery app using flutter with woo-commerce as a backend. there is an app already with the same woo-commerce using native code but no source code available is there any way to get the cart API used in the old app as I have the admin account and other data of woo-commerce site??
it is only possible if you have that web App Api then you can get the data and if you have the access of that web app admin panel why you not create another api for your self and make flutter app on that api..
i think this is the only solution you have to resolve this problem
url: '/wp-json/wc/store/cart/add-item',
Related
I am working o a project where I am using Gatsby for front-End and WordPress as a headless CMS for the back end but now I want to add user registration, authentication and a client area which will only be available to authenticated users but I am lost as to how to implement this functionality
I can fetch data from WordPress but I don't know how to send and then process that data in WordPress,
any ideas or guidelines will be much appreciated
We have a similar setup on a project, just with Next.js.
We use Firebase for the authentication process and have the whole setup with user profile, notifications, etc.
Here is a how-to for integration Firebase Authentication into Gatsby
I'm quite new to react native, I'm working on a classifieds mobile app that will be used for posting adverts/listings. Everything is working well except the part where I'm receiving payments using the checkout process found in WooCommerce. I'm using a plugin called Classified Listings. On the website the payment is working perfectly but I don't know how I can implement the same checkout process on my app.
I'm using a local payment gateway called MPESA (used in Kenya). This works perfectly on the web.
The only challenge I have is to add WooCommerce functionality to my react native app.
I saw a package on Github that can be used to access WooCommerce REST API but I don't how I can implement this.
I've tried to research and read/watch some online articles and videos but without success.
Please help.
I am stuck at one point and need help to resolve the issue.
I tried many plugins but none of them fulfil my requirements. I am developing an E-Commerce user app in Flutter which link with our WordPress WooCommerce site using WooCommerce rest APIs. I need to integrate push notifications into my application but most of the plugins are offer push notification facilities only when you publish a post.
My Basic Requirements:
I need to notify
when users place an order
when order status updates
when new coupons are added
For that you need back-end developer. Because some plugins are only provide service for posts & products. But non of them offer services for orders. So we need to create custom hoods to achieve this functionality.
I hope you understand it.
Best of Luck!
We are building an Easy Order form in VUE for our customers. The VUE app is connected to the WooCommerce API v3. Customers should login with their own credentials and be able to order products. We managed to let it work with an admin user, but it looks like customers don’t have the correct credentials.
Is there a way to fix this? Maybe with a plugin? Or code?
All the other related posts are pretty old. So I hope this is possible now.
The login is managed by the WordPress Rest API.
For more info I recommend reading the following:
WC REST API Order Properties
WP-API / Basic-Auth repo
WooCommerce / wc-api-php repo
WP plugin Simple JWT Login
I am currently working on a combined Android and WordPress project for a restaurant. I need to connect WordPress to an existing real-time Firebase database and authentication. My Android is working with Firebase and supports sending and retrieving data but I am unable to apply this with WordPress. So far the database does not update properly and no changes are shown on the app. I am using WordPress for the admin to make change prices, add new food, and generate reports. The Android component is customer facing and intended to allow ordering food.
I have tried using a normal static website and it was connected to Firebase but I am unsure how to implement this with WordPress.
There is a plugin - Integrate Firebase that connects Firebase to Wordpress.
I have been able to get it working, but it seems to work on the API key rather than using a service account. Which means you need to have the rules set in firebase.
The author seems reasonably active, so I am hoping to get more info about connecting with a service account (rather than API), in which case I'll post it here for you.