change checkbox for remove button in Cart page NopCommerce ver 3.20

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi,

Please try following my plugin: Shoppingcart remove icon button

Hope this help :)
8 years ago
ima9ines wrote:
Hi,

Please try following my plugin: Shoppingcart remove icon button

Hope this help :)


I wish I would but I am using bootstrap theme :( and plugin is not working
8 years ago
Here is my final code. Somehow java isn't kicking in. It seems correct but not working.

<td class="remove-from-cart">
                                    <button class="remove-from-cart-item-action btn btn-danger btn-sm" data-checkbox-id="[email protected]" value="@(item.Id)"><i class="fa fa-trash-o"></i></button>
                                </td>

                            }
                                
                                    </tr>
                            
                                }
                                <script type="text/javascript">
    $(document).ready(function () {
        var container = '.order-summary-content';
        $('.remove-from-cart button.remove-from-cart-item-action', container).on('click', function () {
            $('#' + $(this).data('checkbox-id'), container).prop('checked', true);
            $('.update-cart-button', container).click();
        });
    });
                                </script>
                            </tbody>
8 years ago
Hi,

Here is the latest version of this plugin.
I hope it work fine with the NopRoot bootstrap theme.
8 years ago
Trying now:)
8 years ago
Nope, still not working. I installed the core and plugin for remove button. checked if it is active as widget. Nothing changed. Not working. I use e-shopper bootstrap theme
8 years ago
I will have a look on that theme.
Thanks.
8 years ago
dianoche wrote:
Nope, still not working. I installed the core and plugin for remove button. checked if it is active as widget. Nothing changed. Not working. I use e-shopper bootstrap theme


Hi,

Please download the latest version (1.11) of this Shoppingcart Remove Button (at the moment, it supported nopCommerce 3.50 only; other versions will be add later).

In this version, following themes supported:
- NopRoot
- NopShop
- Nop-Templates themes

Hope this help :)
8 years ago
Works great! is remove button for wishlist and add to cart will work for e-shopper as well?

ima9ines wrote:
Nope, still not working. I installed the core and plugin for remove button. checked if it is active as widget. Nothing changed. Not working. I use e-shopper bootstrap theme

Hi,

Please download the latest version (1.11) of this Shoppingcart Remove Button (at the moment, it supported nopCommerce 3.50 only; other versions will be add later).

In this version, following themes supported:
- NopRoot
- NopShop
- Nop-Templates themes

Hope this help :)
8 years ago
dianoche wrote:
Works great! is remove button for wishlist and add to cart will work for e-shopper as well?

Nope, still not working. I installed the core and plugin for remove button. checked if it is active as widget. Nothing changed. Not working. I use e-shopper bootstrap theme

Hi,

Please download the latest version (1.11) of this Shoppingcart Remove Button (at the moment, it supported nopCommerce 3.50 only; other versions will be add later).

In this version, following themes supported:
- NopRoot
- NopShop
- Nop-Templates themes

Hope this help :)


Please wait, I will update both of them soon :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.