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 ‘Design’
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 »
CSS Positioning – Some pointers
Posted in CSS, Design, tagged CSS, Design on June 15, 2008 | Leave a Comment »
1. Absolute Absolute positioning is absolute in relation to the parent element. In this case the parent element is the whole document, so the div is positioned absolutley at 0,0 and will apear in the top left corner.
2. Relative This positions the element relative to where it would have been in the document. Useful for [...]
Different css for different browser
Posted in CSS, Design, tagged CSS, Design on June 11, 2008 | 3 Comments »
In an ideal world, you only need one set of CSS style sheets for your website, and those styles will work with every browser currently being used. This, as every web master soon finds out when he/she uses CSS, is a pipe dream. The modern browsers all have uneven levels of implementation of the CSS [...]