![]() |
|||
PHP
IT Tags
include magento ecommerce SimpleXML UPDATE ajax objects mysql server control panel Stop Script connection to MYSQL indexing solr Solr XML local server PHP and FLash multiple file uplo sdf associative arrays check domain Remove Duplicate my_thread_global_end Simplexml Parser Combo box Overlapping Layers photo gallery local server php mail Mobile site Xampp XHTML server shutdown |
Need help with shopping cart script
By: rekha singh | 13 Mar 2010 12:05 pm
I am working on a site that another developer started. He used Codeigniter, and stopped before adding a shopping cart. There is no way to order items from the site. I was wondering if it would be better to create a customized shopping cart, or to use something like zencart and customize it to match the site. Keep in mind that I am a newbie at php and codeigniter. Is there a custom shopping cart script out there that I might be able to adjust to fit my needs? CommentsThe answer to the question is predicated on a few factors. You need to define the scope of your ecommerce (are you selling one product or many), what features you require (both for the end-user and for your admins), and how closely does your ecommerce experience integrate with your current site. If you want a lot of features (like user accounts, product search, gift certificates, recommend to a friend, sales reports, etc) and you don't mind However, if your main site is part of the product's marketing and it needs to have a cart/purchase functionality strongly tied to it, you will need to build the cart using CI. You can jump start this process by finding a very basic shopping cart class (which you will treat as a custom Library in CI). The CI documentation detail custom Libraries. The CI forums have posts about how to customize classes into CI-style custom Libraries. You'll also
By: rekha singh | 13 Mar 2010
|
