Zen Cart Logo

Add to cart box

Locked

Views: 610

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Mar 2009, 8:53 PM
#1
dzaborow avatar

dzaborow

New Zenner

Join Date:
Jul 2007
Location:
Brighton,MI
Posts:
14
Plugin Contributions:
0

Add to cart box


Can anyone tell me how to get the add to cart box into the same table row as my attributes on my product information pages?

25 Mar 2009, 12:15 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Add to cart box

Without a link to your site to be certian I can only offer a normal template solution...
Find this in your stylesheet and change the highlighted right to left

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
25 Mar 2009, 9:29 PM
#3
dzaborow avatar

dzaborow

New Zenner

Join Date:
Jul 2007
Location:
Brighton,MI
Posts:
14
Plugin Contributions:
0

Re: Add to cart box

Thanks! Just what I needed!