Sito Lab Posted August 21, 2013 Share Posted August 21, 2013 I apologize for my bad English, I hope it is understandable. ps 1.5.4.1 having tried various alternatives to move the block cart, I noticed that even if I insert the block into a column, from 'header is not deleted, or the one in the column when I insert an article is not updated, so I'm trying to use an alternative, first of all I commented: "Welcome and Login" to blockuserinfo.tpl to line 50 and 58 in this way: <! - <li Id="your_account"> <a href="{$link-> getPageLink ('my-account', true)} "title =" {ls = 'View my customer account' mod = 'blockuserinfo '}' rel = "nofollow"> {ls = 'Your Account' mod = 'blockuserinfo'} </ a> </ li> </ Ul> <p id="header_user_info"> {L s = 'Welcome' mod = 'blockuserinfo'} -> <! - <a Href="{$link-> getPageLink ('my-account', true)} "title =" {ls = 'Login to your customer account' mod = 'blockuserinfo'} "class =" login "rel =" nofollow "> {ls = 'Login' mod = 'blockuserinfo'} </ a> -> in this way I am able to insert a new module for the customer registration at the top. the module block cart I move it in the left column by using css position: relative and top: 116px but I would like your help and I hope we can do these changes: 1 how can I lower the columns to get the form? 2, you can make sure that when you enter an item in the cart, even if it is in the column, the cart opens on mouseover (like when it is in header), and the column is lowered? Link to comment Share on other sites More sharing options...
Recommended Posts