4 People watching this product now!
GET NOTIFIED WHEN ITEM IS UPDATED
X

GET NOTIFIED WHEN ITEM IS UPDATED

E-mail : *

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

Last Updated - 16 November 2023 @ 6:14 PM  » Changelog

Description

WooCommerce Product Enquiry Form GPL

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.

WooCommerce Product Enquiry Form GPL Give customers the opportunity to enquire about a product before purchasing

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.

WooCommerce Product Enquiry Form GPL Hooks

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;

Additional information

. - Compatible with

. - Product type

. - License

. - Brands

. - Update

1 YEAR UPDATES

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.