Shipping method button at the wrong place

  • Posts: 32
  • Thank you received: 0
12 years 2 months ago #62058

My shipping method button, the one of the second option ( I have one for Switzerland and otther for Europe) is not in line with the second option. It is to much down and it's not sure wheter I am going to choose the second shipping option or "there are more shipping ... please contact us...". (see attachement). So I really would like to fix that. Template stuff, I now, but not, how to handle it. I made my titles of the shipping methods shorter and shorter, but thats not the issue...

By the way: It is very pitty that while defining the diffent shipping methods I can chosse between CHF and EUR, but in the check out process the shipping mehtod appears in the chosen currency. Makes sencs, somehow, but It would also make sense that the Shipping fies are in the same currency like the country which they are referring to...

Thank you!

Chantal

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 2 months ago #62164

The radio button is centered based on the whole title+description of the shipping method.
That's why it's like that by default.
You can add that CSS to have the radio buttons at the top of the table cell, in front of the title:
#hikashop_checkout_page .hikashop_shipping_methods td {
vertical-align: top !important;
}

The shipping methods can be restricted to a zone. They can be restricted to a currency.
And the user on the front end can select the currency in which he wants to buy. If he buys in EUR, that the shipping method is not restricted for that currency and that the price entered in the shipping method is in another currency, it will indeed be converted. But that's normal as orders can only be in one currency.
If you want to force yourself the shipping price in each currency, just create two shipping methods, one for each currency and set the shipping price in that same currency.

The following user(s) said Thank You: Chantal

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
12 years 2 months ago #62178

Thank you, that helped a lot!

Chantal

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum