I am developing an eCommerce site and we already have a site which displays the list of products/stock available for purchase. If the user adds the products to his cart he will be redirected to my site. In my site I have to handling the following workflow:
- Shopping Cart
- Shippment Details
- Payment
- Order Processing.
I tried to use open source ecommerce packages like OpenCart, Magento, osCommerce, etc. But all of them have the product/catalog included in them. I don't want the product or catalog page. I only want the shipping cart page.
So I either I have to develop an ecommerce solution from scratch or tailor one of the open source ecommerce.
Would starting from scratch be better or tailoring a existing platform?
I plan to develop an open source cart using PHP (I am planning to use CodeIgniter).