Post by fred123 » Tue Jan 28, 2014 6:45 pm

Hi I would like to change the currency from a standard currency box to 1 line and each currency on a coloured background.

I have tried a few things but cant suss it out. Can anyone help.

Many thanks.

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by Xyph3r » Tue Jan 28, 2014 8:26 pm

I can't imagine what you want...could you provide a screenshot?

ImageImageImage
Opencart Templates, Modules, Themes & Custom Development | ShopThemer


User avatar
Active Member

Posts

Joined
Sun Feb 10, 2013 1:08 am


Post by fred123 » Wed Jan 29, 2014 3:45 am

Hi Sorry for the delay and thanks for your reply.

I want the currency like this....

Attachments

currency.png

currency.png (1.14 KiB) Viewed 1759 times


Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by Xyph3r » Wed Jan 29, 2014 5:27 am

You have a custom theme or it's the default one?

ImageImageImage
Opencart Templates, Modules, Themes & Custom Development | ShopThemer


User avatar
Active Member

Posts

Joined
Sun Feb 10, 2013 1:08 am


Post by fred123 » Wed Feb 19, 2014 7:01 pm

it is the default template.

Thanks :)

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by fred123 » Fri Feb 21, 2014 11:58 pm

Can anyone help with this?

thanks

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by Xyph3r » Tue Feb 25, 2014 12:23 am

First you must edit catalog/view/theme/default/template/module/currency.tpl and replace

Code: Select all

 <div id="currency"><?php echo $text_currency; ?><br />
with

Code: Select all

 <div id="currency"><?php echo $text_currency; ?>&nbsp;&nbsp;&nbsp;
and

Code: Select all

<a title="<?php echo $currency['title']; ?>"><b><?php echo $currency['symbol_left']; ?></b></a>
    <?php } else { ?>
    <a title="<?php echo $currency['title']; ?>"><b><?php echo $currency['symbol_right']; ?></b></a>
with

Code: Select all

<a class="selected" title="<?php echo $currency['title']; ?>"><b><?php echo $currency['symbol_left']; ?></b></a>
    <?php } else { ?>
    <a class="selected" title="<?php echo $currency['title']; ?>"><b><?php echo $currency['symbol_right']; ?></b></a>


Then go to your stylesheet/stylesheet.css and around line 116 change the width of #currency div to about 130px and left positioning to about 380px. Here you can change the "Currency" text color too.

Then go to "#currency a" line ~ 124 and add a background, change the color of the currency sign. Remove or change the border color.

After "#currency a" closes, add

Code: Select all

#currency a.selected {background:#yourcolor;}
Line ~ 134 - Change the color of the selected currency symbol.

ImageImageImage
Opencart Templates, Modules, Themes & Custom Development | ShopThemer


User avatar
Active Member

Posts

Joined
Sun Feb 10, 2013 1:08 am


Post by fred123 » Tue Apr 15, 2014 3:52 pm

Brill thanks :)

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm
Who is online

Users browsing this forum: No registered users and 34 guests