Now that you have created the pages that will add items to the cart we will create the cart display page, begin by opening the file cart/cart.aspx, position your cursor below the text caption "Shopping Cart" and then click the "Insert Cart Element" icon
Once the Insert Cart Element dialog appears select "Cart|Form|Table" as shown below
Click the "OK" button and the following dialog will then appear:
Leave the "Batch Recalculate Mode" checkbox checked and then click "OK" and the following table will be inserted into the page.
All the elements required to display and edit the carts contents are inserted and all the relevant settings are applied to the Cart control tag, if you right click the webxelcart:cart tag in the html source and select "Edit Tag <webxelcart:cart>..." from the context menu the following dialog will appear:
As can be seen, within the "General" section of the dialog the carts ID and Tax properties have been set, if you explore the other sections of the dialog you will notice that many other properties have been pre-defined for you.
Next: Checkout: Get Customer Information