Jump to content

Dan_HiHosting

Member
  • Posts

    14
  • Joined

  • Last visited

About Dan_HiHosting

Dan_HiHosting's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. NetEarthOne currently. They allow multi year registrations - and provide a discount for that, which is the point. So it's definitely WHMCS that's the issue. If you make a domain available for a 1 year registration, WHMCS will always make the free domain a 1 year registration, which is bad enough. But even if a client selects 2 years when they order it'll perform a 1 year registration - if it's a free domain. There should be control over this I think.
  2. Ahh, I see I thought checking for "Product Type = Resellers" would negate the need for checking each product ID. I've gone with your first solution as it's more efficient and happy to manually enter the reseller product IDs - also adds more control for allowing other product owners to also see the content. Works great, thanks very much indeed! We'll certainly have a look at your services if we require a custom module.
  3. Right, thanks. So can we not query whether the client has a product of "Product Type" Reseller Account, rather than check each product ID that happens to correspond to ones reseller products? That way this hook could be provided without modification required for anybody that wants to test if a client is a reseller. And I'd imagine it'd be a little more efficient?
  4. Gosh, thanks. I did have a question about checking whether a client is a reseller using product IDs... In WHMCS you can list all Reseller clients by going to Clients > Products/Services > Reseller Accounts. That made me think there would an account type category stored somewhere. So you could just check a client to see if they have a reseller account category? Rather than having to check against each product ID.
  5. Thanks very much, that's very helpful. So this is the best way to do it, there's nothing baked in? Would I duplicate this and test against other product IDs if I wanted to test another category? Or I'm wondering if I should combine it to be more efficient. For example if we wanted to test iseCommerce How would you test a client group? Thanks
  6. Hi, I've tried to find an answer to this without much success. Is there a way to test if a user is a reseller or has a certain product? e.g. like {if $loggedin} So that you can customise the Services menu for example to only show entries for resellers. e.g. {if $isReseller} display reseller specific menu item {/if} Does anybody know a good reference for these variables that can be tested? Thanks, Dan
  7. Thanks Rob However we want to allow our clients to register .uk domains for a 1 year. It's really the back end we want to change - to have control over the length of free registrations. Can WHMCS staff not provide some insight into this? Surely this is a common problem for many UK web hosts offering free domains...
  8. We had the same error, but uploading a fresh install did the trick. We deleted the entire admin directory and re-uploaded the full files and that solved the problem. I'd try again.
  9. Hi, We'd like to offer .uk domain registrations of 1 year, now that that's available. However it is lower cost to register domains for 2 years. As such we'd like to register any free .uk domain for 2 years, not 1, with a new hosting package order. Currently 1 year is selected by default. But even if 2 years is selected by the client, then the domain will be registered for only 1 year. This is a major oversight, because it doesn't make sense to register .uk domains for 1 year given the increased cost in the long run (as most clients stay on for years). Is there any way around this? Thanks, Dan
  10. Thanks, what about testing if the claim your uk domain page exists? - ?m=claimyouruk If the page exists the module will be enabled - so it'd be okay to display the link...
  11. I've viewed the css file in the cPanel File Manager and it reflects the changes made today. It's just the page that seems to load the old file. sorry, I meant test the module is enabled in the header.tpl file, along the lines of: {if $enomnewtldsenabled}<li><a id="Menu-Domains-Preregister_New_TLDs" href="{$enomnewtldslink}">Preregister New TLDs</a></li>{/if} We'd like to add an entry to the Domain drop down for the claim uk module... so were wondering about how to test if the module is enabled and add it as a menu item. The documentation doesn't mention an enabled global to test. - - - Updated - - - Problem solved. We had two copies, one in modules and one in modules > addons. Thanks for the help. Any ideas regarding adding the module to the Domains drop down with a test if it's enabled?
  12. Also does anybody know how to test if the module is enabled? I'd like to add it to the domain drop down below the Transfer Domains to Us item in header.tpl: {if $condlinks.domainreg || $condlinks.domaintrans}<ul class="nav"> <li class="dropdown"><a id="Menu-Domains" class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navdomains} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a id="Menu-Domains-My_Domains" href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></li> <li class="divider"></li> <li><a id="Menu-Domains-Renew_Domains" href="cart.php?gid=renewals">{$LANG.navrenewdomains}</a></li> {if $condlinks.domainreg}<li><a id="Menu-Domains-Register_a_New_Domain" href="cart.php?a=add&domain=register">{$LANG.navregisterdomain}</a></li>{/if} {if $condlinks.domaintrans}<li><a id="Menu-Domains-Transfer_Domains_to_Us" href="cart.php?a=add&domain=transfer">{$LANG.navtransferdomain}</a></li>{/if} [b][i]****if claim uk module enabled, claim uk module link****[/i][/b] {if $enomnewtldsenabled}<li><a id="Menu-Domains-Preregister_New_TLDs" href="{$enomnewtldslink}">Preregister New TLDs</a></li>{/if} <li class="divider"></li> <li><a id="Menu-Domains-Whois_Lookup" href="domainchecker.php">{$LANG.navwhoislookup}</a></li> </ul> </li> </ul>{/if}
  13. Yes, tried that thanks. Also tried in several browsers. It's still loading the old css file it seems...
  14. Hi all, Not had any problem adding the Claim your .UK Addon module, however we want to make some some simple style changes, and for some reason they're not displaying. E.g. we've edited style.css in the module directory with the following: #claimyouruk .launchinfo { padding: 30px 0; font-size: 16px; text-align: left; } This makes the bottom lunch text left aligned as opposed to centred. And have confirmed the updated css file has been correctly uploaded, but the old css file is still being displayed. I've tried disabling and renabling the addon module but this hasn't helped. Any ideas? Thanks very much
×
×
  • 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