OpenCart is an open source PHP-based online shopping cart system. A robust e-commerce solution for Internet merchants with the ability to create their own online business and participate in e-commerce at a minimal cost.
OpenCart is designed feature rich, easy to use, search engine friendly and with a visually appealing interface.
Download link here
Posts Tagged ‘Array’
OpenCart open source E-commerce solution
Posted in AJAX, CSS, CakePHP, Design, JavaScript, PHP, tagged Array, CakePHP, Design, Future Web, JavaScript, MySql, opencart, PHP on July 9, 2009 | 1 Comment »
XMLToArray Generator Class
Posted in PHP, XML, tagged Array, Database, MySql, PHP, XML on May 29, 2008 | 1 Comment »
Here is a PHP class that read xml file and make an array. First save this class file as xmltoarray.php and then create an object like new XmlToArray($xml_data). Finally just call createArray() function. It will be helpful when we don’t want to use database or any kind of web services. Bellow i have given full [...]