I am trying to develop an e-commerce application. I have my application’s view pages as standalone HTML pages(neatly formatted with images and styling as I need) and I am trying to plug them into an e-commerce package. My e-commerce application has a simple workflow -> Customer adds products to cart and check out followed with order confirmation.
Now my question is how do I add that those existing view pages to opencart? I tried to load view from controller but the error says page not found.
Thanks in advance.
most e-commerce solutions are php based because you are most likely incorporating a database with your products. Unless you want to develop your own solution from scratch, it is easier to use an existing platform and create a customized template.
I have found that zencart is the easiest to create custom templates for, but that is just my personal opinion