Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to add a new product into the user's basket every time the user clicks on the "Add to basket" button.
For example,
So, here are the products inside the user's basket?
Is this kind behavior able to be implemented?
What I think (a) I can override the Basket.AddItem() method; or (b) lock the quantity in the basket always sets to 1.
I need some help how can I reach this requirement.
Thank you.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to override the Basket.AddItem method in Merchello v2.7.1
I want to add a new product into the user's basket every time the user clicks on the "Add to basket" button.
For example,
So, here are the products inside the user's basket?
Is this kind behavior able to be implemented?
What I think (a) I can override the Basket.AddItem() method; or (b) lock the quantity in the basket always sets to 1.
I need some help how can I reach this requirement.
Thank you.
is working on a reply...