Jump to content

changing the cart in top to the right side


Recommended Posts

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

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 ?post-816570-0-74062300-1409437139_thumb.jpg

 

Link to comment
Share on other sites

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

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...