If you want to add a quote in WooCommerce, then you can use the following code:
add_action( ‘woocommerce_after_shop_loop_item’, ‘quote_button’ );
function quote_button() {
echo ‘Get a Quote‘;
PRO TIP: If you are not careful, adding a quote in WooCommerce can result in serious errors. Make sure that you know what you are doing before attempting to add a quote.
You can add this code in your child theme’s functions.php file or in a custom plugin.
How Do I Add a Quote in WooCommerce?
You can add a quote in WooCommerce by using the following code: add_action( ‘woocommerce_after_shop_loop_item’, ‘quote_button’ ); function quote_button() { echo ‘Get a Quote‘; } You can add this code in your child theme’s functions.php file or in a custom plugin.