YayMail - WooCommerce Email Customizer Pro

Download Link:

This is a support topic for YayMail - WooCommerce Email Customizer Pro

The intention of this topic is to give you the opportunity to discuss problems and difficulties with other Festinger Vault customers, e.g. how to address incompatibilities or fix bugs, report malfunctioning features, or get help on how to configure this download.

:warning: You can ask us for update requests here as well! :love_you_gesture:

To request an update of a particular theme or plugin, kindly let us know your preferred version number and we will update it as soon as possible. Although update requests usually do not make much sense because we publish them as soon as they are available and we have the time to upload them.

YayMail - WooCommerce Email Customizer Pro has been updated to 2.8.7

YayMail - WooCommerce Email Customizer Pro has been updated to 3.0

Please update YayMail - WooCommerce Email Customizer Pro 3.0 to 3.0.5. @Steve

1 Like

YayMail - WooCommerce Email Customizer Pro has been updated to 3.0.5

Please update YayMail - WooCommerce Email Customizer Pro 3.0.5 to licence key needed. @Steve

@Steve

The addon has been updated already to version 3.0.5.

Please update YayMail - WooCommerce Email Customizer Pro 3.0.5 to 3.1. @Steve

The current version (3.0.5) requires a key. Could you please update this to the nulled version (no key requirement)

Hello @jonnycg – would you be able to post a screenshot of the limitations, please?


Seems to need the activation because I do not have the “email customizer” option under woocommerce like the documentation says
image

Documentation

So basically the license key is not required, as it’s only used for ‘premium support’ and automatic updates.

When I check the YayMail settings, I am able to change the email templates without adding a license key…?

Thanks for the reply,
Could you please confirm how you got to the settings page? I was unable to find it in the location where yaymail documentation said.

Fill in any value in the license field and head over to the settings page of YayMail =)

thats odd because that was the first thing I tried, let me try again and ill report back.

Thanks!

@Martin

Having the same issue as above, even direct linking to the settings page isn’t working. I’ll see if I can bypass this

To access the customiser you need to change this code In yaymail.php

Default function

if ( ! function_exists( 'YayMail\\init' ) ) {

	function init( $plugin ) {

		$license = License::get_instance( __FILE__ );
		if ( ! function_exists( 'WC' ) ) {
			add_action( 'admin_notices', 'YayMail\\install_yaymail_admin_notice' );
		}

		if ( $license->get_license_key() ) {
			Plugin::getInstance();
			I18n::getInstance();
			Page\Settings::getInstance();
			MailBuilder\WooTemplate::getInstance();
			MailBuilder\YaymailElement::getInstance();
		}
	}
}

Change to:

if ( ! function_exists( 'YayMail\\init' ) ) {

	function init( $plugin ) {

		$license = License::get_instance( __FILE__ );
		if ( ! function_exists( 'WC' ) ) {
			add_action( 'admin_notices', 'YayMail\\install_yaymail_admin_notice' );
		}

		
			Plugin::getInstance();
			I18n::getInstance();
			Page\Settings::getInstance();
			MailBuilder\WooTemplate::getInstance();
			MailBuilder\YaymailElement::getInstance();
		
	}
}
2 Likes

Wow @federauk – first of all, thank you for joining our community!

And it’s really helpful that you posted this comment; I was about to check the license part of this plugin but this can be used to activate the code.