In order to setup the Woocommerce Lowest Price Match plugin, navigate from your WordPress administration panel to “Woocommerce -> Lowest Price Match“
me@here.com,me@there.com
Many hooks are in place. Please look in the code for a full list. Below are a couple of examples and their use.
You can alter the subject of the email that is sent to you
add_filter( 'wbpm_email_subject', 'my_wbpm_email_subject'); function my_wbpm_email_subject($subject) { $subject = $subject.' some more subject'; return ($subject); }
You may add your own css class for each field of the form, eg.
add_action( 'wbpm_row_class', 'my_wbpm_row_class'); function my_wbpm_row_class($class) { $class = ' form_row '; return ($class); }
Yes, additional fields can be added via filters.
Yes, just separate the emails with a comma in the email receipt field on the settings page.
All fields on the form are required with the exception of the text box. If a user leaves one blank, the form will not send. If all required fields are filled out and the form is still not sending, make sure that your site does not have any javascripts errors.
This wordpress plugin can be installed as any other wordpress plugin. Installation is simple.
This plugin uses the following libraries
Published:
Jan 07, 2025 09:05 AM
Version:
Lastest
Category: