summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index cc7ee249..1bbae37f 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -604,20 +604,22 @@
<div class="checkbox-container">
<div class="checkbox-row">
<div class="checkbox-toggle">
- <input id="express-shipping" type="checkbox" name="express-shipping" value="true" required>
+ <input id="express-shipping" type="radio" name="ShippingType" value="Express" required>
<label for="express-shipping"></label>
</div>
<label class="checkbox-caption" for="express-shipping">
- fast
+ <b>COMPLIMENTARY EXPRESS $10</b><br>
+ (DELIVERY IN 2-4 WORKING DAYS)
</label>
</div>
<div class="checkbox-row">
<div class="checkbox-toggle">
- <input type="checkbox" id="standard-shipping" name="standard-shipping" value="true" required>
+ <input id="standard-shipping" type="radio" name="ShippingType" value="Standard" checked required>
<label for="standard-shipping"></label>
</div>
<label class="checkbox-caption" for="standard-shipping">
- slow
+ <b>STANDARD SHIPPING</b><br>
+ (DELIVERY IN 5-8 WORKING DAYS)
</label>
</div>
</div>