Questions tagged [liferay-commerce]

Liferay DXP and Liferay Portal come with a powerful E-Commerce System named Liferay Commerce. As the underlying platform, it's extremely extensible, has a complete API. Use this tag for programmatic customizations for Liferay Commerce. Consider tagging [tag:liferay] or a versioned Liferay tag as well. Name the specific version you're working on.

Liferay DXP and Liferay Portal come with a powerful E-Commerce System named Liferay Commerce. As the underlying platform, it's extremely extensible, has a complete API.

Use this tag for programmatic customizations for Liferay Commerce.

Consider tagging or a versioned Liferay tag as well. Make sure that you provide the specific version of Liferay Commerce that you're working on in the question.

2 questions
3
votes
1 answer

Liferay Commerce Mini Cart Remove All Items event listener is not working

I am working with Liferay DXP 7.3 and Commerce 3.0. (GA1) I would like to listen event Remove All Items on Mini Cart, but the event is not triggered. This is my code: Liferay.on('productRemovedFromCart', getCartTotal); Does any one know how can I…
2
votes
1 answer

Liferay Commerce: Is there any event is thrown when Product Quantity Change on Mini Cart?

I am working with Liferay DXP 7.3 and Commerce 3.0. (GA1) After add product to Cart, I change product quantity and I would like to listen this event. Is there any event is thrown in this case? How can I listen to it?