How to refer in the affiliate panel to a custom page or how to open an url as a custom URL page?

If  you want to have a link in some screen of the affiliate panel which shall open the particular URL (e.g. www.google.com) in the Affiliate panel as if it was a custom URL page (but of course without creating any custom URL page), then you can use the following example:
 
{literal}<a href='#Url-Page;{"url":"https://www.qualityunit.com", "openType":"P"}'>Quality Unit</a>{/literal}
 
In case you have a Custom page  created and you would like to have a link in some screen of the affiliate panel referring to this particular custom page, then you can use the following example:
 
{literal}<a href='#Custom-Page;{"template":"custom/custom2"}'>Click here</a>{/literal}
in this code the custom2 is the name of the custom page we have created.  
 
NOTE: the {literal} {/literal} tags are essential.
×