Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexanderprod/feathr-ecommerce-cms
- Owner: AlexanderProd
- License: mit
- Created: 2018-03-12T08:33:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T09:10:19.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T12:29:11.207Z (3 months ago)
- Topics: cms-framework, csv, csv-database, ecommerce, ecommerce-framework, ecommerce-store, ecommerce-website, flat-file, flat-file-cms, flat-file-db, flatfilecms, php, shop, store
- Language: PHP
- Homepage:
- Size: 26.9 MB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).