Avada Enquiry Cart Button not showing

Avada hides the default WooCommerce Buttons like update cart in the checkout process. To reshow them, and also our send enquiry button, please add this custom CSS

.cart .avada-cart-actions .actions .coupon, .cart .avada-cart-actions .actions>.button {
	visibility: visible !important;
	height: auto !important;
	position: initial !important;
}

Furthermore make sure, that the cart action hook in our plugin settings is set to “woocommerce_cart_actions”.

2 thoughts on “Avada Enquiry Cart Button not showing

  1. Christian says:

    Hey Guys
    Still can’t see the Enquiry Basket Button. I have compared all the settings from the demo WP admin with my own. Could you please help me?

    Thank You!

Leave a Reply

Your email address will not be published. Required fields are marked *