Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morozovalexander/symfocommerce
Symfony 3 framework based ecommerce (eshop) project
https://github.com/morozovalexander/symfocommerce
cms e-commerce ecommerce eshop symfony symfony3
Last synced: 5 days ago
JSON representation
Symfony 3 framework based ecommerce (eshop) project
- Host: GitHub
- URL: https://github.com/morozovalexander/symfocommerce
- Owner: morozovalexander
- License: mit
- Created: 2016-02-21T08:41:13.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T08:19:28.000Z (about 2 months ago)
- Last Synced: 2024-12-08T06:24:27.361Z (16 days ago)
- Topics: cms, e-commerce, ecommerce, eshop, symfony, symfony3
- Language: PHP
- Homepage: http://symfocommerce.webgrowth.xyz
- Size: 3.42 MB
- Stars: 30
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfocommerce
=====[![Join the chat at https://gitter.im/morozovalexander/symfocommerce](https://badges.gitter.im/morozovalexander/symfocommerce.svg)](https://gitter.im/morozovalexander/symfocommerce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)Symfony3 Standart Edition based ecommerce project.
Demo version: [http://symfocommerce.webgrowth.xyz](http://symfocommerce.webgrowth.xyz)
- Products with related categories and manufacturers.
- Advanced and convenient admin panel
- Products sorting by name or price
- Disabling products by set zero quantity
- Ability to add products to favourites
- Seo friendly navigation, meta tags and description on each page, routes using slug,
not id's, slug generator in admin section
- Different product measures, e.g. grammes, pieces, oz., ml.
- Category and manufacturer images
- Several product images, fancybox, image uploading by dropzone in admin
- Interactive javascript cart, online cart edition
- News section, last news displayed on main page
- Static pages and links to static pages in top menu
- Slides on top page, slides management in admin section
- Summernote editor for all descriptions
- Sitemap autogenerationPrint /admin to access admin section.
To start use project run next console commands:
- $ composer update
- $ php bin/console doctrine:database:create
- $ php bin/console doctrine:migrations:migrateYou can load some test data and admin account (admin/admin) if you want
- $ php bin/console doctrine:fixtures:load
Do not forget to set permissions for var/cache/, var/logs/, var/sessions/, web/media/ to run symfony ;)