X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Buy button next to price on product listing (https://forum.x-cart.com/showthread.php?t=46832)

info@sjidesign.com 04-08-2009 02:24 AM

Buy button next to price on product listing
 
Hi,

does anyone know how to get the Price, quantity and buy now button all in one row?

version 4.2

Thanks in advance

Victor D 04-08-2009 02:49 AM

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}


All times are GMT -8. The time now is 08:56 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.