WooCommerce Cart Appearance

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9405
    babaLucas
    Participant

    I notice in your demo: https://www.livemeshthemes.com/agile/
    The Woocommerce cart only shows on your Shop page and no other.
    How can we replicate this?

    http://urbankick.staging.wpengine.com

    #9419
    Veena
    Moderator

    You have already given display none property for the cart contents it seems.
    Inorder to display cart contents for a specific page you have to include custom CSS like below.
    2.

       .page-id-4723 .cart-contents {
       display: block;
       }
      

    Instead of id 4723 you must give your shop page’s id .

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.