Jump to content

GrayHunter

Member
  • Posts

    18
  • Joined

  • Last visited

About GrayHunter

GrayHunter's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Thank you for your answer! Do you think that the free-trial addon should work with this, not the Server Module? Why? Could you tell me pls exact lines I should add to make this all work correctly? If you need - I can send you the free-trial addon, no problem.
  2. Thank you! And how many letters you think will be ok? I am afraid of good letters - what will happen with them? Some clients answers very quickly...
  3. Ok, here is the Server Module - hope you can get the problem: whmcs.zip
  4. This is not in sphere of the addon. It seems to me that WHMCS does not change status to ACTIVE after unsuspending with upgrading. So the problem is with WHMCS behavior. How can I fix it?
  5. Hello, Just discovered a vital issue: The client get the product for free trial (a free product). After several days his account was blocked by a module ("Free Trials") while cron job and an invoice for upgrading was created (by the same module) - see the logs pls. Than the client paid the invoice and the product was changed (upgraded), nice. But the status of the product was still SUSPENDED, not ACTIVE. So the client paid but his account was not unsuspended - it was stayed blocked. Smth should automatically change the status to ACTIVE as clients will become angry - they pay but get nothing. How can I fix this? Regards, Eugene.
  6. So, I should do like this: or ? I think no as these code is placed in a php file of the WordPress theme....
  7. Hello, Could you tell me pls what are the parameter (arguments) that I can give a tracking service to track the success order? (I mean what parameter do WHMCS send (which can be seen by a tracking service) when a client order smth successfully?) <!-- Yandex.Metrika counter --> <script type="text/javascript"> var yaParams = {/*HERE ARE THE PARAMETRS*/}; </script> ....
  8. Hello! Could you please advice me something about autoresponses? The problem is that when my WHMCS sends emails to my clients I get new support tickets because of client's autoresponses (I use piping). Is it possible to make autoresponces not to create tickets in any way? Regards, Eugene.
  9. Thank you for such a full answer - now I understand everything. But I just tried your hook and got this: <div class="whmcs_error">WHMCS Integration: Слишком много перенаправлений.</div> This means "Too much redirections". I am using the WordPress integration plugin (http://premium.wpmudev.org/project/whmcs-wordpress-integration/) and I think it is the pluging who gives this error... could you PLS fix/improve your hook some how?
  10. Wow, thank you very much! But before I try the code I would like to ask you: I am using the module/addon which shows the message about over ordering and stop ordering until the client delete extra products - http://www.jetserver.net/whmcs-product-limiter Does you code works with this module correct? In Version 1.0.4 the developers of the module "Changed the way we handle cart limited products - client is noted and cannot checkout until he removes the spare products.". So in the previous versions the module deleted the excess amount by it self. But now my clients have to do this and for some of them it is a pain - more actions, more links... I prefer to hide the cart at all but have to show it if there is more than 1 of the products to give my clients the possibility to deleted extra products and finish ordering... So does your code actually do? Or may be you can tell me what can I do to make the module to delete extra products itself freeing my clients from this? I don't know what way is better... I even found some code that did this in previous versions of the module (http://forum.whmcs.com/showthread.php?41258-limit-one-product-per-customer&p=326751#post326751) but I am not sure if it is still OK now and where exactly I should put it. Regards, Eugene.
  11. Hello! We are using the link clicking at which the client immediately adds a certain product to the cart. Ie: /client-area/cart.php/?a=add&pid=1 But if the client several times will click at it, the product several times added to cart. Can you please tell how to make so that the product can be added to the cart only 1 time? Ie that the product is simply NOT added to the cart, if it is already there / no more than one.
  12. You must be a WHMCS genius! Thank you But just 2 more questions: 1) Tickets. I would like the clients (who have a product from the certain group) get $trigger == 1. If no such product - so don't alert the trigger. Is it possible? 2) Domains. The same as tickets. So if the client has a product (from the group that alerts the trigger) - he gets $trigger == 1 (even for example at a domain mail templates (even those which are related to domains only)). But if not - so don't alert the trigger. Now it is for any domain (or $invoiceitem.type eq "Domain") but I want for only those situations when the client has a product from that group...
  13. Help me pls - I do need this: In an email (letter) which is send to a client there is a link. WHMCS (while sending this email/letter) should first see if the letter is related to a product from a certain product group (or at least: if the letter is related to a product with the title NNN or MMM). If it IS related - than WHMCS should put there (in the letter) a certain link (link #1). If it is NOT related or if the letter can not have any product related - see below: If the client has a product from a certain product group (or at least: has a product with the title NNN or MMM) - than WHMCS should put there (in the letter) a certain link (link #1). If NOT - WHMCS should put there (in the letter) another link (link #2). That is all I need P.S.- your code here (above) is nice but it works only for new orders but not for changing plans, for example (in the invoice for updating the plan this code does not work). So it needs to be modified some how...
×
×
  • 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