Skip to content

fond-of/spryker-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fond-of-spryker/fond-of-spryker/cart

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();
}