mobilecart/subscriptionbundle

Subscription Management for Mobile Cart

Maintainers

Package info

github.com/mobilecart/mobilecartsubscriptionbundle

Homepage

Type:symfony-bundle

pkg:composer/mobilecart/subscriptionbundle

Statistics

Installs: 153

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-07 03:03:24 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