mobilecart/subscriptionbundle

移动购物车订阅管理

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

This package is not auto-updated.

Last update: 2024-09-20 19:04:27 UTC


README

移动购物车订阅管理

将安装包添加到您的应用/AppKernel.php 中,放置在 MobileCartCoreBundle() 之后

更新数据库,添加新表

$ ./app/console doctrine:schema:update

为产品添加一个具有代码 subscription_id 的变体到变体集。也存在一个 CLI 命令

$ ./app/console cart:sub:itemvars