1.1.0 2018-09-12 06:38 UTC

This package is auto-updated.

Last update: 2024-08-28 18:13:00 UTC


README

license

安装

composer require fond-of-spryker/cart

新插件,用于统计购物车中的总商品数。只需将其设置为依赖提供者,存储在:Pyz\Client\Cart;

/**
 * @return \Spryker\Client\Cart\Dependency\Plugin\ItemCountPluginInterface
 */
protected function getItemCountPlugin()
{
    return new ItemCountPlugin();
}