-
AuthorPosts
-
vangeem Friend
vangeem
- Join date:
- September 2006
- Posts:
- 26
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 3, 2009 at 6:53 am #143188Hello,
Normally the “Add to Cart” Button + In Stock Items are diplayed under the whole description of the product.
I would like to have it just under the product title and list price as show in this picture (in the red square):
I suppose this wil improve the sell rates. Can anyone help me with this?The actual situation is like this:
1 user says Thank You to vangeem for this useful post
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
vangeem Friendvangeem
- Join date:
- September 2006
- Posts:
- 26
- Downloads:
- 10
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 3, 2009 at 4:38 pm #313025Thank you for pointing me to the right file.
I moved <td colspan=”2″><br /><?php echo $addtocart ?></td> code , to just under $product_price.The modified code is now
[PHP]<br style=”clear:both;” />
<table border=”0″ style=”width: 100%;”>
<tbody>
<tr>
<?php if( $this->get_cfg(‘showManufacturerLink’) ) { $rowspan = 5; } else { $rowspan = 4; } ?>
<td width=”33%” rowspan=”<?php echo $rowspan; ?>” valign=”top” class=”vm-product-img”><br/>
<?php echo $product_image ?><br/><br/><?php echo $this->vmlistAdditionalImages( $product_id, $images ) ?></td>
<td rowspan=”1″ colspan=”2″>
<h1><?php echo $product_name ?> <?php echo $edit_link ?></h1>
</td>
</tr>
<?php if( $this->get_cfg(‘showManufacturerLink’)) { ?>
<tr>
<td rowspan=”1″ colspan=”2″><?php echo $manufacturer_link ?><br /></td>
</tr>
<?php } ?>
<tr>
<td width=”33%” valign=”top” align=”left”>
<?php echo $product_price_lbl ?>
<?php echo $product_price ?><br /></td>
<td valign=”top”><?php echo $product_packaging ?><br /></td>
</tr>
<tr>
<td colspan=”2″><br /><?php echo $addtocart ?></td>
</tr>
<tr>
<td colspan=”2″><?php echo $ask_seller ?></td>
</tr>
[/PHP]The problem now is that the lay-out of the product descroption isn’t good anymore (now it looks like its left aligned). How can I resolve this.
Picture of what i mean:
The product description tekst should be aligned like the product title and ‘stel een vraag over dit product’ -
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by vangeem 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum