TOP

v65:modalCart

<v65:modalCart display="dontShowIfZero"></v65:modalCart>

Description: This tag displays visitors cart.

HTML Source Output:

<div id="v65-modalCart">

   <a href="javascript:vin65.cart.toggleCart();" id="v65-toggleModalCart">
      Cart <strong>0</strong> items:<strong>$0.00</strong>
   </a>

   <div id="v65-modalCartDropdown">

      <div id="v65-modalCartBody">

         <p class="right"><a href="javascript:vin65.cart.hideCart();" class="modalLinkAltBtn"><span>Close</span></a></p>

         <div id="v65-itemAddedText" style="display:none;">
            <p class="alertYellow">Item was successfully added to your cart</p>
         </div>

         <table border="0" cellspacing="0" cellpadding="0" id="v65-modalCartTable">
            <tr>
               <th>Qty</th>
               <th>item</th>
               <th>Description</th>
               <th style="text-align: right;">Price</th>
               <th style="text-align: right;">Total</th>
            </tr>

            <!--Cart Subtotal-->
            <tr id="v65-modalCartTableSubtotal">
               <td colspan="3">&nbsp;</td>
               <td class="right">SubTotal</td>
               <td class="right">$0.00</td>
            </tr>
            <!--/Cart Subtotal-->

         </table>

         <p class="right"> <a href="/index.cfm?method=cart.showCart" class="modalLinkAltBtn"><span>View Cart</span></a></p>

      </div>

      <div id="v65-modalCartFooter">&nbsp;</div>

   </div>

</div> 

Base CSS from vin65.css:
#v65-modalCart
#v65-modalCartDropdown
#v65-modalCartBody
#v65-modalCartTable
#v65-modalCartTableSubtotal
#v65-modalCartFooter

Resource Bundle Elements:
ItemWasSuccessfullyAdded
Qty
Item
Description
Price
Total
Subtotal
ViewCart
Checkout