LIVE PREVIEWBUY FOR $18

WordPress – Woocommerce Lowest Value Match

A WordPress plugin that enables your clients to inform you by way of electronic mail the place they’ve discovered a lower cost for the product you’re promoting.

by:
Hostivate /
Nitroweb

Don’t be undersold with out figuring out why!


woocomerce lowest price match plugin product page

Options

  • Consumer pleasant admin panel.
  • Customizable kind – you determine what fields to show and what fields to cover on the product web page
  • Frontend kind is protected against bots to assist get rid of spam
  • Good kind slide toggle with jQuery
  • Designed to look good on most themes (css file included)
  • Translation prepared by way of po/mo information
  • Developer pleasant. Consists of filters and actions
  • Could be disabled per product.

Utilization

So as to setup the Woocommerce Lowest Value Match plugin, navigate out of your WordPress administration panel to “Woocommerce -> Lowest Value Match

Show Choices on Product Web page

Select to show the next choices when organising the plugin:

  1. Buyer Title: Enables you to select whether or not to show or not the shopper title area on the product web page
  2. Buyer E-mail: Enables you to select whether or not to show or not the shopper electronic mail area on the product web page
  3. Buyer Phone: Enables you to select whether or not to show or not the shopper phone area on the product web page
  4. Url of Lowest worth: Enables you to select whether or not to show or not the URL of the web site that has a lower cost than yours on the product web page
  5. Lowest worth: Enables you to select whether or not to show or not the specified worth area that the shopper has present in one other website on the product web page
  6. Feedback: Enables you to select whether or not to show or not the feedback textual content space on the product web page
  7. Buyer Title Label: Specify the label of the associated area
  8. Buyer E-mail Label: Specify the label of the associated area specified above
  9. Buyer Phone Label: Specify the label of the associated area specified above
  10. Url of Lowest worth Label: Specify the label of the associated area specified above
  11. Lowest worth Label: Specify the label of the associated area specified above
  12. Feedback Label: Specify the label of the associated area specified above
  13. Lowest Value Match Button Textual content: Specify the textual content on the button/hyperlink that can toggle the entire kind
  14. E-mail recipient: Specify the recipient of the e-mail that can get the submitted kind. If the sector is left clean, then the administrator of the the WordPress set up will get the e-mail. It’s possible you’ll specify multiple electronic mail by separating them with a comma, eg:
    me@right here.com,[email protected]
  15. * Save Modifications * and you’re able to go!


woocomerce better price match plugin settings

For Builders

Many hooks are in place. Please look within the code for a full checklist. Under are a few examples and their use.

Filters

You may alter the topic of the e-mail that’s despatched to you

add_filter( 'wbpm_email_subject', 'my_wbpm_email_subject');
perform my_wbpm_email_subject($topic) {
  $topic = $topic.' some extra topic';
  return ($topic);
}
Actions

It’s possible you’ll add your individual css class for every area of the shape, eg.

add_action( 'wbpm_row_class', 'my_wbpm_row_class');
perform my_wbpm_row_class($class) {
  $class = ' form_row ';
  return ($class);
}

Necessities

  • WordPress 4.0+
  • Woocommerce 2.3, Woocommerce 2.2, Woocommerce 2.1
  • PHP 5.2+

Often Requested Questions

  1. Can I add extra fields?

    Sure, extra fields will be added by way of filters.

  2. Can I ship the e-mail to a number of electronic mail addresses?

    Sure, simply separate the emails with a comma within the electronic mail receipt area on the settings web page.

  3. Nothing occurs when the shape is submitted?

    All fields on the shape are required apart from the textual content field. If a person leaves one
    clean, the shape is not going to ship. If all required fields are stuffed out and the shape remains to be not
    sending, be sure that your website doesn’t have any javascripts errors.

Set up

This wordpress plugin will be put in as every other wordpress plugin. Set up is easy.

  1. Extract the zip file you’ve got downloaded.
  2. Login to your administration panel (ex. http://www.yourdomain.com/wp-admin).
  3. Go to Plugins -> Add New.
  4. On the prime of the web page click on the “Add Plugin” hyperlink
  5. Click on select file (or what your browser makes use of to navigate to your information)
  6. From the extracted information of the 1st step (1) navigate to and choose woo-better-price-match.zip and click on “Set up Now
  7. It’s possible you’ll be requested to verify your want to set up the Plugin.
  8. If that is the primary time you’ve put in a WordPress Plugin, you could must enter the FTP login credential info. When you’ve put in a Plugin earlier than, it’s going to nonetheless have the login info. This info is on the market by way of your net server host.
  9. Click on Proceed to proceed with the set up. The ensuing set up display will checklist the set up as profitable or observe any issues throughout the set up.
  10. If profitable, please click on Activate Plugin to activate it.

Changelog

1.0.2 04/29/2016
  • Bug: Mounted scrolling to prime when the shape sliding button was clicked
1.0.1 07/20/2015
  • Function: Added the choice to disable the plugin per product
  • Bug: Mounted a case that it could reset among the plugin settings on the disable and re-enable of it
1.0 07/17/2015
  • Preliminary launch

Sources and Credit

This plugin makes use of the next libraries

  • None


Source