mobilecart / subscriptionbundle
Subscription Management for Mobile Cart
Installs: 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.24
- symfony/framework-bundle: ~2.8
This package is not auto-updated.
Last update: 2024-11-01 19:35:32 UTC
README
Subscription Management for Mobile Cart
Install into your app/AppKernel.php . place it after MobileCartCoreBundle()
Update the Database, add new tables:
$ ./app/console doctrine:schema:update
Add a Variant with the code subscription_id to the Variant Set for Products. There is a CLI command also:
$ ./app/console cart:sub:itemvars