Hi,
I'm trying to make a control hook but without success. Hook will process when an invoice is paid and sendmail will provide the transaction.
For example, there is "Example Product" in the invoice and if the invoice has been paid, I want to send myself a notification e-mail. I want this mail to work only if there is "Example Product" in single or multiple invoices. How can I provide this?
Hello,
I want to change the currency in WHMCS but can I do it with javascript without being redirected to currency=1 or 2 in the URL structure? I've seen a few examples of this but couldn't.
Obviously I want to update the currency without redirecting or refreshing the page. Can you help with this?
I solved this situation here is the code
{php}
global $smarty;
$domain = $smarty->get_template_vars('domain');
echo $domain;
{/php}
@leemahoney3 this helped me a lot thanks
Hello,
I want to use the {$domain} part in the product details between the php tags, but I couldn't do it. Can you help with this?
I tried to solve it with Smarty but failed.
Hi @brian!,
I can make instant currency update on the page, but when I browse the special pages, the foreign currency continues to show the default currency amount. How can I make the selected currency default on all pages?