This topic has 8 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
We are finding that we would like to expand the “Request a Quote” functionality that leads to a contact page; however, we would like to integrate the YITH Request a Quote plugin for WooCommerce. This will serve us better so an actual quote can be created and then converted to an order in WooCommerce if accepted by customer.
Right now, the button seems to show beside the “Add to Cart” button, but how can both buttons be sized equally via CSS? Also – how would I go about incorporating an icon into the “Add to Quote” button?
I would recommend this to be a default option to consider in future updates.
Hello, HUSSTLE,
Thank you for contacting us and for using XStore.
Please provide the URL of the product page from your site and temporary wp-admin access, so we can take a closer look.
If you would like to request a new feature be added, you can post your request on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it to one of our upcoming updates.
Kind Regards,
8theme team
Providing web login details in private chat.
Hello, HUSSTLE,
Thank you for your response.
Please try to use the next custom CSS code:
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
flex-basis: 100%;
}
.woocommerce.single-product .product .yith-ywraq-add-to-quote .add-request-quote-button.button {
width: 100%;
text-align: center;
display: inline-flex;
align-items: center;
justify-content: center;
}
> https://prnt.sc/gl3eju3-ldol
Kind Regards,
8theme team
Sol, we have stylized as suggested; adding to what was already there from our customization to offer button radius and other small treatments:
.yith-ywraq-add-to-quote a, .yith_ywraq_add_item_browse_message a {
font-size: 1.2rem !important;
font-weight: 500;
margin: 0px auto;
}
.btn, .button, form #qna-ask-input button, form button, input[type=button], input[type=submit] {
display: inline-flex;
border-radius: 5px 5px 5px 5px;
border: 0px solid rgba(0,0,0,0);
color: var(–et_btn-color);
-webkit-text-fill-color: currentColor;
text-transform: capitalize;
font-size: .85rem;
text-align: center;
/* line-height: 1; */
padding: 0.75rem 2.2rem;
height: 3.5rem;
background-color: var(–et_btn-bg-color);
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
flex-basis: 100%;
}
.woocommerce.single-product .product .yith-ywraq-add-to-quote .add-request-quote-button.button {
width: 100%;
text-align: center;
display: inline-flex;
align-items: center;
justify-content: center;
}
Hello, HUSSTLE,
1/ About “lng-2012 – I see a full width “Add to Quote” button; however, on 11-38-400m – the button is smaller. Could this be because of the product text?“ =
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
width: 100%;
}
2/
The difference between those products are in their types (Simple product VS Variable product). In Variable product in sticky cart section we output the cart form in popup by clicking the button → https://prnt.sc/DRBhrkkr4jEu – there is shown your “ask for a quote” button. Also we recommend you to add next custom CSS for styling the button even more better in sticky cart section:
.etheme-sticky-cart .add-request-quote-button.button {
width: 100%;
flex-basis: 100%;
margin-top: 12px;
}
Kind Regards,
8theme team
Wonderful help. Much appreciation. I now understand the difference of how you are treating simple vs. variable product.
Is it possible to have the sticky footer to be applied to both in the same manner as variable? I just would like the customer experience to be consistent no matter the product. (they don’t understand simple vs. variable – they just want either to buy or add to quote)
Thanks!
Hello, HUSSTLE,
There is no easy solution here, unfortunately.
You can post your request on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.
Or
For minor customization requests, we suggest considering paid customization services. You may submit a customization request to the Codeable team via their website: https://www.codeable.io/?ref=qGTdX
Or
Acceptance as it is right now.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up