mobilecart/subscriptionbundle

Subscription Management for Mobile Cart

Installs: 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/mobilecart/subscriptionbundle

dev-master 2017-11-14 22:07 UTC

This package is not auto-updated.

Last update: 2025-10-04 00:53:31 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