News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Moving product options and customer text input on page

Started by vigier, February 25, 2012, 17:42:14 PM

Previous topic - Next topic

vigier

Hi,

I'm building my first site with Joomla 2.5.1. and VirtueMart 2.0.2 (updated to this version last morning).
The first thing: the add-to-cart options moved to a lower block since that update. How can I move it up? My productdetails/default.php remained the same.

<div class="width50 floatleft">
<?php
echo $this->loadTemplate('images');
?>

</div>

<div class="width50 floatright">
    <div class="spacer-buy-area">
--> code for add-to-cart is here


Anyone any idea?

The next thing is the placing of the edit boxes, they are in the right lower corner no, in some other space than all the other product options. What should I do to get them under "Breedte" and "Hoogte"? That's where they're from. Editing the CSS file doesn't work. It looks like the "anchor" for relative positioning is wrong...

Thanx for your help!