Your account expired support, please renew to get your support.

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme How to disable shopping cart sidebar after adding product to cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18602
    shahzaibt1245
    Support Expired

    Hi,
    How do I disable the shopping cart that shows up from the right of the page, after a product is added to the cart.

    #18613

    Hi you,

    To disable this function, please copy this code and paste to file functions.php ( child-theme):

    function poco_header_cart_side() {
            return false;
        }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.