Jump to content

Force client to use default currency


faisal

Recommended Posts

Hi

 

I am using USD as default currency and have SAR as sub currency because my CC gateway module require it.

 

Is there an easy way to disable "choose currency" from all client area or Force the client to use default currency instead of find and delete all the "choose currency" codes from all template files and order forms?

 

WHMCS V6.x

 

Thanks in advance.

Link to comment
Share on other sites

  • 1 month later...

Is this hook OK?

 

 

<?php

$forcedcurrency = '1';

if($_SESSION['currency'] != '1') {
   $_SESSION['currency'] = $forcedcurrency;
}

 

 

So if new client visit any link and add &currency=x where x is any number it force him back to currency Id 1 which is USD

 

 

Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated