Installation
  1. Download the add-on ZIP file from your account.
  2. Go to your wordpress dashboard -> Plugins -> Add new plugin
  3. Upload downloaded file & activate the plugin.
Translation

It is recommended to use plugin loco translate for easy translations, below is the manual way.

  1. Download PoEdit.
  2. Open the waitlist-woocommerce.pot file in PoEdit. (/plugins/waitlist-woocommerce/languages/waitlist-woocommerce.pot )
  3. Create new translation & translate the text.
  4. Save the translated file with name “waitlist-woocommerce-Language_code”. For eg: German(waitlist-woocommerce-de_DE) , French(waitlist-woocommerce-fr_FR). — Language code list
  5. Save Location: Your wordpress directory/wp-content/languages/
Translatepress

To translate emails using Translatepress, you will need to include translated text inside shortcode [trp_language language="en_US"][/trp_language] , where language attribute holds the value of "locale code."

You can find the list of "Locale code" here

For example:- To translate email subject, go to email settings and under "Subject" option, add this

[trp_language language="en_US"]This subject is in English[/trp_language]
[trp_language language="fr_FR"]This subject is in French[/trp_language]

You can do the same for other email content fields.

Shortcode

Id - Product ID

Inline Toggle [xoo_wl_form id="10" type="inline_toggle" text="Join Waitlist"]

Popup [xoo_wl_form id="10" type="popup"]

Inline [xoo_wl_form id="10" type="inline"]

Override Templates
Plugin template files are under waitlist-woocommerce/templates folder.
Go to your theme/templates/waitlist-woocommerce ( create required folders ) & paste the template file there
Make the desired changes.
More
Feel free to use Live Chat