I have uploaded/updated store1.asp & store2.asp with asset files. Here is the code I have for the display cart Price area
<tr>
<td><%=WA_eCart_DisplayInfo(FBB_Cart_Store, "Name")%></td>
<td><%=WA_eCart_DisplayInfo(FBB_Cart_Store, "Description")%></td>
<td class="eC_PriceItem" ><%=WA_eCart_DisplayMoney(FBB_Cart_Store, WA_eCart_DisplayInfo(FBB_Cart_Store, "TruePrice"))%></td>
<td class="eC_FormItem" ><input type="text" name="FBB_Cart_Store_Quantity_<%=FBB_Cart_Store.DisplayIndex%>" size="3" value="<%=WA_eCart_DisplayInfo(FBB_Cart_Store, "Quantity")%>" /></td>
<td class="eC_FormItem" ><input type="checkbox" value="<%=WA_eCart_DisplayInfo(FBB_Cart_Store, "ID")%>" name="FBB_Cart_Store_Delete_<%=FBB_Cart_Store.DisplayIndex%>" /></td>
<td class="eC_PriceItem" ><%=WA_eCart_DisplayMoney(FBB_Cart_Store, WA_eCart_DisplayInfo(FBB_Cart_Store, "TotalPrice"))%></td>
</tr>


