open-store

webmaster@open-store.org


open-store.org

open-store is a freeware online merchant software, implemented with the LAMP Stack (Linux Apache MySQL PHP).

While under development, it is intended to provide the following features:

Module Feature Description
Front-End
Home Page Product of the day, Most popular items this week...
About Page
Catalog Browser
Search
Shopping Cart Add, Remove, View, Shipping Fee, Taxes, Checkout, Product Configuration (e.g. size, color, year...)
Cross-selling
Online payment Support for paypal, planet payment, payflow pro...
Internatinalization (I18N) Support multiple languages (at least with ISO-LATIN-1 encoding)
Localization (L10N) English and French supported
Account Management Sign-in, Registering (1st sign-in), Remember me (via cookie), Order Information, Confirmation Emails...
Discounts Management Product discount limited in time, product discount based on quantity, shipping discount, customer-based discount (gift certificates)...
Advanced Search Complex search form / category + name + description...
Back-End
Catalog Editor Support categories, sub-categories, products, product configuration (e.g. size, color, year...), images...
Configurable Support XML configuration file
Sample Data
Import Catalog Support CSV/TSV format, Excel format...
Account Management
Order Management Daily List, State-based management (ORDERED=>VALIDATED=>SHIPPED)
Store/Product Management Manage products, categories, product-category relationships, product localization...
Localization (L10N) Web-based GUI for translation, pre-compilation of translations


Implementation

open-store is implemented in PHP version 5.1.2 with the following extensions:

open-store relies on MySQL for its database access.


Installation

php.ini
extension=php_mysqli.dll
session.use_only_cookies = 1
    


More about open-store

For more information on open-store:


License

open-store is licensed under a MIT-type license:

Copyright (c) 2006 Emmanuel KARTMANN <emmanuel@kartmann.org>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, 
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software 
is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.