Add custom shipping provider select field to checkout
I would like to add a select field with some carriers and a fixed price for each and then add the value to the cart.
es:
<select>
<option>Select</option>
<option value="10,00">My provider 1</option>
<option value="9">My provider 2</option>
<option value="8.5">My provider 3</option>
</select>