PDA

View Full Version : Product Layout


jbailey
03-31-06, 04:46 AM
I want to change the way my products are organized. I would like my product page to pop up with the options below the text. How can i do that?
Basically I want the photo, then the text, then the options at the bottom in the center.

http://www.jbaileystore.com/mm5/merchant.mvc?Screen=PROD&Store_Code=JBCAIJ&Product_Code=J100&Category_Code=N

Any help would be wonderful!

Thanks!
J Bailey

ILoveHostasaurus
03-31-06, 04:55 AM
In your store admin, expand Stores, then your store name, then click on Pages. Find the PROD page for product display, click Edit. On the resulting page, click the "Product Display Layout" tab. At the bottom put it in Advanced mode if it's not already, you can tell because Point + Click mode will just have check boxes and things while advanced mode will have the raw page template.

At that point, you can remove:


<tr><td align="left" valign="top" id="ProdAttr">
<mvt:item name="product_attributes" param="product:id" />
</td></tr>


and move it elsewhere, below:


<tr><td align="left" valign="middle" colspan="2">
<div id="ProdDesc">
&mvt:product:descrip;
</div>
</td></tr>


That will move your attributes below your description. You may want to move the add to basket and buy buttons too though.

jbailey
03-31-06, 05:11 AM
I can't believe its something that simple.. ihave been bashing my head on the desk forever..
im new to miva.. but i like it!

Thanks so much! you just saved the day!

warm regards,
J Bailey