1.1.0 2018-09-12 06:38 UTC

This package is auto-updated.

Last update: 2024-10-28 18:32:21 UTC


README

license

Install

composer require fond-of-spryker/cart

New plugin which count total cart items. Just set in in your dependency provider, stored under: Pyz\Client\Cart;

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