Chane position of system message when there is an update in the cart

Started by BitingMouse, July 02, 2012, 12:32:05 PM

Previous topic - Next topic

BitingMouse

When I update my cart there is a message generated:
Quote<div id="system-message-container">
<dl id="system-message">
<dt class="message">Message</dt>
<dd class="message message">
   <ul>
      <li>Product quantity successfully updated</li>
   </ul>
</dd>
</div>
It appears on top of the page, which I don't want.

I saw that at index.php template file is code: <jdoc:include type="message" /> and it is above <jdoc:include type="component" />

How can I change position of virtuemart messages, to the by inside content?