Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #818536

    How can I disable woocommerce for one page only, but still use the product category?

    #818548

    Hey KK,

    Thanks for the login details, what exactly do you mean by disable WooCommerce?

    Best regards,
    Rikard

    #819646

    I want to make a page where the user can pick a cake flavor. so using the cakes I have in woocommerce already but without an add-to-cart button. I’m trying to do this in a form. any other ideas welcome.

    it’s like ordering a pizza… choose the crust…..choose the toppings……

    #819710

    Hi,

    Would it be okay if we just hide the add to cart button?

    Best regards,
    Nikko

    #819733

    I guess so? and the Overview- why didn’t I think of that?
    How can I do it only for that page?
    thanks

    #819820

    Hi,

    Please try this in Quick CSS to hide the Cart icon on that page only:

    .page-id-11332 .cart_dropdown_link {
      display:none !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.