Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add to cart section - items in wrong order.

Add to cart section - items in wrong order.

Views: 433

Results 1 to 3 of 3
12 Jun 2013, 11:19 PM
#1
soyofthenorth avatar

soyofthenorth

New Zenner

Join Date:
Mar 2011
Posts:
19
Plugin Contributions:
0

Add to cart section - items in wrong order.

On the pages where my items are described, I have the add to cart button/section near the bottom of the page. The section is made up of some text, ("Enter Quantity"), an input box for customers adding the number of items they wish to order and an add to cart button.

In my tpl_product_info_display file, the order is set up: Text - input box - add to cart button.
When viewing my page's source, the order is: Text - input box - add to cart button.
When looking at the page itself, the order is Input box - text - add to cart button.

Does anyone have an idea why the text and the input box has been switched around? I've checked this on Firefox, IE and Chrome and it appears teh same on each. The site where this happens is https://www.soyofthenorth.co.uk

13 Jun 2013, 12:14 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Add to cart section - items in wrong order.

Try adding this to your stylesheet:

#cartAdd input {float: none;}

14 Jun 2013, 12:17 AM
#3
soyofthenorth avatar

soyofthenorth

New Zenner

Join Date:
Mar 2011
Posts:
19
Plugin Contributions:
0

Re: Add to cart section - items in wrong order.

stevesh:

Try adding this to your stylesheet:

#cartAdd input {float: none;}

Thank you. That worked perfectly :smile: