Jump to content

aspidagrant

Member
  • Posts

    76
  • Joined

  • Last visited

About aspidagrant

aspidagrant's Achievements

Member

Member (2/3)

0

Reputation

  1. @brian! - Nope, because credit card payment people receive it.
  2. Zomex, Thanks for the reply. This is what the tech told me: Unfortunately, WHMCS doesn't natively offer the ability to disable the affiliate fraud prevention methods that are set in place. However I can see how this type of functionality could be useful. Therefore I would encourage you to please submit a request to our feature requests tracker where other users can contribute to and vote on your idea. Ideas with the most votes and activity do get reviewed by our team. http://requests.whmcs.com If you have experience with PHP development then there are a couple of things you could look into. You could look into modifying the * file as this is what is used to create the affiliate cookie. Additionally, you could consider reating a script that changes the IP address for Orders from IP ADDRESS GOES HERE to something else. You could then run this script using the CalcAffiliateCommission hook which you can read more about at http://docs.whmcs.com/Hooks:CalcAffiliateCommission
  3. I didn't realize that if we placed an order for an affiliate within our office, the account would not be associated properly with the affiliate. Because our internal IP is known by WHMCS it will not let us give the affiliate credit automatically. We can do it manually, but this is more trouble. Has anyone found a work around?
  4. Is there a way for the mail in payment option to also send them an email invoice? The credit card customers on our system do receive an invoice, but the mail in payment people do not.
  5. I am trying to log into my admin and the page is just spinning and won't let me log in. I last logged in on Friday with no issues, so I am not sure what is going on. Anyone had an issue with this before?
  6. Hello, We are using WHMCS to sell a specific email service that is NOT related to cPanel or WHMCS in any way. We currently offer clients the option to purchase in specific quantities - such as 5, 10, etc. Instead we want them to fill in the # of emails they want and WHMCS to calculate how much it will cost them. In other words, ALL services will be $5/month + $10 PER email address. So if they enter 2 in the box, WHMCS will say: "Your total will be $25/month" for 2 email addresses. Does anyone know if something like this is possible?
  7. If I do this will it block them: order deny,allow deny from all 108.163.201.34
  8. I had this type of order just come into my system: http://techsupport.foreverwarm.com/cyber4rt-hacking-attempt-systems Does anyone know if these attempts are successful? I am running the LAST version of 5.3.14. I know I need to update but last time I updated we had some issues...so we have been hesitant. I deleted the order and client immediately. We have 2 factor authentication on our system, so I doubt they can login even with a password. We also use auth.net CIM so I know the CC info is actually stored on the auth.net website and not our website.
  9. I checked and I don't think the cron job was running properly. I added the cron job from the documentation: http://docs.whmcs.com/Crons I will see if this works tomorrow, its set to bill then.
  10. I created monthly recurring products. People signed up and paid for the first month. Most of these I had to manually create the orders because we did not have our system up and running for the front-end users. I just realized that NO invoices have been created after month 1 and no payments submitted. Any idea what would be causing this?
  11. I ran the install update and it worked fine. The only issue is now that the CLIENT area is white screening =/. Any ideas? PHP display errors is enabled and showing nothing.
  12. I installed the 6.0.1 full version and it tried to run the install script. I deleted the install folder and now I am receiving this message: Down for Maintenance (Err 2) An upgrade is currently in progress... Please come back soon... I hesitated to run the install because I did not want to crash my database or install. Can I run this SQL query to update the database version? UPDATE tblconfiguration SET value='6.0.1' WHERE setting='Version'; The current vaule = 5.3.14-release.1. It seems that the issue is that the database is running a different version from the actual program.
  13. I went from version 5.3.14 and downloaded patch 6.0.1. I received this error on my website: Fatal error: Class 'WHMCS\Init' not found in /home/**ACCOUNTNAME**/public_html/adminincludes/classes/WHMCS/Application.php on line 0 Any ideas here? If not, what can I do to fix it? (I didn't create a backup unfortunately!- oops). - - - Updated - - - I just noticed that since I did miss version 6.0, maybe I should download the FULL 6.0.1 and install that?
  14. Brian, That is actually what I was looking to do - so that is perfect. I am assuming that would go somewhere in this section? <div class="cartbox">{foreach key=num item=gateway from=$gateways} <label><input type="radio" name="paymentmethod" value="{$gateway.sysname}" onclick="{if $gateway.type eq "CC"}showCCForm(){else}hideCCForm(){/if}"{if $selectedgateway eq $gateway.sysname} checked{/if} /> {$gateway.name}</label> {/foreach}</div>
  15. Hello, Currently I only offer credit card processing on my order form. I will have some inside sales reps going out to sell items for me and they may need to enter a different payment method; either mail in payment or bank transfer. Essentially I want them to be able to enter a FULL order without needing the clients CC info. Our billing teach will reach out to the account holder when they are ready for payment. Is there a way to only show the additional payment methods to my inside sales team using an IP? Something like this: {if $ipaddress eq 'MY-IP'} I have used if/else before for other elements, but was hoping I could enter an IP in there to do so.
×
×
  • 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