Customizations

Changing panel colors

Most of our clients wish to customize colors of their account's pages to achieve design similar to their logo or business website. To achieve this you have to navigate to Configuration > Design > Signup page theme > Edit active theme (Create a copy if you are asked to (https://support.qualityunit.com/886156-Making-your-own-theme)) > In theme editor search for "custom.css". Here you can define your custom css styles. Paste the following code into this template: :root { --primary-col...

How to change language of the merchant/affiliate panel and signup mini-site

Quick navigatiton - How to import new languages (#activate) - How are languages selected when a user arrives to your affiliate mini-site (#recognition) - How to change the language if I am already logged in the merchant or affiliate panel (#change) - How to add quick language switcher to merchant/affiliate panel and mini-site (separate guide) (../262426-How-to-add-quick-language-switcher-to-merchantaffiliate-panel-and-mini-site) Importing new languages The language which you ...

How to add quick language switcher to merchant/affiliate panel or mini-site

Quick navigation - How to import new languages (separate article) (https://support.qualityunit.com/757677-How-to-change-language-of-the-merchantaffiliate-panel-and-signup-mini-site) - Language switcher for merchant/affiliate panel (Icons approach) (#panel_switcher) - Results (#panel_switcher_results) - Adding more languages (#panel_switcher_add_language) - Language switcher for mini-site (Drop-down menu approach) (#site_switcher) - Result (#site_switcher_result) - Add...

Custom HTML login form

If you wish to use custom affiliate login form at a page of yours, then you can do so simply via the following simple HTML form: <form action="https://URL_TO_PostAffiliatePro/affiliates/login.php" method="post"> Username <input type="text" name="username" value=""><br> Password <input type="password" name="password" value=""><br> Remember me <input type="checkBox" name="rememberMe" checked><br> <input type="submit" value="Login"> If you ar...

How to change title for merchant and affiliate panel

-- this is only possible with the Branding free license (feature) -- You can change the title in the Translations (Merchant panel -> Configuration -> Language -> select language -> edit -> open Translation tab). Search for the string of "Post Affiliate Pro" . Search is case sensitive. You can change the title for the merchant panel by editing this entry in the second (translation) column:_ __%s - Merchant Panel - Post Affiliate Pro_ title for affiliate panel by editing: %s -...

How to change favicon?

Note that the favicon can be changed only when you have the Branding free (https://support.qualityunit.com/522705-Branding-Free) feature activated. What is a favicon? It is a small icon (usually 16x16 pixels) shown next to the webpage title in each window/tab of your browser. All you have to do is to log in to the merchant panel and navigate to: Configuration > Design > Customize log (tab) and there you find the "Favicon" section where you click the "Change image" button and l...

How to change view of reports for merchant panel

This article shows you: - how to display (enable/disable) grid cells that contain transaction data types (#grid) - how to display your own or pre-defined affiliate details in the selected view (#own) - the specific case you may come across (#specific) - an extra customization (#extra) - info about Post Affiliate Network (#PAN) - possible questions (#Q) ------------------------- How to display (enable/disable) grid cells that contain transaction data types In the merchant...

HTTPS redirect for merchant or affiliate panel

If you want to redirect your merchant/affiliate panel or signup page to HTTPS, you can do it by adding javascript redirect into your template file: module_body.stpl In Merchant Panel > Configuration > Design > Merchant panel theme/Affiliate panel theme/Signup page theme > Edit theme > search file 'index.stpl' add this code right to the first line: {literal} <script language="javascript" type="text/javascript"> if (window.location.protocol !== 'https:') { window.lo...
×