Jump to content

dan.trainor

Retired Forum Member
  • Posts

    30
  • Joined

  • Last visited

About dan.trainor

dan.trainor's Achievements

Member

Member (2/3)

0

Reputation

  1. Hi - Thanks for the tip. To be perfectly honest I've been spending so much time on writing this custom module that I've strayed well away from the core of WHMCS. I'll take another look at it soon; sounds like I can do this. Thanks! -dant
  2. Hi - Yeah, I understand that using configurable fields for this would be neat. But since one is a "Standard" option and one is a "Premium" option, how do you price that out? How do you bill in this manner? Thanks -dant
  3. Hi - I'm in a situation here where I'd like to force the selection of one, and only one, configurable addon in this group. The idea is, this data will be used to specify a special configuration in the backend of the application I'm trying to snap in to WHMCS. Although I'd like to achieve the same end result (client selects a paid selectable addon and gets the extra service, else client selects the free selectable addon and gets standard service), I feel as if I'm going about this the wrong way. Maybe I should just bone up on my SQL and use the same logic that WHMCS uses to determine if a client has an addon or not, and go about my business that way. Thoughts? Thanks! -dant
  4. Hi - Been running the API through its courses. Seems pretty cool so far, but a bit limited. Is there a way to get a clients' addons per the API? I can see the clients' products, but not their addons. Thanks -dant
  5. Hi - I'm using WHMCS for a few different companies. One hosting, one custom technology solution, etc etc. I have an old payment gateway that I've been using in MS Office Accounting, but I'd for sure like to bring that over to WHMCS. But I currently use one instance of Authorize.net through WHMCS. I'm wondering, can I have multiple instances of the Authorize.net gateway in WHMCS, specifying specific clients should be billed through one gateway, and other clients, through the other? Thanks! -dant
  6. Hi - Yeah, great feeling, right? Not. Thanks -dant
  7. Hi - That's what I pretty much ended up doing, honestly. Whatever, it works the way I want it to now. Ultimately that's all that matters, right? hah. Thanks -dant
  8. Hi - So... using a module Action button will subsequently have the effect of changing the Status of the Product as seen by WHMCS? Also, when a payment type is declined, which field is initiated/change? That actual Status field, or my Module command? How come this isn't documented? Its not. Fact. Do you know how much that sucks? What gives? Thanks -dant
  9. Hi - I got un-lazy and read a MySQL log - its 'tblhosting'. Thanks -dant
  10. Hi - Hmm, alright. So where do I find *the* actual product or serviece, and its indicated status? When I update the 'Status' field under the actual product that is specific to the client, where ist hat updated? Thanks -dant
  11. Hi - I don't know, I kind of give up on this. I'd suggest providing more details next time - everything you've tried, what you're looking for, etc etc. We can only help so much without knowing anything about your setup. Please respond with relevant, factual data including some debugging, and we can go from there. Again, good luck. Thanks -dant
  12. Hi - Here's some hand holding.... php -i | grep "Loaded Configuration File"|cut -d" " -f 5 | xargs sudo sed -i 's/^;error_log.*$/error_log = \/var\/log\/php.log/' sudo /etc/init.d/lighttpd stop && sudo /etc/init.d/lighttpd start tail -f /var/log/php.log Look for errors. Exact errors. Copy and paste them in here. Don't paraphrase; they need to be the exact - byte for byte - errors that you're getting. Thanks -dant
  13. Hi - Ok, but let's go over this again: Moving. Servers. Is. A. Big. Change. I think this thread is done. We can only help so much without you going the extra step as to provide some details. Post error logs and we would be happy to help. Otherwise this is a lost cause. Thanks! -dant
  14. Hi - Thanks for the reply. I understand the differences - an Order being one instance of a Product. Regardless, that doesn't get me any closer - but reading some of your forum posts it sounds like you might have a clue as to how to achieve what I'm working on. Care to elaborate a bit? I'll send you a case of beer. Thanks -dant
  15. Hi - Yeah, doesn't help that there's a fundamental flaw in what changes (or complete lack thereof) to a module device takes when the Status of an order or Product is changed. I've been griping about that all day Thanks -dant
×
×
  • 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