Modify cart quantity
-
From where I can change this with quantity from cart for exemple (2 items => one item have 2 products and one item 2 products). I want to show 4 not 2 -
Hi @DaniD,
This is updated on the by the event triggered. So the event which is triggered will git this controller i.e.
packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php
. In this controller, you will see the method namedgetItemsCount
. You need to update here.