Quote Originally Posted by Orkid View Post
Hi,
Can I know why my website turn into blank after install ceon back in stock notification 3.2.0.? Im using zen card version 1.5.1.
Thank you.
Hi,
If you are using version zen chart vert 1.5.1
Do not replace the functions_general.php
Just add the following code from line #1115 (after)
$return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT_SMALL, BUTTON_SOLD_OUT_SMALL_ALT);
The change begins with a comment:

// BEGIN CEON BACK IN STOCK NOTIFICATIONS 1 of 1

And ends with a comment:

// END CEON BACK IN STOCK NOTIFICATIONS 1 of 1

If you do not under, you can use WinMerge to find out the different.
Finally, I solved my problem.

Thank you..