mongol Posted August 30, 2011 Share Posted August 30, 2011 I got two modules that came with the theme, cart and currenncy here is the website: http://www.emuzicanti. ro i need to replace the currency module (Moneda) with the cart module (Cos), how can I do that? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 30, 2011 Share Posted August 30, 2011 Hi mongol, Try going into the Back Office and use the Live Edit function. You can find it by going to Modules > Positions. -Mike Link to comment Share on other sites More sharing options...
mongol Posted August 30, 2011 Author Share Posted August 30, 2011 Thaks, i tried with live edit but is not working, that two modules cannot be moved Hi mongol, Try going into the Back Office and use the Live Edit function. You can find it by going to Modules > Positions. -Mike Link to comment Share on other sites More sharing options...
mongol Posted August 30, 2011 Author Share Posted August 30, 2011 Can someone move the module for me if I pay? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 31, 2011 Share Posted August 31, 2011 Hi mongol, What cart module are you using? You shouldn't have any difficulty moving that one around. -Mike Link to comment Share on other sites More sharing options...
mongol Posted August 31, 2011 Author Share Posted August 31, 2011 I think is the cart module that came with the theme. Any suggestions? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 31, 2011 Share Posted August 31, 2011 What version of PrestaShop are you using? And what message are you getting when you try to move the cart using Live Edit? -Mike Link to comment Share on other sites More sharing options...
razaro Posted August 31, 2011 Share Posted August 31, 2011 If I understand correctly you want to switch position for these two modules. These block have absolute positioning so you need to edit global.css. Change top:170px; in this line div#header_user ul li#shopping_cart {height:18px;padding:6px 0 0 35px;background:url(../img/header_cart.png) 0 0 no-repeat;position:absolute;right:39px;top:170px;} to top:76px; Similar in div#currencies_block_top {position:absolute;right:16px;top:84px;z-index:1;} change top:84px; to top:170px; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now