Jump to content

gotcha

Member
  • Posts

    12
  • Joined

  • Last visited

About gotcha

gotcha's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. How to remove all the sidebar of template 'six'?
  2. Hi, I installed two factor authentication but its stuck on the clientarea page. The button is not working when clicked. FYI: I used custom template with the same code as template 'six'. I just curious why its not pop up like 'six' do? which code to reproduce pop-up like it? Thanks
  3. Hi, I want to selling domain with different prices on my 3 websites. Can I use this module to solve my problem?
  4. No. I need to check module one by one on there except If I can sort it by the developer company.
  5. Hi, I found several good WHMCS modules before, but I loss my bookmarks now!! How to see the list of developer sites that selling WHMCS modules? I can remember it if I seen their website..
  6. I want to flexibility using https or http with my written codes without forced back by WHMCS system?
  7. I want to remove whmcs header (exclude it) on specified pages. How to do this?
  8. How to force using SSL only for Index.php?
  9. WHMCS default code: {if $addons} <h3>{$LANG.cartavailableaddons}</h3> <div class="addons"> <table width="100%" cellspacing="0" cellpadding="0" class="configtable"> {foreach from=$addons item=addon} <tr><td class="radiofield"><input type="checkbox" name="addons[{$addon.id}]" id="a{$addon.id}"{if $addon.status} checked{/if} onclick="recalctotals()" /></td><td class="fieldarea"><label for="a{$addon.id}"><strong>{$addon.name}</strong> - {$addon.pricing}<br />{$addon.description}</label></td></tr> {/foreach} </table> </div> {/if} I want to show specific addon always on cart. May I use code like this: <td class="radiofield"><input type="checkbox" name="addon's name" id="addon's id"{if $addon.status} checked{/if} onclick="recalctotals()" /></td>
×
×
  • 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