4
People watching this product now!
GET NOTIFIED WHEN ITEM IS UPDATED
X
Mon. – Set:
10:00AM - 10:00 PM IST
WooCommerce Product Enquiry Form GPL – Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.
$2.56
The product enquiry form module extends WooCommerce by adding an extra tab to each of your product details pages. The tab displays a reCAPTCHA protected form which visitors can use to enquire about any specific product.
The store manager receives the emails and can then respond to the user directly.
The product enquiry form is a great extension for stores selling complex, unique or expensive products which a customer may wish to know more information about before checkout.
There are several hooks inside the enquiry form:
product_enquiry_before_form(); product_enquiry_before_message(); product_enquiry_after_message(); product_enquiry_after_form();
Sample usage:
<?php // Product Enquiry Form: send email to post author instead of Site Admin add_filter( 'product_enquiry_send_to', 'wc_product_enquiry_to_author', 10, 2 ); function wc_product_enquiry_to_author( $email, $product_id ) { $post_author_id = get_post_field( 'post_author', $product_id ); $post_author_email = get_the_author_meta( 'user_email', $post_author_id ); return $post_author_email;
. - Compatible with | |
---|---|
. - Product type | |
. - License | |
. - Brands | |
. - Update |
1 YEAR UPDATES |
Only logged in customers who have purchased this product may leave a review.
No account yet?
Create an Account
Reviews
There are no reviews yet.