Jump to content

RobG

Retired Forum Member
  • Posts

    12
  • Joined

  • Last visited

About RobG

RobG's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Have you tried setting up a Support & Upgrades addon? http://docs.whmcs.com/Licensing_Addon#Setting_up_a_Support_.26_Updates_Addon_Package
  2. You could add your email to the 'Copy To' field on the 'Invoice Payment Confirmation' template?
  3. An * in the time means "run every minute/hour/day,etc...". Therefore, Min Hour Day * 15 * Works out to: Run cron every minute that the hour = 15 (i.e. 15:00, 15.01, 15.02, etc...) Change the * in the 'Minute' column to 0 and it will only run once.
  4. Since the email is used as the login username, it would seem unlikely (and impractical).
  5. Add these lines to your /admin/lang/{language}.php file $_ADMINLANG['stats']['yesterdayspending'] = "Yesterdays Pending"; $_ADMINLANG['stats']['ticketsopen'] = "Open Ticket(s)"; $_ADMINLANG['stats']['flaggedtickets'] = "Flagged Ticket(s)"; $_ADMINLANG['stats']['cancellationrequests'] = "Cancellation Request(s)"; Best to add them around line 128, the end of the 'stats' block of language lines. EDIT: Completely missed RJay's post above... Whoops!
  6. If you run cron.php manually (i.e. by going to http://your.whmcs.url/cron.php) does it run? It will add its bits and pieces to the activity log if it does.
  7. I thought about that, but I also want customers who already own the 1st product, to get the 2nd for free. I suspect I may end up going the action hook route for new orders, and just manually going through and adding it for existing customers.
  8. G'day all! Got a bit of a complicated one for you... We sell a web app, that we're releasing a separate-yet-related app alongside. What we would like to do is be able to offer this 2nd app for free to customers who own the main app. The problem is, I want to use the licensing addon which requires the 2nd app to be a separate product, and not an add-on to the main product. I've managed to confuse myself with the above statement, so please feel free to ask if you need anything clarified. Any suggestions on how we might go about this?
  9. Have you copied the contents of htaccess.txt to your .htaccess file?
×
×
  • 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