Home Forums WoodMart support forum Checkout Form questions

Checkout Form questions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #481702

    patrick-1988
    Participant

    Hello Xtemos-Team,
    i just purchased you Theme and wanted to say. Thank you – what a timesaver.

    But i do have 2 questions:
    1) On the Checkout form and the Cart form, there are theses “alert boxes” propably created by “woocommerce”. Is it possible to disable it? I´ve created my own Cart and Checkout Layout in Woodmart but there the alert boxes are not visible.

    2) The more important thing. I want in the Checkout-form a minimum of 1 quantity for each product. If it is 1 ” the minus button” should be disabled. What is the a offical way to do this?

    thanks for your answers.

    Attachments:
    You must be logged in to view attached files.
    #481780

    Luke Nielsen
    Keymaster

    Hello,

    1. The below code should help you to disable such messages. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .woocommerce-cart .woocommerce-message,
    .woocommerce-checkout .woocommerce-message {
        display: none;
    }

    2. Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    In the meantime, please feel free to ask any questions you may have!

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)