
Originally Posted by
ideasgirl
This last update is not working nice for me.
The "add to cart" box is floating on the right side besides the attributes. Is there a way to change this? just the way it was before...
Hmm that last update forces the add to cart button to be on the right side of the attributes. Its a feature. Just like the core zen-cart has. Only difference now is it's all in a table. if you want the add to cart button customized you can move it just as you would on your own core template, set Add to Cart on tabs = FALSE which would put the add to cart stuff under the tabs and it would look like the normal zen-cart template. Then, starting after the lines
Code:
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//--------------------- End of Tab Parse Code -----------------------
//--------------- (some code below for tab checking) ----------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
everything after that is the Core Code. So now find the <!--bof Add to Cart Box --> and move it to where you want.
Or if u want it on the tabs to be moved around, then you'd need to go around line 524 and move them around within the tab. but u'd need teh tables to stay so the button doesnt float off the page.
Bookmarks