Cart customization

Hello all,
I need to extend/override the cart remove/deletion process to handle customization through my custom module.

Can anyone please share your feedback/suggestions to resolve this?

Thanks in advance.

Have a look at

BasketComponent::_getItems();

→ 4.10.8

oxcmp_basket::_getItems();

@rubbercut Thanks for your quick reply.

I tried to override the function _getItems but the product id is getting an empty value.

Have a look at

if(is_array($aProducts))…

Removing works with

updateBtn (when amount = 0)

or

remove

And, @mohana? Feedback would be really appreciated :wink:

That seems to be common: How to add multiple products to cart - #3 by mohana

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.