multi-add icon indicating copy to clipboard operation
multi-add copied to clipboard

A Craft Commerce plugin that allows you to add multiple products to your cart

Results 2 multi-add issues
Sort by recently updated
recently updated
newest added

Trying to include multiple products in a template with variants in groups of radio buttons. The problem is that MultiAdd utilizes the name attribute of the input, making each name...

enhancement

After some testing, it seems it's not possible to update options on updateCart method. I'm testing with your simple example: ``` {{ getCsrfInput() }} {% for item in cart.lineItems %}...

enhancement