Jump to content

neobug103

Member
  • Posts

    359
  • Joined

  • Last visited

About neobug103

neobug103's Achievements

Senior Member

Senior Member (3/3)

1

Reputation

  1. Hi, We use WHMCS for billing related to a support service and not related to hosting. We get an initial deposit from the client and then bill them after the service is performed. The problem is that the dates in the invoice that WHMCS automatically generates are always for the next 30 days and it is confusing our clients. Is there anyway to configure whmcs so that it displays the previous billing period in the invoices instead of a future billing period?
  2. Noting that the option to enable the marketing emails option at checkout, allowing customers to choose whether they wish to be subscribed to these emails, is it possible to make the checkbox, checked by default?
  3. Maxmind is declining allot of legitimate orders, and it turns out it is saying that allot of them have a high likelihood of being on an open proxy, however these are orders from comcast, and even myself, I can't place an order in my own billing system as despite being on TWC, it says I am on an open proxy which is just not true. I contacted Maxmind and they said you can disable the relevancy of the open proxy through the API, which means this would need to be done by adding an option on the maxmind configuration page. Disabling the anonymous proxy check is not the same as disabling open proxy detection, as the open proxy detection is often quite wrong.
  4. Let me know if you ever decide to re-implement the ability to store credit cards locally. Yeah it's less secure but that is our liability, not yours - therefore we should be able to make our own decision on how we want to store the credit card data. By all means put a big red box around it saying "ServerPing.net is not liable if your WHMCS gets hacked" around it, but again that should be our decision. Why is this so important? At some point, somebody may wish to switch from stripe at some point in the future, or what happens if they go out of business? There is no way to import that credit card data back into your WHMCS. In order to switch to a different gateway you would have to have all of your customers re-login and re-enter in their credit card information, which is going to cause a huge loss in payment collection from recurring invoices. Too many people here are willing to trust a third-party company with storing all of their customers credit card information, without any ability to view it once it is inside their system. I find the risks associated with that, higher than storing the credit card data in a whmcs install, on a server that I know personally is secure.
  5. Basically US merchants (and only US merchants) can continue processing credit cards by applying for an application to accept credit cards through Google Wallet. Note that Google Wallet is a completely separate system from Google Checkout and requires the merchant to either signup with the new processor or they will be unable to accept credit cards in 6 months when Google closes Google Checkout. Therefore this calls for a need to add to the "things to do" list a need to create a payment gateway specifically for Google Wallet. See email below. Link to Google Wallet Instant Buy API page - https://developers.google.com/commerce/wallet/online/
  6. Please see this screenshot: http://imgur.com/Wlh18js All my passwords/security questions in whmcs are showing these weird characters and I have no idea why or how to fix it.
  7. On the network status page there is an if statement that will change the style/text displayed depending on whether or not the issue affects the client. The problem though, if you select option other and select network issue, it does not think the issue affects the client. By default if we open a network issue it should be under the clientaffected if statement.
  8. I need a local storage option and the ability for customer's to pay through viewcart, any idea when/if this will be available? How much would you charge to add this?
  9. Updates are supposed to add features and make them better, not remove features and graphs
  10. This module does not work and I have emailed the developer with multiple open tickets and have not had ar esponse for over a week now, I am on the verge of filing a chargeback via paypal
  11. Is the credit card information stored in whmcs and able to be charged from whmcs like other credit card merchants, or is the individual redirected to dwolla where they make the payment from their account like paypal?
  12. Hello, Is it possible for you to create something that would use mod_rewrite to make the links appear as pages on our website? For example we are moving from idevaffiliate and they have an seo mod_rewrite addon that would change their affiliate url to something like domain.com/563.html and that would insert the cookie. This was beneficial not only because google would consider this link as a + to an inbound link but would make it nearly indistinguisable for the majority of customers that it was an affiliate page. For your convenience in hope that you can make something like this I am pasting the idevaffiliate code that goes inside the .htaccess file in hopes you can create something like this (I would certainly buy it from you and would likely be a very successful whmcs module!) ### Start iDevAffiliate SEO Code ### # Forced Tier Linking Code # RewriteRule ^signup-([0-9]+)\.html$ http://www\.domain\.com/affiliates/signup\.php?ref=$1 [R=301,L] # TextAds # RewriteRule ^([0-9]+)-([a-z]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevads\.php?id=$1&ad=$3 [R=301,L] RewriteRule ^([0-9]+)-([a-z]+)-([0-9]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevads\.php?id=$1&ad=$3&page=$4 [R=301,L] # Custom Links # RewriteRule ^([0-9]+)-([a-zA-Z0-9-]+)-([0-9]+)-url\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&keyword=$2&url=$3'>http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&keyword=$2&url=$3 [R=301,L] RewriteRule ^([0-9]+)-([a-zA-Z0-9-]+)-([0-9]+)-custom\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&keyword=$2&custom=$3'>http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&keyword=$2&custom=$3 [R=301,L] # Standard Links # RewriteRule ^([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2&set=$3 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2&set=$3&link=$4 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([a-zA-Z]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2&set=$3&link=$4&keyword=$5 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([a-zA-Z]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2&set=$3&link=$4&keyword=$5&custom=$6 [R=301,L] RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)\.html$ http://www\.domain\.com/affiliates/idevaffiliate\.php?id=$1&page=$2&set=$3&link=$4&keyword=$5&custom=$6&url=$7 [R=301,L] # End iDevAffiliate SEO Code # Here is a direct link to the addon that explains more about it: http://www.idevdirect.com/module_seo.php
  13. After further investigation I was editing the wrong template folder and it appeared to be a modification by the owsadmin theme
  14. I am running Google Chrome v18. In the latest beta version of Chrome they have introduced a bar that will load and alert the user that there is insecure content on the page. It will then ask them (everytime!) if they want to load the insecure content or not. This is happening everytime I login to WHMCS admin now. I checked under the javascript console and I see the following: Does anybody know where this is loading from so I can make it load from a secure url? I checked the /includes/ folder for the various .js scripts but couldn't find anything mentioning the word "google" I also checked header.tpl without any mention to it either.
  15. We are currently doing the following manually, which helps to increase the amount of clients who actually come back and pay the order: This would be nice if you could add that kind of email functionality to your script where we can specify: When cron runs, it sends out a specified email that we can choose how many times to send it out but then canceling the order and then sending out another email that we can setup. Additionally noting a post above the "overdue invoices" email is not enough. We created a specified email giving clients clearer instructions on how to complete their order, not pay the invoice. It gives more detailed information and is sent out as soon as possible. I have found that this method of using a custom please pay for your order email has resulted in a few customers actually completing their order whereas before when we didn't have this, didn't have a single customer who completed their order if it was originally left unpaid. Additionally on 2 occasions so far I have noted clients who came back to us by submitting a ticket a week later after sending out the "order declined" email which gave them specific instructions on what to do if they wanted to reactivate their order, we then activated their order and they paid even after it was originally canceled. Communication is key to a successful business and if you can do the above Frank I think it will add an unparallel amount of value to your product and I will most certainly pay for it.
×
×
  • 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