[FONT=Arial]Hi! (cont. from previous post as no answer)[/FONT]
[FONT=Arial][/FONT]
[FONT=Arial]I have been looking at the post http://www.zen-cart.com/forum/showthread.php?t=41327 for ages and i still cant get it right. [/FONT]
[FONT=Times New Roman][FONT=Arial]I have d/l the login sidebox from d/l's and then i added that lil bit[/FONT] [/FONT]

[FONT=Arial]before the last $content .= '</div>';, add this:[/FONT]
[FONT=Arial]PHP Code:[/FONT]
[FONT=Arial]echo [/FONT][FONT=Arial]'<a href="' [/FONT][FONT=Arial]. [/FONT][FONT=Arial]zen_href_link[/FONT][FONT=Arial]([/FONT][FONT=Arial]FILENAME_CHECKOUT_SHIPPING[/FONT][FONT=Arial], [/FONT][FONT=Arial]''[/FONT][FONT=Arial], [/FONT][FONT=Arial]'SSL'[/FONT][FONT=Arial]) . [/FONT][FONT=Arial]'">' [/FONT][FONT=Arial]. [/FONT][FONT=Arial]HEADER_TITLE_CHECKOUT [/FONT][FONT=Arial]. [/FONT][FONT=Arial]'</a>'[/FONT][FONT=Arial]; [/FONT]

[FONT=Arial]into [/FONT]
[FONT=Arial]includes/templates/template_default/sideboxes/tpl_shopping_cart.php[/FONT]

[FONT=Arial]but when not logged in, the "check out" link is under the sidebox.[/FONT]

[FONT=Arial]when im logged in, only the "check out" link is there and its above the sidebox. in both cases, not in the sidebox itself. [/FONT]

[FONT=Arial]I would love to have inside the sidebox:[/FONT]
[FONT=Arial]log out[/FONT]
[FONT=Arial]my account[/FONT]
[FONT=Arial]shopping cart[/FONT]
[FONT=Arial]checkout [/FONT]

[FONT=Arial]could someone explain how to do this again?[/FONT]
[FONT=Arial]Cheers[/FONT]