I'm starting to make a mobile application to my shopping cart opencart 1.5.4 and would like to make all types of operations from the application, ie the customer to have all that I offer in OC, see Categories , the goods, create a new user account, log into the account, add to shopping cart, and finally to pay. but I want to make is native code in the app because I will use the phone functions.
for that reason I need to work around with web services, either nusoap or json (I prefer the latter since oc is designed for use).
I read in other questions OcJoy has a solution for this, but I do not know where to download or buy it.
however, would appreciate someone to give me a light with examples of how to do it.
In another post answered by OcJoy, says to list the products had to modify the code in catalog / controller / product / catalog.php, however, the file does not exist in my OC 1.5.4
I would greatly appreciate help with this situation.