avored / laravel-ecommerce

AvoRed an Open Source Laravel Shopping Cart
https://avored.com
1.5k stars 549 forks source link

Providing Cart Items #90

Closed darron1217 closed 6 years ago

darron1217 commented 6 years ago

Will you allow us to use cart products on theme? :)

There's only count at current ViewComposer.... https://github.com/mage2/laravel-ecommerce/blob/dc333623244b587d5b61e3609d5e66210ec98070/modules/mage2/ecommerce/src/Http/ViewComposers/LayoutAppComposer.php#L43

into $cart = Session::get('cart'); would be nice :)

indpurvesh commented 6 years ago

Yes inside any of your layout or balde file if you use

$cartItems = Session::get('cart');

you will get collection of Cart Items