Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexanderprod/feathr-ecommerce-cms

Feathr is aimed at providing an easy way to quickly setup a fully customizable and simple e-commerce store using a flat file database.
https://github.com/alexanderprod/feathr-ecommerce-cms

cms-framework csv csv-database ecommerce ecommerce-framework ecommerce-store ecommerce-website flat-file flat-file-cms flat-file-db flatfilecms php shop store

Last synced: 23 days ago
JSON representation

Feathr is aimed at providing an easy way to quickly setup a fully customizable and simple e-commerce store using a flat file database.

Awesome Lists containing this project

README

        

# Feathr Ecommerce CMS
The Idea behind feathr is to create a simple and lightweight ecommerce cms to quickly setup a simple but completely customizable online store. It uses a flat file database for its products. It uses the [skeleton](http://getskeleton.com) CSS framework.

## Disclaimer
This project is still under development and NOT finished therefore you might encounter bugs and missing features.
Feel free to join the development. :)

## Usage
To add new products edit the data.csv like in the following format, product images have to be provided in the images folder.
Code|Product|Price|Currency|ImagePath|Description|Variants

- Code is the product code it is used to refer to a product when opening the product page or checking out.
- Product is the Product Name.
- Use ImagePath to assign a product image.
- Description is shown on the product page. Usage of HTML tags is possible.
- Add Variants if you want to add different variants to a product, for example different sizes.

If you want to change how the products are ordered on the page just changes in which line the product is defined. The first (second line) product in data.csv is the first product on the page.

## License
Feel free to use and hack feathr it is licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).