speckcommerce / speck-catalog
catalog + manager module for the ecommerce platform SpeckCommerce
Installs: 274
Dependents: 2
Suggesters: 0
Security: 0
Stars: 26
Watchers: 17
Forks: 16
Open Issues: 5
Requires
- php: >=5.4
- evandotpro/edp-sub-layout: dev-master
- speckcommerce/speck-cart: dev-master
- speckcommerce/speck-contact: dev-master
- speckcommerce/speck-multisite: dev-master
- zendframework/zendframework: ~2.4
- zf-commons/zfc-admin: 0.1.*
Requires (Dev)
- mockery/mockery: >=0.7.2
- phpunit/phpunit: ~4.4
- squizlabs/php_codesniffer: ~2.0
- zf-commons/zfc-base: dev-master
This package is auto-updated.
Last update: 2024-10-13 01:52:14 UTC
README
Catalog and manager module for the ecommerce platform SpeckCommerce
Introduction
Steps to get this module running:
- in /config/autoload, be sure you have a copy of database.local.php.dist, configured for your database, and saved as database.local.php
- create the tables necessary for this module, using /vendor/speckcommerce/SpeckCatalog/data/schema.sql
- copy all files from /vendor/speckcommerce/SpeckCatalog/public, into /public
Parts that work right now:
- create + edit a new product - catalogmanger/new/product/item
- view all products - catalogmanager/products
Parts that dont work:
- searching for reusable products/options, from the manager/editor.
Coming soon:
- zfcuser + zfcuseracl integration.
Come visit us via irc.freenode.net #SpeckCommerce