Jump to content

VisiGod

Retired Forum Member
  • Posts

    2
  • Joined

  • Last visited

About VisiGod

VisiGod's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. You can remove the first form in order-stepone.tpl. Make some tests before putting it in a live environment. The default one look like: <form method="post" action="{$smarty.server.PHP_SELF}"> {$LANG.ordercategories}: <select name="gid" onchange="submit()"> {foreach key=num item=productgroup from=$productgroups} <option value="{$productgroup.gid}"{if $gid eq $productgroup.gid} selected{/if}>{$productgroup.name} {/foreach} </select> </p> </form>
  2. Hello Matt, I've been playing with WHMCS and i'm changing so it fits my site and i would like to know if i can make the following: Theme: - Can i make the frontend copyright smaller and with a different color ? ie: img15.imgspot.com/u/07/52/22/Untitled11172202303.gif (I can't paste img codes due to the low number of posts) Script: - Are allowed to put some checks in the code itself. Since I'm integrating it with my site i would like to put a check that only allows to call the file via the site. Those checks would be before the encrypted script itself. - Can I "delete" the files that I don't need, like the affiliates or downloads, and their respective templates? Or is there any check on the script that searches for them?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated