Shape 5

Joomla Templates => GCK Store - Club => : dgoh168 February 17, 2016, 04:24:42 AM



: Hikashop - Putting Currency Switcher on Position Custom_1
: dgoh168 February 17, 2016, 04:24:42 AM
Hi,

I want to put the currency switcher to the position custom_1, next to the shopping cart.

I would like to know how to do that if it is possible to do so. I tried to change the position in the currency switcher module to position custom_1 but the currency swicther did not align correctly with the shopping cart.

Thanks.



: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: mikek February 17, 2016, 08:23:55 AM
Hello,

That will probably need custom css to align it there, we don't provide customizations like this. If you can provide a url to where it can be seen I can see if it's an easy fix or not.


: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: dgoh168 February 19, 2016, 07:47:33 AM
Hi,

The URL is http://www.altech-ecommerce.com/index.php.

Thanks.


: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: mikek February 19, 2016, 09:01:02 AM
Hello,

I don't see a currency switcher in that area of your site. All that is published there is the cart module.


: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: dgoh168 February 25, 2016, 08:19:14 AM
Hi,

I have just published the currency switcher module at custom_1 position. Here is the link - http://www.altech-ecommerce.com/index.php/store/compressed-air-filters.

There is suppose to be a cart on the right hand side of the bar (refer to home page at www.altech-ecommerce.com) but right now, it has been pushed above the currency.

Thanks.


: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: mikek February 25, 2016, 08:45:26 AM
Hello,

This is really custom css, we don't provide modifications like this. However, the change is pretty easy to do, if you add this to custom.css it should stylize it better. If you need to tweak it more I would suggest using Firebug to identify the css needed for this area.

.hikashop_currency_module {
padding:0px !important;
}

.hikashop_currency_module select {
marign:0px !important;
margin-top:-9px !important;
margin-left:5px !important;
min-height:15px !important;
}


: Re: Hikashop - Putting Currency Switcher on Position Custom_1
: dgoh168 February 25, 2016, 09:06:24 AM
Hi,

Will try. Thanks for your help.

Cheers