- Posts: 13
- Thank you received: 0
If added more that 2 attributes
-
eochoa
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 1 month ago - 14 years 1 month ago #11851
by eochoa
If added more that 2 attributes was created by eochoa
If I added more that 2 attributes on VM the customer review doesn't line up, meaning went on top of other attributes.
How to fix this?
see attach image.
Here's the sample site: www.kmemax.com/index.php/animatd-t-shirts/km-t374.html
Thanks in advance.
How to fix this?
see attach image.
Here's the sample site: www.kmemax.com/index.php/animatd-t-shirts/km-t374.html
Thanks in advance.
Last edit: 14 years 1 month ago by eochoa.
Please Log in to join the conversation.
-
eochoa
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 1 month ago - 14 years 1 month ago #11852
by eochoa
Replied by eochoa on topic Re: If added more that 2 attributes
Don't know what happen on the link..here you go :
www.kmemax.com/index.php/animatd-t-shirts/km-t374.html
Last edit: 14 years 1 month ago by eochoa.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6907
- Thank you received: 738
14 years 1 month ago #11871
by milos
Replied by milos on topic Re: If added more that 2 attributes
Page looks OK on my computer, except that you don't have anything published in the LEFT module position. You can publish some modules there, in example menu.
The following user(s) said Thank You: eochoa
Please Log in to join the conversation.
-
eochoa
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 weeks ago #12313
by eochoa
Replied by eochoa on topic Re: If added more that 2 attributes
I came across with almost same problem, this time adding child product.
Is this the file (flypage_hot_cosmetics.tpl.php) I'm supposed to edit to accomplished this?
see attach image for more info.
Thanks.
Is this the file (flypage_hot_cosmetics.tpl.php) I'm supposed to edit to accomplished this?
see attach image for more info.
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 weeks ago #12316
by ivan.milic
Replied by ivan.milic on topic Re: If added more that 2 attributes
Yes, this part:
insert few <p></p> before each <?php... that comes after <br/>
Code:
<div class="addtocartcontainer"><?php echo $addtocart ?></div>
<div class="asksellercontainer"><?php echo $ask_seller ?></div>
<div class="clr"></div>
<br/>
<?php echo $product_type ?>
<?php echo $product_reviews ?>
<?php echo $product_reviewform ?>
<?php echo $related_products ?>
<?php if( $this->get_cfg('showVendorLink')) { echo $vendor_link; } ?>
insert few <p></p> before each <?php... that comes after <br/>
Please Log in to join the conversation.
-
eochoa
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 weeks ago #12320
by eochoa
Thank you for your quick reply I tried that but the only thing that goes down is the customer reviews.
Replied by eochoa on topic Re: If added more that 2 attributes
ivan.milic wrote: Yes, this part:
Code:<div class="addtocartcontainer"><?php echo $addtocart ?></div> <div class="asksellercontainer"><?php echo $ask_seller ?></div> <div class="clr"></div> <br/> <?php echo $product_type ?> <?php echo $product_reviews ?> <?php echo $product_reviewform ?> <?php echo $related_products ?> <?php if( $this->get_cfg('showVendorLink')) { echo $vendor_link; } ?>
insert few <p></p> before each <?php... that comes after <br/>
Thank you for your quick reply I tried that but the only thing that goes down is the customer reviews.
Please Log in to join the conversation.
Time to create page: 0.288 seconds