thanks - for this I have successfully managed to change the order of the bits in my Vertical Right Column doing this !
If you visit
www.makeuwell.com.au and look at the right column, I am also trying to shift the bulkbuy inside a menu border just like the logon section and the cart section.
Ultimately I would also like to add a border around the health alerts too.
I have tried placing the menu_border.tpl everywhere but everytime I shift it, I stuff something else up...any suggestions for how to get the words in the right boxes?
<br />
{capture name=menu}
Spend over $180 in one order to receive free shipping! <br> <br> Simply enter the coupon code <br><br><strong>bulkbuy</strong> <br> <br> when you check out.
{/capture}
{include file="menu_border.tpl"
dingbats="dingbats_categorie.gif"}
{include file="menu.tpl" dingbats="dingbats_orders.gif" menu_title=$lng.TITLE_LNG_NAME menu_content=$smarty.capture.menu }
<br />
{include file="poweredby.tpl" }
<br />
</tr>
</table>
{include file="rectangle_bottom.tpl" }
{if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""}
{include file="modules/Google_Analytics/ga_code.tpl"}
{/if}
</body>
</html>
{/if}