Nathan123
06-05-07, 04:24 PM
I noticed when clicking addons in a hosting package there was no promotion code box there to add this simply:
find this code in order-stepfour.tpl,
<form method="post" action="{$smarty.server.PHP_SELF}?step=4">
<input type="hidden" name="validatepromo" value="true">
<p align="center">{if $promoerrormessage}<font style="color:#cc0000">{$promoerrormessage}</font>
{/if}
{$LANG.orderpromotioncode}: {if $promotioncode}{$promotioncode} - {$promotiondescription} - {$LANG.orderdontusepromo} ({$smarty.server.PHP_SELF}?step=4&removepromo=true) {else}<input type="text" name="promocode" size="20"> <input type="submit" value="{$LANG.orderpromovalidatebutton}">{/if}</p>
</form>
Remove it from its current place and add it under this code:
{else}
<p align="center"><input type="button" onClick="window.location='{$smarty.server.PHP_SELF}'" value="{$LANG.orderchangeproduct}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=2&modify=true'" value="{$LANG.orderchangedomain}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=3&modify=true'" value="{$LANG.orderchangeconfig}"></p>
{/if}
Any problems let me know. :D
find this code in order-stepfour.tpl,
<form method="post" action="{$smarty.server.PHP_SELF}?step=4">
<input type="hidden" name="validatepromo" value="true">
<p align="center">{if $promoerrormessage}<font style="color:#cc0000">{$promoerrormessage}</font>
{/if}
{$LANG.orderpromotioncode}: {if $promotioncode}{$promotioncode} - {$promotiondescription} - {$LANG.orderdontusepromo} ({$smarty.server.PHP_SELF}?step=4&removepromo=true) {else}<input type="text" name="promocode" size="20"> <input type="submit" value="{$LANG.orderpromovalidatebutton}">{/if}</p>
</form>
Remove it from its current place and add it under this code:
{else}
<p align="center"><input type="button" onClick="window.location='{$smarty.server.PHP_SELF}'" value="{$LANG.orderchangeproduct}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=2&modify=true'" value="{$LANG.orderchangedomain}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=3&modify=true'" value="{$LANG.orderchangeconfig}"></p>
{/if}
Any problems let me know. :D