Need to know if there are any ecommerce solution build in fuelphp, or php, that I could integrate with existing project.
I checked in google and found little or nothing, Found woocommerce, oscommerce and some others but that are tightly couple with their own schemas. I need something that I could integrate with my own schema tables.
I was about to start creating my own, but maybe I can save hours of work by just asking here.
But it shouldn't be too difficult to integrate, your can use the fromdb task to generate models from existing database tables. You only need to add the relations manually.