i don’t think i have it right. i’m kinda green to this stuff so would someone point me in the right direction? i thought i had the form fields correct on the code side but i was wrong. could someone please tell me which are the applicable field names? i have been trying to substitute the names with the field names i want to be there (description, temple, quantity, price) so i can pass the values to php. can anyone help me get on the right track? thanks, yall. i thought i had the right form field names but i was wrong. if anyone cares to consider my situation the url is: solutionm3.com/ordertest.html
this is the html:
<form id="shoppingCart" method="POST" class="form-inline" name="basket_form" action="MyConnection">
<div class="content">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav custom_nav">
<li class="pull-left">
<div>
<i class="icon-hand-left icon-white"></i>
Continue Shopping
</a>
</div>
</li>
<li class="pull-right">
<span class="btn btn-success continue_to_checkout" type="submit" value="Checkout" name="cont_to_checkout1">
Continue To Checkout
</span>
</a>
</li>
<li class="pull-right"> </li>
<li class="pull-right">
<div>
<button class="btn btn-danger remove_all" type="submit" name="remove_all1" value="remove_all" rel="tooltip" data-placement="bottom" data-original-title="Be careful! All products will be entirely removed from the basket!">
<i class="icon-remove icon-white"></i>
Remove All
</button>
</div>
</li>
</ul>
</div>
</div>
<div class="basket_list clearfix">
<div class="tables">
<table class="table table_header">
<thead>
<tr>
<th colspan="2" class="description">
Item Description
</th>
<th class="size">
TEMPLE
</th>
<th class="quantity">
Quantity
</th>
<th class="price">
Price
</th>
<th class="subtotal">
Subtotal
</th>
<th>
</th>
</tr>
</thead>
</table>
<table class="table">
<tbody>
<tr class="warning">
<td class="thumb" rowspan="2"><a href="javascript: void(0);" title="Link to product page"><img src="img/331.jpg" alt="" width="123" height="91" title="Product Image"></a></td>
<td class="description" rowspan="2">
<a class="item-name" href="javascript: void(0);" title="Link to product page">The Carat</a>
<div>
<div class="item-availability"><em>These Diamond Shape Spectacles Accentuate Anyone's Style and Grace</em>.</div>
<div class="item-sku">MDL331</div>
</div>
</td>
<td class="size">
<select class="span2" id="prod2_size1" name="prod2_size1">
<option value="0">Size</option>
<option value="Buffalo Horn" selected>Buffalo Horn</option>
<option value="Gold">Gold</option>
<option value="Rose Gold">Rose Gold</option>
<option value="White Gold">White Gold</option>
<option value="Titanium">Titanium</option>
<option value="Platinum">Platinum</option>
<option value="Whale Bone">Whale Bone</option>
</select>
</td>
<td class="color">
<input type="hidden" id="prod2_color1" name="prod2_color1" value="no">
</td>
<td class="quantity">Qty: <input id="prod2_qty1" name="prod2_qty1" type="text" class="number" value="1" class="inline input-mini">
</td>
<td class="price">
<span class="currency">$</span><span class="amount">3000.00</span>
</td>
<td class="subtotal">
<span class="currency">$</span><span class="amount">3000.00</span>
</td>
<td class="remove">
<button class="btn btn-danger btn-mini" type="submit" name="prod2_remove1" value="remove_item" rel="tooltip" data-placement="left" data-original-title="Be careful! This item will be entirely removed from the basket!">
<i class="icon-remove icon-white"></i>
</button>
</td>
</tr>
<tr class="warning additional_empty">
<td class="empty_td" colspan="8">
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="warning">
<td class="thumb" rowspan="2">
<a href="javascript: void(0);" title="Link to product page"><img src="img/332.JPG" width="123" height="91"></a></td>
<td rowspan="2" class="description">
<a class="item-name" href="javascript: void(0);" title="Link to product page">The Minimum</a>
<div>
<div class="item-availability">
<p><em>Timeless Design, </em><em>A true work of art</em>, <em>High Quality Lenses, </em><em>A Comfortable Fit</em></p>
</div>
<div class="item-sku">MDL332</div>
</div>
</td>
<td class="size">
<select class="span2" id="prod2_size1" name="prod2_size1">
<option value="0">Size</option>
<option value="Buffalo Horn" selected>Buffalo Horn</option>
<option value="Gold">Gold</option>
<option value="Rose Gold">Rose Gold</option>
<option value="White Gold">White Gold</option>
<option value="Titanium">Titanium</option>
<option value="Platinum">Platinum</option>
<option value="Whale Bone">Whale Bone</option>
</select>
</td>
<td class="color"><input type="hidden" id="prod2_color1" name="prod2_color1" value="no">
</td>
<td class="quantity">Qty: <input id="prod2_qty1" name="prod2_qty1" type="text" class="number" value="1" class="inline input-mini">
</td>
<td class="price">
<span class="currency">$</span><span class="amount">4000.00</span>
</td>
<td class="subtotal">
<span class="currency">$</span><span class="amount">4000.00</span>
</td>
<td class="remove">
<button class="btn btn-danger btn-mini" type="submit" name="prod2_remove1" value="remove_item" rel="tooltip" data-placement="left" data-original-title="Be careful! This item will be entirely removed from the basket!">
<i class="icon-remove icon-white"></i>
</button>
</td>
</tr>
<tr class="warning additional_empty">
<td class="empty_td" colspan="8">
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="warning">
<td class="thumb" rowspan="2">
<a href="javascript: void(0);" title="Link to product page">
<img src="img/333.jpg" width="123" height="91" title="Product Image">
</a>
</td>
<td class="description" rowspan="2">
<a class="item-name" href="javascript: void(0);" title="Link to product page">The Maximum</a>
<div>
<div class="item-availability"><em>Rimless frames</em>, <em> Sophistication & Elegance</em> by Design</div>
<div class="item-sku">MDL333</div>
</div>
</td>
<td class="size">
<select class="span2" id="prod2_size1" name="prod2_size1">
<option value="0">Size</option>
<option value="Buffalo Horn" selected>Buffalo Horn</option>
<option value="Gold">Gold</option>
<option value="Rose Gold">Rose Gold</option>
<option value="White Gold">White Gold</option>
<option value="Titanium">Titanium</option>
<option value="Platinum">Platinum</option>
<option value="Whale Bone">Whale Bone</option>
</select>
</td>
<td class="color"><input type="hidden" id="prod2_color1" name="prod2_color1" value="no">
</td>
<td class="quantity"><label class="inline">Qty:</label><input id="prod2_qty1" name="prod2_qty1" type="text" class="number" value="1" class="inline input-mini">
</td>
<td class="price">
<span class="currency">$</span><span class="amount">5000.00</span>
</td>
<td class="subtotal">
<span class="currency">$</span><span class="amount">5000.00</span>
</td>
<td class="remove">
<button class="btn btn-danger btn-mini" type="submit" name="prod2_remove1" value="remove_item" rel="tooltip" data-placement="left" data-original-title="Be careful! This item will be entirely removed from the basket!">
<i class="icon-remove icon-white"></i>
</button>
</td>
</tr>
<tr class="warning additional_empty">
<td class="empty_td" colspan="8">
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr class="warning">
<td class="thumb" rowspan="2"><a href="javascript: void(0);" title="Link to product page"></a><img src="img/POV_clip_image001.jpg" width="142" height="106"></td>
<td class="description" rowspan="2"><a class="item-name" href="javascript: void(0);" title="Link to product page">The Drop</a>
<div>
<div class="item-availability"><em>These Teardrop Cut Lenses with Lightweight Rimless frames are a work of art</em></div>
<div class="item-sku">MDL334</div>
</div></td>
<td class="size"><select class="span2" id="prod2_size3" name="prod2_size3">
<option value="0">Size</option>
<option value="Buffalo Horn" selected>Buffalo Horn</option>
<option value="Gold">Gold</option>
<option value="Rose Gold">Rose Gold</option>
<option value="White Gold">White Gold</option>
<option value="Titanium">Titanium</option>
<option value="Platinum">Platinum</option>
<option value="Whale Bone">Whale Bone</option>
</select></td>
<td class="color"><input type="hidden" id="prod2_color3" name="prod2_color3" value="no"></td>
<td class="quantity"><label class="inline">Qty:</label>
<input id="prod2_qty1" name="prod2_qty1" type="text" class="number" value="1" class="inline input-mini"></td>
<td class="price"><span class="currency">$</span><span class="amount">6000.00</span></td>
<td class="subtotal"><span class="currency">$</span><span class="amount">6000.00</span></td>
<td class="remove"><button class="btn btn-danger btn-mini" type="submit" name="prod2_remove1" value="remove_item" rel="tooltip" data-placement="left" data-original-title="Be careful! This item will be entirely removed from the basket!"> <i class="icon-remove icon-white"></i> </button></td>
</tr>
<tr class="warning additional_empty">
<td class="empty_td" colspan="8"></td>
</tr>
</tbody>
</table>
</div>
<div class="empty_basket">
Your Shopping Cart is empty!
</div>
<div class="order_blocks clearfix">
<div class="row">
<div class="span6 shipping_block clearfix">
<div class="delivery_block pull-left">
<h4>Delivery Method</h4>
<label class="radio">
<input type="radio" name="deliveryOption" id="deliveryOption1" value="0" checked>
STANDARD - 4-5 working days: <span class="currency">$</span>0.00
</label>
<label class="radio">
<input type="radio" name="deliveryOption" id="deliveryOption2" value="9.95">
EXPRESS DELIVERY - 48h: <span class="currency">$</span>9.95
</label>
</div>
<div class="promotional_block pull-right">
<h4>Promotional Code</h4>
<div class="input-append">
<input class="span2" id="appendedInputButton" name="promotional" value="" size="16" type="text" >
<button class="btn" type="submit" formaction="demo_admin.html" id="promotionAdd" rel="tooltip" data-placement="bottom" data-original-title="If you have a promotional code - you could add it here.">Add</button>
</div>
<h6>(Use any text here and you'll receive 10% of discount!)</h6>
</div>
</div>
<div class="span6 total_block">
<h4>Summary Block</h4>
<table id="basketTotalsList">
<tbody>
<tr>
<td class="total_position">Goods Subtotal</td>
<td class="basket_subtotal">
<span class="currency">$</span><span class="amount">325.67</span>
</td>
</tr>
<tr>
<td class="total_position">Taxes (<span class="taxes_percent">0</span>%)</td>
<td class="basket_taxes">
<span class="currency">$</span><span class="amount">325.67</span>
</td>
</tr>
<tr>
<td class="total_position">Delivery cost</td>
<td class="basket_delivery">
<span class="currency">$</span><span class="amount">325.67</span>
</td>
</tr>
<tr>
<td class="total_position">Discount (<span class="discount_percent">0</span>%)</td>
<td class="basket_discount">
-<span class="currency">$</span><span class="amount">325.67</span>
</td>
</tr>
<tr class="total">
<td class="total_position">
<h3>Order Total</h3>
</td>
<td class="basket_total">
<h3>
<span class="currency">$</span><span class="amount">325.67</span>
</h3>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="navbar">
<div class="navbar-inner">
<ul class="nav custom_nav">
<li class="pull-left">
<div>
<i class="icon-hand-left icon-white"></i>
Continue Shopping
</a>
</div>
</li>
<li class="pull-right">
<span class="btn btn-success continue_to_checkout" type="submit" value="Checkout" name="cont_to_checkout1">
Continue To Checkout
</span>
</a>
</li>
<li class="pull-right"> </li>
<li class="pull-right">
<div>
<button class="btn btn-danger remove_all" type="submit" name="remove_all2" value="remove_all" rel="tooltip" data-placement="top" data-original-title="Be careful! All products will be entirely removed from the basket!">
<i class="icon-remove icon-white"></i>
Remove All
</button>
</div>
</li>
</ul>
</div>
</div>
</div>
</form>
i am still learning how to post topics properly. thanks yall.