Can we use opencart or zencart on the phonegap for an ipad app?
I want to do a native ipad app using the phonegap framework, can we use php in phonegap? How can i implement open cart template in phonegap,can any one give me some useful tutorial links.
| |||||||||
feedback
|
|
Ravi, Use of any large framework for small purpose is not a good idea, As far as your requirement is concern, you can fulfill your need by simple XML feed generation Step 1 : Understand Database structure of any Open source. i.e. in Zen Cart you can get all category information from zen_categories and zen_categories_description table. Step 2 : Generate XML feed from DB i.e. create a script which is dynamically generate XML Feed.
Step 3 : Read XML feed from your native app and display category list. Now for product data create another XML feed which is use parameter ( category ID) Hope, this may help. | |||
|
feedback
|