The gk-left column is displayed below the mainbody??? on the homepage it looks ok though but every other page modules are below mainbody. Any ideas?
http://www.shopmilanoshoes.com/test/Blue-sandals.html
user: test
pass: test
Thanks for any ideas.
Seichinha wrote:Hi
I'm afraid data log provided doesn't work.
Please check it
Cheers
<?php if( !empty($images)) { ?>
<div class="thumbnailListContainer">
<h5><?php echo $VM_LANG->_('PHPSHOP_MORE_IMAGES') ?></h5>
<?php
echo $this->vmListAdditionalImages( $product_id, $images );
?>
</div>
<?php } ?>
</div>
</div>
<?php echo $addtocart ?>
<?php if( !empty($images)) { ?>
<div class="thumbnailListContainer">
<h5><?php echo $VM_LANG->_('PHPSHOP_MORE_IMAGES') ?></h5>
<?php
echo $this->vmListAdditionalImages( $product_id, $images );
?>
</div>
<?php } ?>
<?php echo $addtocart ?>