softbeach Posted October 8, 2010 Share Posted October 8, 2010 How to use Currency images instead of Currency symbols in Currency changing block?for example for $ symbol can we put $ image in the currency block in the top header..help me how can we do it. Link to comment Share on other sites More sharing options...
rocky Posted October 8, 2010 Share Posted October 8, 2010 You will need to change line 7 of modules/blockcurrencies/blockcurrencies.tpl: <a href="[removed]setCurrency({$f_currency.id_currency});" title="{$f_currency.name}">{$f_currency.sign} to something like: <a href="[removed]setCurrency({$f_currency.id_currency});" title="{$f_currency.name}"><img src="{$img_dir}currency{$f_currency.id_currency}.jpg" alt="{$f_currency.name}" /> Change [removed] to javascript followed by a colon. Then put currency1.jpg, currency2.jpg, etc in the img directory inside your theme. Link to comment Share on other sites More sharing options...
softbeach Posted October 9, 2010 Author Share Posted October 9, 2010 Superb!!!!!!!!!Thanks rocky for you help. Link to comment Share on other sites More sharing options...
johnme Posted January 11, 2011 Share Posted January 11, 2011 This Change only block currency Module images How to Change this in Before product priceCan you help me You will need to change line 7 of modules/blockcurrencies/blockcurrencies.tpl: <a href="[removed]setCurrency({$f_currency.id_currency});" title="{$f_currency.name}">{$f_currency.sign} to something like: <a href="[removed]setCurrency({$f_currency.id_currency});" title="{$f_currency.name}"><img src="{$img_dir}currency{$f_currency.id_currency}.jpg" alt="{$f_currency.name}" /> Change [removed] to javascript followed by a colon. Then put currency1.jpg, currency2.jpg, etc in the img directory inside your theme. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now