![]() |
Move some text links from cart box to authentication box
When a user is logged in, in the cart box it appears 4 text links if i am correct. The text links are :
Modify profile Delete profile Orders history bonuses And in the authentication box it appears "users is logged in".. So i believe that those 4 texts links, would be better to appears on the authentication box, just before the text "user is logged in". Coz these links are related to user and not to cart. How can i do this? I know that i have to move them, but it makes me scared coz it has to be with an (if) coz those menu has to appears only to logged in users. If the users isn't logged it, he has to see the normal authentication with option to login etc |
Re: Move some text links from cart box to authentication box
if you have anonymous checkout disabled try cut from skin1/customer/menu_cart.tpl
Code:
{if $anonymous_login eq "" && $login ne ""} and insert into skin1/customer/authbox.tpl before {/capture} Code:
<ul> backup the files before you change them to be able revert changements easily |
Re: Move some text links from cart box to authentication box
why i have to disable the anonymous checkout?
|
Re: Move some text links from cart box to authentication box
i have said if you don't use anonymous checkout.
This may work with enabled anonymous checkout also, I didn't check it |
All times are GMT -8. The time now is 04:27 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.