Hi,
I thought that you didn't want to display the shipping methods selection on your checkout. But apparently it's something else.
You say that you don't see the "proceed to checkout" button, but I do see it on your website:
take.ms/J85Iv
Regarding the "next" button of your checkout, you don't see it because your template's bottom bar goes over it.
Add such CSS code on your website in order to avoid that:
#hikashop_checkout_next_button{
margin-bottom: 50px;
}
So maybe that's what you were talking about ?