- Posts: 460
- Thank you received: 19
APP
- Reincidente
-
Topic Author
- Offline
Less
More
4 years 3 months ago #342310
by Reincidente
APP was created by Reincidente
Hi.
I'm thinking of making an APP for my hikashop ecommerce.
Any recommendations or api that can be integrated?
The idea would be to have a bidirectional communication between app and web.
I'm thinking of making an APP for my hikashop ecommerce.
Any recommendations or api that can be integrated?
The idea would be to have a bidirectional communication between app and web.
Please Log in or Create an account to join the conversation.
4 years 3 months ago #342311
by nicolas
Hi,
What kind of app are you trying to make ? For customers to purchase on your website ? For you to manage your products ? Your orders ? Something else ? Could you tell us more about your project so that we get a clearer picture of what is needed ?
What kind of app are you trying to make ? For customers to purchase on your website ? For you to manage your products ? Your orders ? Something else ? Could you tell us more about your project so that we get a clearer picture of what is needed ?
Please Log in or Create an account to join the conversation.
- Reincidente
-
Topic Author
- Offline
Less
More
- Posts: 460
- Thank you received: 19
4 years 3 months ago #342318
by Reincidente
Replied by Reincidente on topic APP
I would like customers to be able to buy in the app
Please Log in or Create an account to join the conversation.
4 years 3 months ago #342319
by nicolas
Hi,
Then, I suppose that there is one main thing you need: loading and updating the products data from the website to the app.
One thing you could do would be to configure the Google products plugin to generate a XML of the data of the products and then have the app retrieve that XML and process it, once in a while.
For the payment, the best would be to go through the payment capabilities of Google Play and Apple's app store. That way, it will be a lot more seamless for the user than going through your website inside the app.
Then, I suppose that there is one main thing you need: loading and updating the products data from the website to the app.
One thing you could do would be to configure the Google products plugin to generate a XML of the data of the products and then have the app retrieve that XML and process it, once in a while.
For the payment, the best would be to go through the payment capabilities of Google Play and Apple's app store. That way, it will be a lot more seamless for the user than going through your website inside the app.
Please Log in or Create an account to join the conversation.
- Reincidente
-
Topic Author
- Offline
Less
More
- Posts: 460
- Thank you received: 19
4 years 3 months ago #342325
by Reincidente
Replied by Reincidente on topic APP
And would bidirectional communication between databases be possible so that a user registered on the web can access from the app or vice versa?
Do you recommend any software?
Do you recommend any software?
Please Log in or Create an account to join the conversation.
4 years 3 months ago #342327
by nicolas
There are several ways to make it possible for an external app to be able to authenticate users of a joomla website:
stackoverflow.com/questions/2176595/joom...on-from-external-app
docs.joomla.org/J3.x:Creating_an_Authent...on_Plugin_for_Joomla
Then to register a new user from the app, you would have to create a plugin with code like this:
forum.joomla.org/viewtopic.php?t=988179
As you can see, these are Joomla problematics, not really HikaShop problematics and joomla doesn't have ready made solutions you can leverage as far as I know.
stackoverflow.com/questions/2176595/joom...on-from-external-app
docs.joomla.org/J3.x:Creating_an_Authent...on_Plugin_for_Joomla
Then to register a new user from the app, you would have to create a plugin with code like this:
forum.joomla.org/viewtopic.php?t=988179
As you can see, these are Joomla problematics, not really HikaShop problematics and joomla doesn't have ready made solutions you can leverage as far as I know.
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds