Hi Mary,
Try this:
Take out the new <div style="float: left"></div> tag you made.
and change this div tag:
<div id="cartAdd">
to:
<div id="cartAdd" style="float:left">
Hi Mary,
Try this:
Take out the new <div style="float: left"></div> tag you made.
and change this div tag:
<div id="cartAdd">
to:
<div id="cartAdd" style="float:left">
hey rainthebat,
thanks for your help and looking but i figured it out.
i went into the stylesheet.css and found
/*Shopping Cart Display*/
#cartAdd {
float: right;
text-align: center;
padding: 1em;
}
and changed the float to left. :-D
good to hear Mary, yeah, most of that stuff is hanging around in the stylesheet. It is only when you need a more hardcore customization that the php files need much editing.
I have the same problem just moved the attributes and want both on the left
Jimmy6Bellies
Hi James, could you provide a link to your online site so we can see where the problem area with the coding is?
If you download Mozilla Firefox and get the firebug extension, you'll be able to diagnose and solve these types of issues without help. When I analyze the code behind your page, that is what I am using - firebug with the firefox browser.
Sincerely,
~Rain
I used the first instructions for moving the attributes above add to cart, but I was wondering how I can get the Add to Cart Quanity box (along with the add to cart button) below the Attributes and right justified ? As you can see right now it is to the left of the attributes dropdown.
See how it ended up here: http://chakrasbydidi.com/store/index...&products_id=2
Here's what I did in the tpl_product_info_display.php (not all code included below):
<!--bof Attributes Module --><div style="float:right">
<!--bof Additional Product Images --><div style="float:left">
<!--bof Add to Cart Box --><div style="float:right">
any ideas?
can anyone help me, get the qty, & add to cart to drop below the size attribute, and everything line up nicely on the side of theproduct image?
http://www.farahbella.com/boutique/i...roducts_id=183
thanks!
zen cart: vers. 1.3.8, php 5
grid layout mod.
nevermind , got it.
zen cart: vers. 1.3.8, php 5
grid layout mod.
I have problems with getting buy now button without quantity on my product information page.
look at the product list, works great.
Now, once you open a product, it shows quantities to add.
Either i want the button to add quantity above and lined out with the next/prev or i want the buy now button.
Can someone help me with this?
breaking my brain over it and cannot seem to get it to work.
pls help.
my store is www(dot) es se organic skincare(dot)nl
Bookmarks