View Single Post
  #2  
Old 04-08-2009, 02:49 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Buy button next to price on product listing

for price it will be tricky and require templates modification

to add buttons next to your quantity
add to the end of your main.css
Code:
.buy-now .buttons-row{float:left;margin:0px 5px} .buy-now .quantity{float:left}

Check this in IE6 since it makes floating painful
possibly you will also need this to be added in main.IE6.css
Code:
.buy-now .quantity, .buy-now .buttons-row{width:0px}
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote