Quote Originally Posted by johnchazz View Post
Hi, I LOVE this mod - one of my favorites - and am happy to contribute, but I have one small problem. I am using a clean install of the v1.3.8 version of Zen-Cart with the Cherry Zen template mod and a few other stable mods (incl. USPS/Shipping Insurance/Image Handler mods).

Everything works great except for the "Unsubscribe from Back In Stock Notification Lists." link on the Account page. The formatting is completely off - the entire screen shows up Cherry Red and my left/right columns are all skewed. Underneath the mess appears to be a very nice listing of all notifications a person could uncheck to unsubscribe from (which is exactly what I should be seeing).

I scowered this thread to see if any other Cherry Zen zenners were experiencing the same problem, but found nothing. I followed the directions you provided exactly, but I'm not sure where to look. To see the problem in action, simply Register as a new user on my web site - flairbyjdn.com - and then go to My Account and click the link. (I promise I'll remove you from my customer list afterwards.)

Thanks in advance for any help you can provide. I'm almost there.

--John
Hi I had the same problem as you. What I did was to disable my side boxes for my account. After I did that it work perfect.
If you need to know how to do that find /includes/templates/your_template/common/tpl_main_page and on line 42 add whatever side boxes you do not what to show on what page. For example. Hope this helps.
if
(in_array($current_page_base,explode(",",'contact_us,conditions,privacy,site_map ,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation, checkout_success,account,account_back_in_stock_notifications,account_newsletters ,account_notifications,contest')) ) {
$flag_disable_left = true;
$flag_disable_right = true;