PDA

View Full Version : Editing spesific template on merchant5


BebekTerbang
06-22-06, 10:19 PM
Hi guys,

Is there any way I can edit the template only for
merchant.mvc?Screen=BASK

currently if I use those it will show these
http://www.jerrysalim.com/images/1.bmp

and I want only this part

http://www.jerrysalim.com/images/2.bmp

is that possible ? but I don't want to delete the template for products or main site , only for this part

Thank you :)

Pete McNamara
06-22-06, 11:03 PM
Sure - just change the BASK template to this:

<html>
<head>
<title>&mvt:store:name;: Basket Contents</title>
<base href="&mvt:global:baseurl;">
<mvt:item name="head" />
</head>

<mvt:item name="body">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="bottom"><mvt:item name="navbar" />
</td>
</tr>
<tr>
<td align="left" valign="top" width="100%"><br>
<mvt:item name="basket" />
</td>
</tr>
</table>
</mvt:item>
</html>

Although you didn't include the navbar in your requirements, I included it because there is no way for people to move from that page without some navigation links.

BebekTerbang
06-23-06, 12:08 AM
Thank you very much
you saved my life :)

BebekTerbang
06-23-06, 12:16 AM
Thank you very much
you saved my life :)