dvir Posted August 29, 2014 Share Posted August 29, 2014 hi, i'm trying to change the cart block, in my website ,so he will be in the horizontal menu (in the leff) or to put him below the horizontal menu, but in the column of the category menu . how can i do it ? website : www.buyvisualstudio.co.il thank.. Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2014 Share Posted August 29, 2014 you mean that you want to move cart here: ? Link to comment Share on other sites More sharing options...
dvir Posted August 30, 2014 Author Share Posted August 30, 2014 yes - if you could tell me what to do... Link to comment Share on other sites More sharing options...
dvir Posted August 30, 2014 Author Share Posted August 30, 2014 yes - if you could tell me what to do... or , if it possible , to put hime in the right column , above all the categories.. Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2014 Share Posted August 30, 2014 check this topic: http://www.prestashop.com/forums/topic/328016-move-block-cart-into-block-topmenu/ Link to comment Share on other sites More sharing options...
dvir Posted August 30, 2014 Author Share Posted August 30, 2014 check this topic: http://www.prestashop.com/forums/topic/328016-move-block-cart-into-block-topmenu/ hi, id did all these things...aditing blockcart.tpl and blocktopmenu.tpl but : 1. in which file to put position:absolute; right:0px; top:0px; ? Link to comment Share on other sites More sharing options...
dvir Posted August 30, 2014 Author Share Posted August 30, 2014 i did all these things editing blockcart.tpl editing blocktopmenu.tpl you wrote : "you can stylize position of the block with position:absolute; right:0px; top:0px;" where to put it ? Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2014 Share Posted August 30, 2014 you already applied all changes to your website? i don't see these changes there Link to comment Share on other sites More sharing options...
dvir Posted August 30, 2014 Author Share Posted August 30, 2014 yes, i did... attached here a pic of my module position after that - this is my blocktopmenu.tpl <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title">{l s="Categories" mod="blocktopmenu"}</div> <ul class="sf-menu clearfix menu-content"> {$MENU} {if $MENU_SEARCH} <li class="sf-search noBack" style="float:right"> <form id="searchbox" action="{$link->getPageLink('search')|escape:'html':'UTF-8'}" method="get"> <p> <input type="hidden" name="controller" value="search" /> <input type="hidden" value="position" name="orderby"/> <input type="hidden" value="desc" name="orderway"/> <input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'html':'UTF-8'}{/if}" /> </p> </form> </li> {/if} </ul> what am i doing wrong ? Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 i checked your page and it looks like default one there is no changes in your code please clear shop cache Link to comment Share on other sites More sharing options...
dvir Posted August 31, 2014 Author Share Posted August 31, 2014 i checked your page and it looks like default one there is no changes in your code please clear shop cache i did this now -but nothing change. maybe the file was wrong ? /public_html/themes/default-bootstrap-RTL/modules/blocktopmenu/blocktopmenu.tpl /public_html/themes/default-bootstrap-RTL/modules/blockcart/blockcart.tpl Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 now i see changes there :-) now in blockcart.tpl there you have (at the begining of the code) <div class="col-sm-4 clearfix"> change it to: <div class="col-sm-4 " style="position:absolute; top:0px; left:0px;"> 1 Link to comment Share on other sites More sharing options...
dvir Posted September 1, 2014 Author Share Posted September 1, 2014 now i see changes there :-) now in blockcart.tpl there you have (at the begining of the code) <div class="col-sm-4 clearfix"> change it to: <div class="col-sm-4 " style="position:absolute; top:0px; left:0px;"> Amazing !!!!! thank you !!! 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