Two bugs that must be fixed in that template are the payment not working and the logo always linking to the page you are already on.
Here's what I did to fix it (I use the same template). To fix the payment.tpl find this code about 10 lines from the bottom:
Code:
<input type="hidden" name="quantity2" value="1"/>
Change the "quantity2" to "quantity".
For the logo problem, edit your header file. Find this:
Code:
<td height="79"><a href="{$smarty.const.DOC_ROOT}"> <img src="{$smarty.const.DOC_ROOT}/images/logo.gif" alt=" " width="238" height="49" hspace="20" border="0" /></a></td>
Change the href to point to your directory homepage and the src to point to the location of the logo image.
Hope those work for you. Best of luck.
__________________
Submit to these fine directories: Qettle:: UnaDir :: Zeoma :: HexDex :: Port Prophecy
Mixed martial arts news, articles and forum: MMABOT
|