Example #1
0
                <h2>Shopping Basket</h2>
                <br/>

                <form action="#" method="POST">
                    <table>
                        <tr>
                            <th>Item No.</th>
                            <th>Product</th>
                            <th width="40%">Name</th>
                            <th>Amount</th>
                            <th width="10%">Price</th>
                            <th width="10%">Extended</th>
                            <th>&nbsp;</th>
                        </tr>
                        <?php 
print $view->displayCart($cartList);
?>
                    </table>

                    <br/>

                    <p align="center">
                        <input type="submit" name="back" value="Back to Shopping" class="button"/>
                        <input type="submit" name="change" value="Update" class="button"/>
                        <input type="submit" name="checkout" value="Checkout" class="button"/>

                    <p>
                </form>
            </div>

        </div><!-- content -->