Jump to content

user101

Member
  • Posts

    29
  • Joined

  • Last visited

About user101

user101's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Since you always do a full file/db backup before any upgrade, you can retrieve all your customizations at least from your backup, right?
  2. Or you can use some PHP code (I know..) in configureproduct.tpl to fetch promotions from the database. Check if $_SESSION promo variable matches the one in database and product id, then modify the smarty variable. I'm horrified that this isn't included in whmcs already, as it confuses customers terribly.
  3. Slightly offtopic, but a warning for webhosting companies trying to offer Paymill. Their bank rejects such applications, because they treat webhosting payments as subscriptions and they say for example within 1 year the webhosting "subscription" lasts, your company might go bankrupt and customers might want to demand their money back directly from their bank. This is their explanation. Also, the whole application process was incredibly slow, took them a month to sort this out. Supposedly their bank's fault (Wirecard bank).
  4. - Do you provide a trial version? - Is the module encrypted?
  5. Why does every debate on this subject turns to what PayPal allows or not? Does world revolve just around PayPal? We have a very popular payment processor in our country, which allows this so it would be a very welcome feature!
  6. Just testing it. By default, the notice that ROOTDIR is already defined was popping up and the ajax process didn't work. Adding error_reporting(0); to index.php helped.
  7. Agree with Onionman, however I would prefer they release a public beta or a RC. For us who are renewing our pages and need this new ajax cart to start customizing based on it, that would be very welcome.
  8. Same here after 4.1.1. upgrade. I can see the listed tickets, but after trying to open one, it's blank.
  9. Yes, that's it! I tested with just cart.php from 4.10 beta and bulk check is there now.
  10. This is first post I see from you in this thread. Care to explain? Thanks.
  11. Yes, it works for me only when adding domain to hosting. If customer just wants to register a domain, only selected TLD is checked. Using 4.0.2. So, the question is, how come that it works for ideamesh.com? Maybe it's broken just in 4.0.2?
  12. You can use this script as a starting point in developing your custom EPP registrar module: http://sourceforge.net/projects/phpepp-nicbr/ Some intermediate programming skill is needed of course, but it's nothing too advanced. You basically send modified XML templates and parse data you get back via DomDocument Object.
  13. I second that. Hooks are needed, so we can iconv the message to UTF8 before saving it to database. Otherwise we get weird characters in some messages.
  14. Benoit might be overwhelmed by all EPP module requests.. Give him some space and time
×
×
  • 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