Nicolas, thanks, the whole thing works now. Another question popped up, though:
I'm trying to modify the CSS for the bank transfer payment details to make it look like the rest of the shop.
I've added a class .hikashop_banktransfer_end to the CSS file and modified it according to my needs, namely
.hikashop_banktransfer_end {
width: 700px;
height: 300px;
background-color: #000;
border: 1px solid;
border-radius: 5px;
}
but it doesn't seem to pick it up in the front end. Any ideas?
Also, where does one modify the error message that pops up due to shipping method error?