Jump to content

ecayer

Member
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    1

ecayer last won the day on April 13 2017

ecayer had the most liked content!

About ecayer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ecayer's Achievements

Member

Member (2/3)

1

Reputation

  1. Thanks @WHMCS ChrisD, please check your PM.
  2. @sentq @WHMCS ChrisD Thanks for your clarification. I got confused because my last two invoices i paid was would reflect the same price $99.95 and I am sure i never clicked that link for renewal. Was not aware of the price increase since my last invoices.
  3. Got the below email from WHMCS and at first I was very excited to receive a savings of $20. However when i click on the link, there was no such offer and the price did remain the same. Can someone from WHMCS please advise why you are sending such fake offer that is not real or valid.
  4. Anyone can assist please? I am willing to pay for this. Thanks
  5. Thank you @sentq & @WHMCS Marcus Everything works now!
  6. Thanks but i dont seem to understand very well your concept. Im not a coding person and the complete code would help like what Sentq provided in hist last post. This is the code i have <?php add_hook('ClientAreaPrimarySidebar', 1, function (MenuItem $primarySidebar) { $client = Menu::context('client'); if (!is_null($client)) { $SupportPIN = generatePinCode($_SESSION['uid'], 8); $primarySidebar->addChild('Support-Pin', array( 'label' => "Support Pin", 'uri' => '#', 'order' => '1', 'icon' => 'fa-ticket' )); $primarySidebar->getChild('Support-Pin')->setBodyHtml($SupportPIN); }); add_hook('AdminAreaClientSummaryPage', 1, function($vars) { return 'Support Pin: ' . generatePinCode($vars['userid'], 8); }); function generatePinCode($clientid = 0, $length = 6){ $clientid = intval($clientid); preg_match_all('!\d+!', md5(date("y" . $clientid)), $matches); $numbers = join("", $matches[0]); return substr($numbers, 0, $length); }
  7. Thanks Marcus, im not a code person but i have copied your code and al i got was Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again.
  8. Thanks, this is something we are looking to use as well. I have added your code but i noticed the pin sidebar shows at all times. Anyways to restrict this to login clients only? Thanks again and have a wonderful 2018!
  9. Happy Holidays to everyone. Have a wonderful 2018. I am working on a project that is still in development phase and we are creating a product that would include a free domain. We want to set the product so when a domain registration search is done, next step the product will be added. Example, selling wordpress hosting but we want to let them search domain from main website (using whmcs form code) and then the product will be added. The issue is, we only want to set this domain search for a specific page on our site. The main domain search will not include a product but just regular domain and ask to add hosting scenario. Any idea how we can accomplish the above task? any light on this is highly appreciated.
  10. Yes, this is an addon module: https://marketplace.whmcs.com/product/890 Easily setup from whmcs with a nice interface.
  11. Thanks Brian, did not work for me but i got the commercial version instead.
  12. Banned expired.... Its personal because i have also posted that he never helps. I been through a lot with WHMCS and still faithful. Since the banned we have reverted
  13. I made a post but removed the content because i hired a freelancer and he got it sorted. I have been on this forum for quite sometime and even owned WHMCS license for many years now. 1. My information was stolen because of WHMCS 2. Support response time has been poor for a company that support a hosting software - im not comparing 3. Even had issue downloading software i paid for because support was expired 4. Had issue and still having issue downloading the latest version - when i paid for support extension 5. Posted in the forum and only got help from Brian So a few weeks ago i made a post and because i got the solution i removed it not knowing i was doing something so bad to get banned from the forum. I was contacted by WHMCS ChrisD and an infraction was given. His message to me: <removed - Moderation discussions are not for public discussion> My response: <removed - Moderation discussions are not for public discussion> If this is a forum for freebies and ppl begging and asking for things, then i would understand. I am a paying customer that just renewed my service and been a paying customer for years. This does not make sense and customers should be treated with respect as i was only honest in my response. Just thought i would share my valuable experience and how this is valuable content for WHMCS ChrisD
  14. This should certainly be added to the next release. Having the option for clients to renew they package should be available.
×
×
  • 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