bamper / symfocommerce

Symfony 2 framework based ecommerce (eshop) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfocommerce

Join the chat at https://gitter.im/morozovalexander/symfocommerce

Symfony2 Standart Edition based ecommerce project.

  • Products with related categories and manufacturers.
  • Products sorting by name or price
  • Disabling products by set zero quantity
  • 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 autogeneration

Print /admin to access admin section.

To start use project run next console commands:

  • $ composer update
  • $ php app/console doctrine:database:create
  • $ php app/console doctrine:migrations:migrate
  • $ php app/console assets:install --symlink

You can load some test data and admin account (admin/admin) if you want

  • $ php app/console doctrine:fixtures:load

Do not forget to set permissions for var/cache/, var/logs/, web/media/ to run symfony ;)

About

Symfony 2 framework based ecommerce (eshop) project


Languages

Language:PHP 61.2%Language:HTML 33.1%Language:JavaScript 3.1%Language:CSS 1.7%Language:ApacheConf 0.8%