OK, experimenting with two authentication boxes (authbox.tpl) on the page, but the strange thing is that when I click the "Logoff" text next to the "Go" button, it results in a javascript error "Object does not support this method". Alternatively, if I click the "Go" button it does actually logoff. This behaviour only happens when the two authboxes are present on the page.
I've seen this mentioned once before on the forum but no solution or reason as to why it happens. The button code on the authbox is (which I gather is default X-Cart):
and the button/logout_menu.tpl is:
Code:
<FONT class="VertMenuItems">{$lng.lbl_logoff} </FONT><INPUT type="image" { include file="buttons/go_image_menu.tpl" }>
Any ideas?
Dan