I have activated the My Account EZ Page and said it appears in the sidebox and want it to appear inside the Information Block but can't figure out how to get it to appear there.
any help would truly be appreciated.
thanks in advance.
I have activated the My Account EZ Page and said it appears in the sidebox and want it to appear inside the Information Block but can't figure out how to get it to appear there.
any help would truly be appreciated.
thanks in advance.
I can;t figure out how to get the My Account link into the Information Block - how do I do that?
thanks in advance.
Add it somewhere like this
$information[] = '<a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . 'My Account' . '</a>';
Make sure you don't mess with other links there like this in red, not in it but after it.
if (DEFINE_CONTACT_US_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">' . BOX_INFORMATION_CONTACT . '</a>';
}
$information[] = '<a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . 'My Account' . '</a>';
I'm not sure if I understood what you need "activated the My Account EZ Page", doesn't ZC have already the My Account page?
If you need to manage the login, my account etc. pages in sidebox you can check this login box add-on
In case I misunderstood completely please disregard this post. ;)