altomarketing Posted January 4, 2012 Share Posted January 4, 2012 Hi ! i see that now currencies are shown like eu.png us.png ... How to add my own flag ? like Argentina - Pesos should be ar.png right ? we uploaded image but i dont know how to say whmcs that pick up this flag. 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted January 6, 2012 Author Share Posted January 6, 2012 Answer that whmcs support said: You would need to edit your active orderform template products.tpl and viewcart.tpl files to add in the new currency flag you wish to show. The current line looks like: <img src="images/flags/{if $curr.code eq "AUD"}au{elseif $curr.code eq "CAD"}ca{elseif $curr.code eq "EUR"}eu{elseif $curr.code eq "GBP"}gb{elseif $curr.code eq "INR"}in{elseif $curr.code eq "JPY"}jp{elseif $curr.code eq "USD"}us{elseif $curr.code eq "ZAR"}za{else}na{/if}.png" border="0" alt="" /> You would need to add another {elseif section before the {else} in this line. 0 Quote Link to comment Share on other sites More sharing options...
agarzon Posted July 6, 2012 Share Posted July 6, 2012 In fact, they are 8 files to be edited (according your order template selection): templates/orderforms/comparison/adddomain.tpl templates/orderforms/comparison/products.tpl templates/orderforms/modern/adddomain.tpl templates/orderforms/modern/products.tpl templates/orderforms/modern/viewcart.tpl templates/orderforms/slider/adddomain.tpl templates/orderforms/slider/products.tpl templates/orderforms/slider/viewcart.tpl My first post ! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.