Is there a Cart/Catalog app out there that isnt a full site?

人走茶凉 提交于 2019-12-06 02:34:23

问题


Every solution i come across seems to be a complete store with far too many options and too much functionality.

I can write my own cart to get the minimal functionality i need out of the frontend, im just trying to cut out the time writing a complex backend. What im really looking for is something that offers the backend functionality for a product catalog, order management, etc. while providing a smooth and consistent API to access the data for my completely custom frontend application.

The frontend will be in PHP so the API would have to be native PHP or some kind of web service interface i can create my own php models around. It would need to run on a LAMP stack and would preferably be written in PHP, Python, or Ruby just in case i need to customize the backend (she curently has ZenCart and hates it - says its far too complicated and sophisticated for her needs).

Does such a thing exist? Or what would be the next best thing?


回答1:


What do you think about Google Base solution (Ok, you can't install on your LAMP stack)?
It offers products management and has PHP Api distribuited as part of Zend.




回答2:


A little late to answer this but Moltin offers a backend solution accessible via an API. Sounds like it offers most of what you need, there's also a PHP SDK. You can choose which aspects of the system to use so you should be able to tailor it to your own needs.



来源:https://stackoverflow.com/questions/2705338/is-there-a-cart-catalog-app-out-there-that-isnt-a-full-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!