I am having a little problem trying to bind an action to an HTML select option. At the moment I have:
<select name ="delivery ">
<p><option value="1"</p>Free Delivery</option>
<p><option value="2"</p>Next-day</option>
</select>
If option one is pressed, then I would like ${cart.subtotal} to remain the same value
but if option 2 is pressed then ${cart.subtotal + 3.50}