• Resolved Faizy Nadim

    (@faizynadim)


    Remove View Basket/Cart option which appear after clicking add to basket/Cart.
    I am using OceanWp theme and View basket is not showing properly so i want to completely remove that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rishi Mehta

    (@rcreators)

    Hello Faizy,

    That is not possible to do from plugin side. View Cart is default woocommerce function which runs after product added to cart. Now if you want to remove it or hide it, you can just simply add relative custom css based on your theme class. If you are not developer, check with OceanWP theme to give you exact css class to hide it.

    Regards,
    Rishi Mehta

    Thread Starter Faizy Nadim

    (@faizynadim)

    Plugin Author Rishi Mehta

    (@rcreators)

    Hello Faizy,

    Add below css to your theme.

    .added_to_cart { display: none!important; }

    Above is default css class for added to cart text in woocommerce. It will work if your theme doesnt use different one. If your theme used different one for this, you need to check with Theme developer to hide it.

    Regards,
    Rishi

    Thread Starter Faizy Nadim

    (@faizynadim)

    Thanks…
    It Worked…
    But it also removed View Basket option from the shop page for standard Product(Not Variable).

    • This reply was modified 5 years, 6 months ago by Faizy Nadim.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable View Basket Option’ is closed to new replies.