Serverweb Posted June 11, 2008 Share Posted June 11, 2008 1) i put into knowledgebasearticle.tpl (bottom) and knowledgebasecat.tpl (after {$LANG.knowledgebaseintrotext}</p>) <form> <input type="button" value="back" onClick="javascript:history.back()" name="button"> </form> I think is important for some customers -- 2) Header.tpl after {if $loggedin} <a href="cart.php">{$LANG.ordertitle}</a> | <a href="supporttickets.php">{$LANG.clientareanavsupporttickets}</a> | <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a> | <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a> | <a href="domainchecker.php" >{$LANG.domaintitle}</a> | <a href="clientarea.php?action=hosting">{$LANG.clientareanavhosting}</a> | <a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a> | <a href="clientarea.php?action=invoices">{$LANG.invoices}</a> {else} <a href="cart.php">{$LANG.ordertitle}</a> | <a href="supporttickets.php">{$LANG.clientareanavsupporttickets}</a> | <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a> | <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a> | <a href="domainchecker.php" >{$LANG.domaintitle}</a> {/if} 3) change VIEW CART like attachment image (view cart was too right) I add into (bottom) addons.tpl and adddomain.tpl <table width="167" align="center"> <tr> <td class="cartbox"> <p align="center"><input type="button" value="{$LANG.viewcart}" onclick="window.location='cart.php?a=view'" /></p> </td> </tr> </table> and into (bottom) products.tpl <table width="167" align="center"> <tr> <td class="cartbox"><p align="center"> <input type="button" onclick="window.location='cart.php?a=view'" value="{$LANG.viewcart}" /> </p> </td> </tr> </table> 0 Quote Link to comment Share on other sites More sharing options...
Serverweb Posted June 13, 2008 Author Share Posted June 13, 2008 Print this invoice File viewinvoice.tpl (under template/portal ) on bottom <a href="javascript:window.print()">Print Invoice</a> 0 Quote Link to comment Share on other sites More sharing options...
Redundant Posted June 21, 2008 Share Posted June 21, 2008 Hey Thanks for these 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.