Jump to content

Amcom

Member
  • Posts

    17
  • Joined

  • Last visited

About Amcom

Recent Profile Visitors

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

Amcom's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I located the answer, from the unpaid invoice you can apply credit to pay the invoice.
  2. When you don't have the credit balance setup to auto pay invoices, how can the client pay an invoice using their credit balance?
  3. Thanks Brian for the reply. I would think WHMCS would fix this. It is odd to give the client one amount in an email then invoice them for another amount. I wish I was a coder then I could fix some of the short comings with WHMCS. I hope someone in the community has come up with a work around for this. I have already search the forums but with no luck. Did you see the last PM I sent you?
  4. Thanks in advance for any help. Here is my question. How do I add the TAX & TOTAL amounts also the next due date should be 2019 NOT 2018. I don't see any short code in the email template area for TAX or TOTAL amounts. etc: {$domain_tax_amount} or {$domain_total_amount} See the attached image. =================================== Here is my template code below. Dear {$client_name}, Thank you for your domain renewal order. Your domain renewal request for the domain listed below has now been completed. Domain: {$domain_name} Renewal Length: {$domain_reg_period} Renewal Price: {$domain_recurring_amount} Next Due Date: {$domain_next_due_date} You may login to your client area at {$whmcs_url} to manage your domain. {$signature} ==================================== Here is the ORG email below. Dear Client, This message is to confirm that your domain purchase has been successful. The details of the domain purchase are below: Registration Date: 11/18/2018 Domain: xyz-xyz-xyz.tld Registration Period: 1 Year/s Amount: $12.95 USD Next Due Date: 11/18/2018 You may login to your client area at https://zyx.tld/ to manage your new domain. Thank you for your business, This is an Automated Generated Email: Any Questions Contact: Sales & Support
  5. Is this what you want to display? see image, if so then just edit the clientareaproductdetails.tpl template file. Here is some code around line 378 <div class="col-lg-6"> <!-- Current User Name <font color="red">(You can not change this)</font> --> <span class="input-group-addon">{$username|htmlentities}</span> Current User Name <font color="red">(The user name can not changed)</font> </div> <div class="col-lg-6"> <!-- Current Password <font color="green"> (You can change this below) </font> --> <span class="input-group-addon">{$password|htmlentities}</span> Current Password <font color="green">Change Password In Cpanel <br />Use Link On Left Side (Login to cPanel) when changing your password open a support ticket letting us know what the new password is so we can change the PW in your account and here above. You must keep your PW here up to date or your account will be suspended.<!-- (You can change this below) --></font> </div> </div> <!-- BAW<br /> <form class="form-horizontal using-password-strength" method="post" action="{$smarty.server.PHP_SELF}?action=productdetails#tabChangepw" role="form"> <input type="hidden" name="id" value="{$id}" /> <input type="hidden" name="modulechangepassword" value="true" /> <div id="newPassword1" class="form-group has-feedback"> <label for="inputNewPassword1" class="col-sm-5 control-label">{$LANG.newpassword}</label> <div class="col-sm-6"> <input type="password" class="form-control" id="inputNewPassword1" name="newpw" /><br /> <span class="input-group-addon">The bar below needs to be GREEN to change password</span> <span class="form-control-feedback glyphicon"></span> {include file="$template/includes/pwstrength.tpl"}
  6. Thanks Brian, I located the text in that file should I change the text or just add the above to the end of the file with the colors I want? Again thanks for your help.
  7. I have looked everywhere can't locate an answer. I would like to change the BG color and text the default is very hard to see, please point me to the right area/file. See the image below.
  8. Thanks Brian just what I needed. I used the ( OR ) statement because I only have 3 annual.
  9. I added a cPanel icon because it is easier to see than the one on the left menu bar also removed the domain add on icon and added an FTP icon at the end. You will have to play with the ( div & /div ) tags to get the layout you want. If I can help with more let me know or send me what you want I will try to set it up for you. The file you need to edit is /modules/servers/cpanel/templates/overview.tpl around line # 143 <div class="panel panel-default" id="cPanelQuickShortcutsPanel"> <div class="panel-heading"> <h3 class="panel-title">{$LANG.cPanel.quickShortcuts}</h3> </div> <div class="panel-body text-center"> <div class="row cpanel-feature-row"> [color="#FF0000"]<div class="col-sm-3 col-xs-6" id="cPanel"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Cpanel_Home" target="_blank"> <img src="modules/servers/cpanel/img/cP-logo-1.png" /> cPanel Home </a>[/color] </div> <div class="col-sm-3 col-xs-6" id="cPanelEmailAccounts"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Email_Accounts" target="_blank"> <img src="modules/servers/cpanel/img/email_accounts.png" /> {$LANG.cPanel.emailAccounts} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelForwarders"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Email_Forwarders" target="_blank"> <img src="modules/servers/cpanel/img/forwarders.png" /> {$LANG.cPanel.forwarders} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelAutoResponders"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Email_AutoResponders" target="_blank"> <img src="modules/servers/cpanel/img/autoresponders.png" /> {$LANG.cPanel.autoresponders} </a> </div> </div> <div class="row cpanel-feature-row"> <div class="col-sm-3 col-xs-6" id="cPanelFileManager"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=FileManager_Home" target="_blank"> <img src="modules/servers/cpanel/img/file_manager.png" /> {$LANG.cPanel.fileManager} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelBackup"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Backups_Home" target="_blank"> <img src="modules/servers/cpanel/img/backup.png" /> {$LANG.cPanel.backup} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelSubdomains"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Domains_SubDomains" target="_blank"> <img src="modules/servers/cpanel/img/subdomains.png" /> {$LANG.cPanel.subdomains} </a> </div> [color="#FF0000"]<!-- BAW <div class="col-sm-3 col-xs-6" id="cPanelAddonDomains"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Domains_AddonDomains" target="_blank"> <img src="modules/servers/cpanel/img/addon_domains.png" /> {$LANG.cPanel.addonDomains} </a> </div> -->[/color] <div class="col-sm-3 col-xs-6" id="cPanelCronJobs"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Cron_Home" target="_blank"> <img src="modules/servers/cpanel/img/cron_jobs.png" /> {$LANG.cPanel.cronJobs} </a> </div> </div> <div class="row cpanel-feature-row"> <div class="col-sm-3 col-xs-6" id="cPanelMySQLDatabases"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Database_MySQL" target="_blank"> <img src="modules/servers/cpanel/img/mysql_databases.png" /> {$LANG.cPanel.mysqlDatabases} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelPhpMyAdmin"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Database_phpMyAdmin" target="_blank"> <img src="modules/servers/cpanel/img/php_my_admin.png" /> {$LANG.cPanel.phpMyAdmin} </a> </div> <div class="col-sm-3 col-xs-6" id="cPanelAwstats"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Stats_AWStats" target="_blank"> <img src="modules/servers/cpanel/img/awstats.png" /> {$LANG.cPanel.awstats} </a> </div> [color="#FF0000"]<div class="col-sm-3 col-xs-6" id="cPanelFTP"> <a href="http://www.net2ftp.com/index.php" target="_blank"> <img src="modules/servers/cpanel/img/filesave.png" /> FTP File Manager </a>[/color] </div> </div> </div> </div> <div class="panel panel-default" id="cPanelQuickEmailPanel">
  10. I see {if $product.pid eq '49'} however I have 3 products that are annual, how do I add the other 2 to this code? I have pip 11, pid 12 & pid 13 Thanks,
  11. Upload a file to your WHMCS dir /includes/hooks folder name the file ( added Menu Item.php ) then edit it replacing the code with this code I use the Welcome button to return to the home page. If you like register at my site to see the flow, I can always always delete your account after you see how I have it setup for my site. If you let me know what buttons you want and where they go I will try to put the code together for you. http://www.sprhost.com
  12. Here is the file I use. Name the file anything.php ( includes/hooks )
  13. If this helps, here is the file I use anything.php ( includes/hooks )
  14. Hello All, I have spent several days searching the forum however I am unable to locate the code I need to do this. I would like to only show the sever status to the customer's where their website is on. I am using v6 WHMCS, I am not a coder so I will need the complete code for this and where it goes. I have located lots of code to do this for earlier versions of WHMCS but will not work for v6. Thanks in advance to anyone that can help.
  15. I have the same problem, I am using version 4.5.2. Did anyone find a fix for this? Thanks in advance for the help. Bill
×
×
  • 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