Home Forums WoodMart support forum How to Add Select All Feature in Cart ?

How to Add Select All Feature in Cart ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #725439

    admgtoc010
    Participant

    i want add some feature in cart page, so costumer can click “Select All” and delete some in cart page

    Where i can edit the code for cart page?

    #725506

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The cart page template is controlled by WooCommerce. By default, customers can remove individual items from the cart by clicking the “X” remove icon.

    If you want to add a “Select All” checkbox and bulk delete products feature on the cart page, this requires custom development using JavaScript and WooCommerce hooks. You can add this customization through a custom plugin or your child theme.

    The default WooCommerce cart template file is:
    woocommerce/cart/cart.php

    You need to edit the theme files for this. All the customizations made in the theme files are at your own risk

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)