Magento Expert Forum - Improve your Magento experience

Results 1 to 2 of 2

How to Remove Disable Product from Cart in Magento 2

  1. #1
    Junior Member
    Join Date
    Jun 2016
    Location
    Bhavnagar, Gujarat, India
    Posts
    1,125
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Post How to Remove Disable Product from Cart in Magento 2

    Hello, Magento Folks,

    Last time we have learned how you can Change MyAccount navigation links title dynamically in Magento 2. Today we are going to learn how you can remove disable products from the cart. So, without further talks, let’s get started.

    Name:  How-to-Remove-Disable-Product-from-Cart-in-Magento-2.png
Views: 33
Size:  26.3 KB


    Now the era of the e-commerce world is up and running, and developers are expanding their coding capabilities to make CMS smarter and flexible. With this view, we are coming up and developing new codes to fulfill the function that any store owner like you require.

    There are times when you require to remove disabled products from the cart. These disabled products are of no use to anyone, so it is better to remove them from the cart. To achieve this, we need to create a custom extension and test module to use the below code.

    Create a Test Module, in which create these files,

    Create file app/code/Vendor/Extension/etc/frontend/event.xml

    Use the below code,
    --------------------------- for code visit: https://magecomp.com/blog/how-to-rem...-in-magento-2/

    Now, Create file app/code/Vendor/Extension/Observer/

    Update cart after customer login at Observer.php

    View more threads in the same category:


  2. #2

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •