VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kratzi on August 03, 2012, 23:32:32 PM

Title: How to move "user name" LOGOUT
Post by: kratzi on August 03, 2012, 23:32:32 PM
Hello,

I would like to move the circled greeting onto another part of my page. Where is the code to modify? I dont want to give my customer the possibility to rethink his decision of buying by showing him a huge Logout button above the cart.


Thank you

Simon

(http://51178409.swh.strato-hosting.eu/2.png)
Title: Re: How to move "user name" LOGOUT
Post by: ivus on August 04, 2012, 23:37:50 PM
Hi kratzi,

You can use css to hide that button.

Use FireBug to inspect the region so you can find the correct element to target.

This is a simple, "no programming" approach. A programmatic answer is far more difficult.

I hope this helps.  ;D
Title: Re: How to move "user name" LOGOUT
Post by: kratzi on August 08, 2012, 23:35:18 PM
Hi ivus,

thank you a lot for your answer.

I know about the possibility to not to display the div. However as you might know from another post of mine I don't really have knowledge in php therefore I would need to know the file to find the code and maybe then be able to use the already written code in another position of my website.

I dont want to get totally rid of the Name and LOGOUT function but move it.

Thank you

Simon