n/a

Maintainers

Package info

github.com/fond-of/spryker-cart

pkg:composer/fond-of-spryker/cart

Statistics

Installs: 20 009

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2018-09-12 06:38 UTC

This package is auto-updated.

Last update: 2026-02-28 21:30:22 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();
}