Post by missright » Fri Feb 20, 2009 6:33 pm

i would like to change the module container " shopping cart" , " currency" , and " bestseller" from the right hand side of webpage to the left hand side , izzit posibble? Meanwhile, i would like to make the center part module container such as "latest items","welcome" etc. to become bigger ? is there any directory or css sheet for me to modify this?

User avatar
New member

Posts

Joined
Fri Feb 13, 2009 12:39 pm

Post by Qphoria » Fri Feb 20, 2009 8:14 pm

EDIT: catalog/view/template/module/layout.tpl
CHANGE:

Code: Select all

<div id="column_left"><?php echo $category; ?><?php echo $manufacturer; ?><?php echo $information; ?></div>

<div id="column_right"><?php echo $cart; ?><?php echo $currency; ?><?php echo $popular; ?></div>
TO:

Code: Select all

<div id="column_right"><?php echo $category; ?><?php echo $manufacturer; ?><?php echo $information; ?>

<?php echo $cart; ?><?php echo $currency; ?><?php echo $popular; ?></div>
------------------

EDIT: catalog/view/stylesheet/stylesheet.css
CHANGE:

Code: Select all

#content {
	display: inline-block;
	width: 580px;
	margin-bottom: 10px;
}
TO:

Code: Select all

#content {
	display: inline-block;
	width: 758px;
	margin-bottom: 10px;
}
CHANGE:

Code: Select all

#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	width: 558px;
}
TO:

Code: Select all

#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	width: 758px;
}
Should get you close

User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by missright » Fri Feb 20, 2009 8:45 pm

thanks a lot , that's y i like OPEN CART - efficiency and the support is always there...

User avatar
New member

Posts

Joined
Fri Feb 13, 2009 12:39 pm

Post by Maksymilian » Thu Mar 19, 2009 9:38 pm

I did all of above but I get something like this:

Image

Regards
Maksymilian


Newbie

Posts

Joined
Thu Mar 19, 2009 8:39 pm

Post by Qphoria » Thu Mar 19, 2009 9:50 pm

I'd retrace your steps and try again. I've tested the above code and it works

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Maksymilian » Thu Mar 19, 2009 9:57 pm

Qphoria wrote:I'd retrace your steps and try again. I've tested the above code and it works
I did it too, but maybe it is because I have ver 1.1.9.

Regards
Maksymilian


Newbie

Posts

Joined
Thu Mar 19, 2009 8:39 pm

Post by Qphoria » Thu Mar 19, 2009 10:03 pm

Im using 118 with it... maybe there was a change to the template that would affect it. But its pretty basic html. Just moving the divs from oneside to the other.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: Semrush [Bot] and 20 guests