Welcome Guest, Not a member yet? Register   Sign In
eCommerce Project
#16

[eluser]Jay Turley[/eluser]
I just finished rolling my own ecommerce site too. It's not too difficult.

If you are doing ecommerce for a store which only has a few items, it might even be worth it to use something like paypal's carts, where each item is added as a separate chunk of code on the page, and paypal handles all the cart and payments for you. Not very professional or seamless, but it will work.

The site I just built has CSV import, but I rolled my own here. I just read each line in, validate the contents, and then insert it into the database. In addition, when logged in as admin, every item inthe store displays a bunch of editing options to allow changing of price, description, thumbnail, etc.

I built a business rules engine (essentially) in the Cart controller for calculating shipping. In this case, every store category had different shipping rules and it was a huge pain.

The next time I do an ecommerce site, I may try magento, but then again, I now have a framework to build on, clunky as it may be.


Messages In This Thread
eCommerce Project - by El Forum - 04-22-2008, 12:12 AM
eCommerce Project - by El Forum - 04-22-2008, 08:48 AM
eCommerce Project - by El Forum - 04-23-2008, 10:13 AM
eCommerce Project - by El Forum - 04-23-2008, 10:21 AM
eCommerce Project - by El Forum - 04-23-2008, 12:15 PM
eCommerce Project - by El Forum - 04-23-2008, 12:31 PM
eCommerce Project - by El Forum - 04-23-2008, 11:58 PM
eCommerce Project - by El Forum - 04-24-2008, 02:01 AM
eCommerce Project - by El Forum - 04-24-2008, 03:45 AM
eCommerce Project - by El Forum - 04-24-2008, 05:58 AM
eCommerce Project - by El Forum - 10-01-2008, 12:17 AM
eCommerce Project - by El Forum - 10-01-2008, 09:44 AM
eCommerce Project - by El Forum - 10-01-2008, 11:46 AM
eCommerce Project - by El Forum - 10-01-2008, 03:16 PM
eCommerce Project - by El Forum - 10-01-2008, 08:16 PM
eCommerce Project - by El Forum - 10-01-2008, 09:46 PM
eCommerce Project - by El Forum - 10-02-2008, 05:08 PM
eCommerce Project - by El Forum - 10-03-2008, 05:04 AM
eCommerce Project - by El Forum - 10-04-2008, 06:42 PM
eCommerce Project - by El Forum - 10-05-2008, 04:30 AM
eCommerce Project - by El Forum - 10-05-2008, 12:50 PM
eCommerce Project - by El Forum - 10-08-2008, 02:16 PM
eCommerce Project - by El Forum - 04-14-2009, 10:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB