Jump to content

basic

Member
  • Posts

    131
  • Joined

  • Last visited

About basic

basic's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. But that's what I was trying to say -- *no* conversion to USD (or Euro) possible at Coinpayments, and no automatic deposit to one's company's bank account -- as is the case with Stripe's Bitcoin service. Any alternative, any other service community members have used that does this (as does Stripe's Bitcoin service -- but that service will very soon be discontinued, as they announced). John
  2. The nice thing about Stripe's Bitcoin service -- which they will discontinue in two months -- is that one can have incoming Bitcoins auto-converted to USD, and get paid in USD automatically once a week. "Coinpayments" does not offer such conversions, one has to transfer Bitcoins to another exchange, which makes all of this more work and time-consuming and complex. Question: is there a good replacement for Stripe's Bitcoin service you guys are aware of? We used coinify.com before switching to Stripe a year ago. But coinify.com started to be unreliable when the Bitcoin market got very active last year (and their Support "disappeared" at the exact time it was needed -- no replied to tickets at that time). Best, John
  3. Hi ! I was trying to add this here: https://forum.whmcs.com/showthread.php?121890 But the posting was too old, was not allowed to do so. The ResellerClub's LogicBoxes API (also used for Stargate etc.) has changed for updating domain WHOIS information. The latest versions of WHMCS 7 seem to handle this fine, but not WHMCS 6x. There is a patch for version 6.x (6.3.1 and 6.3.2), but this is NOT working. ERROR message when trying to update WHOIS data for a domain is: "Method Not Allowed. Use POST" We cannot update to WHMCS 7 because of another module that is not compatible. Any insights or ideas? John
  4. Hello All: This is a simple question. We have never used "templates" for our sales sites, as far as I recall ... and have just updated the outdated HTML code from time to time, as much as seemed necessary. In terms of SEO and aesthetic appeal that seems not to have been the best decision. My question therefore: We have one website where WHMCS is installed, but several sales sites listing our servers etc. (e.g. https://L3server.com). So, if some prospective customer goes to e.g. L3server.com and starts an order, he gets redirected to our main business domain where WHMCS is installed. I now wonder, as we plan to replace the current website design, what you guys would suggest for such a setup? We would this time go with pre-made commercial templates. But is there anything that works with WHMCS *from* a domain where it it not installed? Thanks. John
  5. Thank you both ! (And yes, I completely skipped the text explaining this at the whmcs.com module page.) That 3rd party module also looks good. Again thanks! John
  6. Dear All: In an older post here, and also at the homepage of a merchant account provider, I read something about the "Quantum Gateway" NOT needing "PCI compliance" because that gateway can be put into a frame (so that the customer does not actually enter his/her cc details at the merchant website). That older post, though, was not that clear if indeed that is a possible setup with WHMCS, and if the standard WHMCS module for the Quantum Gateway allows that. Is that the case ... and if so, is my statement above correct. Any other experiences why to choose one over the other gateway? (I see that Quantum Gateway is being offered for free... just wonder if there are drawbacks.) Best, John
  7. Brian .... many thanks to you! That was it. The code given in my earlier posting works once the "foreach" opening and closing tag is removed. Great! John
  8. Hello Brian: Yes -- sorry, actually that double "if" was an error that I only produed (not sure how it happened) in this sample code. In my actual code, which has 3 currencies and more than 2 payment gateways for each, I did use "elseif". Sorry. Using "elseif" though, what happens is that I do see the correct payments gateways for each currency, *but* I see them five (5) times, in idential columns... please SEE the here attached image file. Thanks. John
  9. Dear All: The "group" solution that WHMCS provides to assign payment gateways results in a lot of unnecessry work -- as every product that s offered in two different (or more) currencies needs to be duplicated. It is further flawed, as this does not work at all for domain registrations! Under version 5.3 of WHMCS we had the below edits working to take care of this, but it does not work anymore in version 6.3.1, and I can't figure out why not. Does anyone understand, and how to fix this? We use "six" and the "modern" shopping card ... the code below is a simplified version with just two currencies and two payment gateways. .../[whms]/templates/orderforms/modern/viewcart.tpl ------------ (...) {/if} <h2>{$LANG.orderpaymentmethod}</h2> {if $currency.id == 1} <p><input type="radio" name="paymentmethod" id="pgbtn1" value="paypalbilling" onclick="hideCCForm()"{if $selectedgateway eq "paypalbilling"} checked="checked"{/if} /> <label for="pgbtn1"><b>PayPal</b></label><br /> <input type="radio" name="paymentmethod" value="authorizecim" id="pgbtn2" onclick="showCCForm()"{if $selectedgateway eq "authorizecim"} checked="checked"{/if} /> <label for="pgbtn2"><b>Credit Card</b></label><br /> {if $currency.id == 2} <input type="radio" name="paymentmethod" value="dwolla" id="pgbtn1" onclick="hideCCForm()"{if $selectedgateway eq "dwolla"} checked="checked"{/if} /> <label for="pgbtn1"><b>Bank Transfer</b></label><br /> <input type="radio" name="paymentmethod" value="coinify" id="pgbtn2" onclick="hideCCForm()"{if $selectedgateway eq "coinify"} checked="checked"{/if} /> <label for="pgbtn2"><b>Bitcoin</b></label> {/if}</p> (...) ------------ Any ideas? Thanks! John
  10. This question from last JULY was not answered. I have the same question. Does anyone know if that is possible? John
  11. Same question here. We used "coinfy.com" as a service to process Bitcoin. But their WHMCS module stopped working, and they tell us "tomorrow-tomorrow" stories for weeks now but do not update their module. John
  12. Many thanks to all of you for your great suggestions! John
  13. Hello All: Is anyone aware if there is a way to display any sort of "Special Offers" info/ads within the client's billing area ... or in the header, AFTER a client has logged in? For example, customers who only have domain registrations with us could see an offer for hosting ... has not to be very sophsticated, but is there any way to do this without too much coding? (The more coding the more work when upgrading whmcs.) Thanks. John
  14. Hello All: We customized our EMAIL TEMPLATES years ago ... so I am not sure if we made a mistake then. The INVOICE messages do not show what product an invoice is for. Of course, that could be a dedictaed server, a domain renewal, or a hosting plan. Is there a way to add the basic info of the poduct to these templates, so the customer knows what he paid for when receiving e.g. the payment confirmation? Thanks. John
×
×
  • 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