- Posts: 13
- Thank you received: 0
If added more that 2 attributes
-
eochoa
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12322
by eochoa
Replied by eochoa on topic Re: If added more that 2 attributes
I stumble on this topic http://forum.virtuemart.net/index.php?topic=86895.0 I tried this one seems working but now the add to cart seems gone too (see attach image).
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago - 13 years 1 month ago #12323
by ivan.milic
Replied by ivan.milic on topic Re: If added more that 2 attributes
try this:
Code:
<div class="addtocartcontainer">
<p> </p><p> </p><p> </p>
<?php echo $addtocart ?></div>
<div class="asksellercontainer"><?php echo $ask_seller ?></div>
<p> </p><p> </p><p> </p>
<div class="clr"></div>
<br/>
<p> </p><p> </p><p> </p><?php echo $product_type ?>
<p> </p><p> </p><p> </p><?php echo $product_reviews ?>
<p> </p><p> </p><p> </p><?php echo $product_reviewform ?>
<p> </p><p> </p><p> </p><?php echo $related_products ?>
<p> </p><p> </p><p> </p><?php if( $this->get_cfg('showVendorLink')) { echo $vendor_link; } ?>
Last edit: 13 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
-
eochoa
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
13 years 1 month ago #12324
by eochoa
Replied by eochoa on topic Re: If added more that 2 attributes
I edit this file components/com_virtuemart/themes/default/templates/product_details/includes/addtocart_form.tpl.php
Change left to bottom
seems working (see attach image). I hope that is correct.
Change left to bottom
Code:
<div style="float: bottom;vertical-align: middle;">
seems working (see attach image). I hope that is correct.
Please Log in to join the conversation.
Time to create page: 0.069 seconds