OfficeSuite Home & Business 2023 | Lifetime License
OfficeSuite Home & Business 2023 | Lifetime License Original price was: Rs8,200.00.Current price is: Rs6,560.00.
Back to products
Basic Membership Rs820.00 for 1 month

WooCommerce Product Enquiry Form – Woo Marketplace

tick Recently Updated  tick Well Documented

The product enquiry form extension adds a tab to each of your product pages allowing customers to contact you via form to enquiry specifically about that product. The store manager received the email and can then reply to the customer directly. The form is protected by reCAPTCHA verification.

Original price was: Rs6,478.00.Current price is: Rs410.00. for 1 year

  • 100% Original Product and Virus Free.
  • Regular Update. 
Payments Method elements keys
18 Items sold in last 24 hours
Last Update Date: January 18, 2024

Description

Note: This product is no longer sold on Woo.com. Active subscriptions will receive support from its vendor. This document is left available to you for help with configuration and troubleshooting, but is no longer updated.

For an alternative solution, we recommend Jetpack. Using Jetpack’s Form Block, you can quickly add a form to any post or page. Choose from six pre-built options or customize a version to suit your needs. There’s an option available for Classic Editor users, too.

The product enquiry form extension adds a tab to each of your product pages allowing customers to contact you via form to enquiry specifically about that product. The store manager received the email and can then reply to the customer directly. The form is protected by reCAPTCHA verification.

Installation

  1. Download the extension from your dashboard
  2. Upload the plugin folder to your /wp-content/plugins/ directory
  3. Activate ‘WooCommerce Product Enquiry Form’ from the Plugins menu within WordPress

Setup and Configuration

To configure the shop manager email and reCaptcha settings:

Go to: WooCommerce > Settings > Products > Product Enquiries.

Note: Versions of this extension older than 1.2.4 have their settings shown under Settings > General.

product-enquiry-settings

 

Note: Product Enquiry Form supports ReCaptcha v2 and v3. (ReCaptcha Enterprise is currently not supported)

Disable the enquiry form per product

There is an option per product to disable the enquiry tab on the ‘General’ tab of the product data meta box.

Screenshot on 2014-11-25 at 16-33-48
WooCommerce Product Enquiry Form - Woo Marketplace

Customer Facing Form

When enabled, the extension will display a new tab “Product Enquiry” on the product page:

WooCommerce Product Enquiry Form - Woo Marketplace

Details can be entered into the form, and when your customer clicks “Send Enquiry”, an email will be sent to the store owner.

Customer Submitted Email

The form is sent as an email to the store owner only, and shows similar to below:

WooCommerce Product Enquiry Form - Woo Marketplace
  • The Customer Name will be replaced with the name entered on the form
  • The customer email will be shown after their name
  • A full link to the product enquired about is listed with the name
  • The enquiry details are included

The store owner can then reply to the customer directly with any needed comments.

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;
}

Latest Release

OfficeSuite Home & Business 2023 | Lifetime License

Original price was: Rs8,200.00.Current price is: Rs6,560.00.

Lumion Pro 2024 Commercial – 1 Year Individual License

Original price was: Rs134,449.00.Current price is: Rs16,400.00. for 1 year

Microsoft Office 2024 Professional Plus (Bind License)

Original price was: Rs32,800.00.Current price is: Rs12,300.00.

Office Home 2024 (Bind Key)

Original price was: Rs12,300.00.Current price is: Rs9,020.00.

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

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