How to add the Product Enquiry for WooCommerce

This topic has 11 replies, 3 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler

  • Avatar: anand
    anand
    Participant
    March 10, 2022 at 14:21

    Hi i am looking the Product Enquiry for WooCommerce. How can i add in the theme.

    Add to card near i need Enquire Button.
    https://budrealtyunboxed.com/demo/

    10 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 10, 2022 at 18:29

    Hello,

    Our theme comes with the Request a quote feature. It could be like floating button or like button next to the add to cart https://gyazo.com/a16f81d0441b417151684342c45085f7
    You can add any content inside the request a quote popup content (contact form for example). Is it suitable for you?

    Regards

    Avatar: anand
    anand
    Participant
    March 11, 2022 at 06:13

    Hello,

    This is not i am looking.
    Please check below link i am looking like this enquire button near add to card button in the product page and single product page..
    https://www.rugtek.com/product/bp-series/bp02/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 11, 2022 at 08:19

    Hello,

    Single Product Builder > Button element or Custom HTML element and static block

    Regards

    Avatar: anand
    anand
    Participant
    March 11, 2022 at 10:10

    Hello,
    Thanks,
    I have the done but i am facing the alignment issues. Please check below link . It’s not coming proper alignment i need Addtocard button near enquire button. Please help me..
    https://paste.pics/c3fdd36e244ea76de2f9943a59bd63e5

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 11, 2022 at 10:32

    Hello,

    Could you, please, provide us with WP Dashboard and FTP access? We’ll try to help you to place the button next to add to cart instead of the at the bottom of the button.

    Regards

    Avatar: anand
    anand
    Participant
    March 11, 2022 at 11:00

    https://budrealtyunboxed.com/demo/

    Please contact administrator
    for this information.
    Avatar: anand
    anand
    Participant
    March 11, 2022 at 11:10

    please resent ftp

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 11, 2022 at 16:26

    Hello,

    You can use connection block to place buttons one next to another https://gyazo.com/92cc102a4c7440b34c86e75f7c4e26fc
    Check now.

    Regards

    Avatar: anand
    anand
    Participant
    March 14, 2022 at 08:22

    Thanks,
    All fine,
    But One product page only getting issues..

    https://budrealtyunboxed.com/demo/product/cd3200-bt/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2022 at 08:43

    Try to use the next custom CSS code:

    .single-product .connect-block-element-zBnAx {align-items: end;}
    .single-product .et_connect-block.flex-row>form {
        max-width: 70%;
    }
    .single-product .et_b_single-request-quote-button {
        margin-bottom: 20px;
    }
    @media only screen and (max-width: 480px) { 
        .single-product .et_connect-block.flex-row>form {
            max-width: 40%;
        }
    }

    Regards

  • Viewing 11 results - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.