If you are like us, you will love the Global Footer feature of Merchant4. However, there is one little glitch that makes it less than
perfect; a <BR> tag between it and the Category Tree can be less than
attractive. 
There is a quick and easy remedy for it - just remove the
<BR> from the MMUI.mv file!
This is a very simple edit, and even people who have
never touched their MMUI.mv file should be able to do it.
Step 1
If this is your first time editing your MMUI.mv file check Editing Your MMUI.mv and follow the steps.
Step 2
BACKUP the file! Yes, we have said it before, but it
cannot be stressed enough.
Step 3
Now you will need to edit the line where the <BR> is
located. If you are using PFE you can click on Edit
and use the Goto Line function. Enter line number 3401. If you are not
using PFE locate line number 3401 manually (or use whatever function your editor has).
It is line 3401 in our MMUI.mv file Merchant v. 4.12, yours should be the same line
or close to it.
Step 4
Look for the following lines:
<MvFUNCTION NAME =
"MMUI_End_Screen" STANDARDOUTPUTLEVEL = "text, html,
compresswhitespace">
</TD></TR>
</TABLE>
<MvIF EXPR = "{ len( MMUI_Store.d.glob_foot ) }">
<BR>
<MvEVAL EXPR = "{
MMUI_Store.d.glob_foot }">
</MvIF>
</BODY>
Once you have located the entire string, simply remove
the <BR> tag.
Step 5
Save your file and upload.
Step 6
Go to your storefront and check it. You should ALWAYS
do this after editing anything in your MMUI.mv file. Don't just look at it, go
through the whole checkout process.
It should now look like this:

|