Hi @djey83, sorry to hear that.
However, we didn’t face any such issue on our end. It seems like there is some error in your site caused due to plugin/theme conflict, which is causing this display issue. Can you please check the console of the browser. You may find steps on how to do that in step #3 of the article on JavaScript debugging (https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis).
Alternatively, Disable all the plugin except WooCommerce and WC Marketplace for testing purposes and check again. If the issue still exist, please switch to some default theme like Twenty Sixteen and check again.
Let us know the result so we can help you out further.`
Thread Starter
djey83
(@djey83)
Hello with the define (‘SCRIPT_DEBUG’, true); in wp-config.php it works perfectly for variable products
Thread Starter
djey83
(@djey83)
However when I create my Alert the sentence below does not diplay my product’s name or my email address:
% customer_email% is already registered with% product_title%. Try Again.
Thread Starter
djey83
(@djey83)
Same when I create my alert the name of the product is simply displayed with the sentence below:
Thank you for your interest in % product_title%, you will receive an alert by e-mail as soon as it becomes available.
Thread Starter
djey83
(@djey83)
it is solved it is because of the space after the %
thanks for the update @djey83