by Randy » Thu Nov 25, 2004 10:30 pm
You may want to search the forum for more formatting of the table.
The table is built in 3 stages: the header; middle; and footer.
Look about line 562 in managecart function and line 740 in the checkout function for the table definition and headers.
The middle of the table is built line by line in a read cookie loop, then finally the footer is built starting with the subtotal and ending with the Tax by Region radio buttons in the case of managecart, and Total in checkoutCart function.
I added the width command to my table...about 55 px to start with everything except descreption, which I left about 350 px wide.
Have fun with it.
Randy