Hi,
We were using auto auth (https://docs.whmcs.com/AutoAuth) feature and we were using goto to redirect user to a specific page like this:
$url="http://demo.whmcs.com/dologin.php?timestamp=1548658973&email=def@xyz.com&hash=abc&goto=".urlencode('/x/y/z');
It was working perfect and was redirecting users to 'http://demo.whmcs.com/x/y/z' until this update.
After the upgrade, system is redirecting users to 'http://demo.whmcs.com/z' (it is not respecting /x/y and it is just respecting the last part of the address).
Could you please let me know how can I solve this?
Thanks
Hi,
I need to implement my own rules for pricing.
I am using 'OrderProductPricingOverride' hook and it is working successfully for new orders.
But I need a hook for product upgrades or 'auto recalculate' tool in the admin panel. I found that 'OrderProductUpgradeOverride' or 'OrderAddonPricingOverride' are not raised for those changes.
Does anyone know the proper hook for this?
Thanks
Hi,
When user tries to open a new ticket, there is a drop down list where he selects the service related to the ticket.
In this list, all of user's services are displayed (terminated and active).
Is there a way to make this list ordered by status? (for example, active products first, then terminated ones).
Thanks