Issue while adding a on click event on KnockOut JS template file in minicart section
I want to show some recommended items based on each item added in the cart.
I have added those recommended items in the customer data.
And fetching the data in the default.html
file. I have added a anchor tag to add this item to the cart, but some how the click event is not working.