Skip to content

tom-rice/vivid_store

 
 

Repository files navigation

Vivid Store

A Free eCommerce Add-on For Concrete5 5.7

A word on contributing

Vivid Store welcome contributions in all forms: Discussions, issue reporting, bug fixes, pull requests, feature requests.

Naming Conventions

  • Class Names, and folders in /src/VividStore should be singular.
  • File and Class Names should inherit their folder name. (prepended or appeneded)
    • Example 1: /Product/ProductGroup.php as opposed to /Product/Group.php
    • Example 2: /Report/SalesReport.php as opposed to /Report/Sales.php
  • When using "use" statements, alias classes as StoreClassName. This and the aforementioned class naming convention should help avoid any similarly named Aliases. This also prevents things like stepping on the toes of any global Aliases.

About

Free eCommerce Add-on For Concrete5 5.7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.1%
  • JavaScript 3.0%
  • CSS 1.9%