Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default how do I get MY Account into 'Information' Block?

    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.

  2. #2
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default how do I get MY Account into 'Information' Block?

    I can;t figure out how to get the My Account link into the Information Block - how do I do that?

    thanks in advance.

  3. #3
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: how do I get MY Account into 'Information' Block?

    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>';

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: how do I get MY Account into 'Information' Block?

    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. ;)

 

 

Similar Threads

  1. How do customers change their account information?
    By eyarnell in forum Managing Customers and Orders
    Replies: 4
    Last Post: 11 Sep 2012, 12:50 AM
  2. v150 How do I add things to the Information block?
    By WebKat in forum General Questions
    Replies: 2
    Last Post: 30 Jan 2012, 06:20 PM
  3. How to add more pages into "Information"? (sideboxes/information.php)
    By n_t_r in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 May 2011, 01:50 PM
  4. How to add 'My Account' link into Information sidebox?
    By miles in forum Addon Sideboxes
    Replies: 2
    Last Post: 12 Jul 2008, 04:39 AM
  5. how do i get into php files?
    By melmeier01 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Oct 2007, 04:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg