1 / 2

How Can I Add Currency Selector on WHMCS Custom Page?

What is the task of a currency selector in WHMCS? Well, it helps to convert the currencies according to the customeru2019s requirement. WHMCS consists of a default currency selector that helps clients to select the currencies of the products. However, when you create a custom WHMCS page, the currency selector does not work, now there is no use of the page without the currency selector consisting of products. So to add the currency selector on this customized page you need to follow this procedure. https://bit.ly/3ADOEHh

jimmyleeus
Download Presentation

How Can I Add Currency Selector on WHMCS Custom Page?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How Can I add currency selector on WHMCS custom page? Managing your business with WHMCS? Automating web hosting business has never been this easy before WHMCS. With the help of WHMCS, it is much more flexible to manage your business. What is the task of a currency selector in WHMCS? Well, it helps to convert the currencies according to the customer’s requirement. WHMCS consists of a default currency selector that helps clients to select the currencies of the products. However, when you create a WHMCS custom page, the currency selector does not work, now there is no use of the page without the currency selector consisting of products. So to add the currency selector on this customized page you need to follow this procedure. {if !$loggedin && $currencies} WHMCS Global Services www.whmcsglobalservices.com

  2. <form method="post" action="" class="pull-right"> <select name="currency" class="form-control currency-selector" onchange="submit()"> <option>{lang key="changeCurrency"} ({$activeCurrency.prefix} {$activeCurrency.code})</option> {foreach $currencies as $currency} <option value="{$currency['id']}">{$currency['prefix']} {$currency['code']}</option> {/foreach} </select> </form> {/if} Hope this helps you to add a currency selector to your custom WHMCS page. In case you find any issue, please hire our WHMCS Developers. Source: https://whmcsglobalservices.com/how-can-i-add-currency-selector- on-whmcs-custom-page/ WHMCS Global Services www.whmcsglobalservices.com

More Related