Shopping Cart BC

by Liam Merlyn

HTML

<div id="catCartDetails">
    <div class="shop-cart">
        <div class="breadcrumbs">You are here: Online Shop</div>
        
<h1>Your Shopping Cart</h1>

        <table class="cart">
            <tr class="var">
                <th>Product</th>
                <th>Price</th>
                <th class="quantity">Quantity</th>
                <th>Tax</th>
                <th>Total</th>
                <th>Remove</th>
            </tr>
            <tr class="val">
                <td>
                    <div class="productitemcell"><a sw="1" catid="27,9764338" href="/accessories/rc-test-model">RC Test Model</a>
                    </div>
                </td>
                <td>
                    <div class="productitemcell">£99.00</div>
                </td>
                <td class="quantity">
                    <div class="productitemcell">
                        <input onchange="UpdateItemQuantity(this.value,336749,0,9764338,374582,'','GB');return false;" class="cartInputText" type="text" value="1" />
                    </div>
                </td>
                <td>
                    <div class="productitemcell">0%</div>
                </td>
                <td>
                    <div class="productitemcell">£99.00</div>
                </td>
                <td>
                    <div class="productitemcell"><a href="#" onclick="UpdateItemQuantity(0,336749,0,9764338,374582,'','GB');return false;">Remove</a>
                    </div>
                </td>
            </tr>
            <tr class="sub-total">
                <td colspan="2">Sub-Total</td>
                <td class="quantity">1 units</td>
                <td>&nbsp;</td>
                <td>£99.00</td>
                <td>&nbsp;</td>
            </tr>
            <tr class="discount">
                <td>Discount</td>
                <td colspan="2" class="quantity">
                    <input onchange="ApplyDiscountCode(this.value,336749,0);return false;" value=""...