Added a safe default for shipping costs.

svn path=/trunk/; revision=8143
This commit is contained in:
2007-04-24 19:55:34 +00:00
parent 6c69837015
commit d91010e8fb

View File

@@ -31,7 +31,7 @@
<input type="hidden" name="shipping" value="1"/>
<input type="radio" name="_shipping" value="3"/>
Shipping within Germany (€3.00)<br/>
<input type="radio" name="_shipping" value="7"/>
<input type="radio" name="_shipping" value="7" checked/>
Shipping within Europe (€7.00)<br/>
</p>