Change the design of your View Cart Page
Purpose: This template is used for view_cart.asp which displays the items a customer has on their cart before they proceed to the final checkout pages.
Code Blocks within Template: This template will also contain certain blocks which will only come into play during specific situations. For example, the shipping preview blocks will only apply if the function is enabled on the store. Furthermore, the international shipping preview blocks will only apply if that individual setting is also enabled.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
[shipping_zip]
[viewcart_continue-shopping]
[continue_url]
[viewcart_checkout-button]
<!--START: SHOPPING_CART_SHIPMENT_INFO-->
[name]
[address]
<!--START: EDITADDRESS-->
[shipmentid]
<!--END: EDITADDRESS-->
<!--END: SHOPPING_CART_SHIPMENT_INFO-->
[shoppingcart_items]
[shoppingcart_quantity]
[shoppingcart_price]
[shoppingcart_total]
<!--START: SHOPPING_CART_ITEM-->
<!--START: itemthumbnail-->
[ITEM_CATALOGID]
[THUMBNAIL]
<!--END: itemthumbnail-->
[ITEM_CATALOGID]
[ITEM_NAME]
<!--START: itemoptions-->
[ITEM_ID]
[ITEM_ID]
[ITEM_ID]
[OPTIONS]
<!--END: itemoptions-->
<!--START: recurring_frequency-->
[recurring_frequency]
<!--END: recurring_frequency-->
[ITEM_QUANTITY]
[ITEM_ID]
[ITEM_PRICE]
[ITEM_SUBTOTAL]
<!--END: SHOPPING_CART_ITEM-->
[shoppingcart_subtotal]
[CARTSUBTOTAL]
<!--START: BUYSAFE_CONTROL-->
<!--START: BUYSAFE_LEARNMORE-->
[buysafe_cartdetailsurl]
[buysafe_cartdetailsdisplaytext]
<!--END: BUYSAFE_LEARNMORE-->
[buysafe_bondingsignal]
<!--START: BUYSAFE_BONDCOST-->
[buysafe_bondcostdisplaytext]
<!--END: BUYSAFE_BONDCOST-->
<!--END: BUYSAFE_CONTROL-->
<!--START: DISCOUNTS-->
[checkout1_discounts]
[DISCOUNTS]
<!--END: DISCOUNTS-->
[shoppingcart_total]
[CARTTOTAL]
[viewcart_total-note]
<!--START: apply_coupon-->
[viewcart_coupon-header]
[viewcart_coupon-message]
<!--END: apply_coupon-->
<!--START: ShipQuote-->
[viewcart_shipping-header]
[shipping_zip]
[viewcart_shipping-message]
<!--START: viewcart_ship-->
[shipping_city]
[shipping_state]
[shipping_zip]
<!--START: Shippers-->
[OPTION-SHIPPER]
[OPTION-DESCRIPTION]
[OPTION-PRICE]
<!--END: Shippers-->
<!--END: viewcart_ship-->
<!--END: ShipQuote-->
<!--START: ShipQuoteInternational-->
[viewcart_shipping-header]
[shipping_zip]
[viewcart_shipping-message]
<!--START: viewcart_ship-->
[shipping_city]
[shipping_state]
[shipping_zip]
<!--START: Shippers-->
[OPTION-SHIPPER]
[OPTION-DESCRIPTION]
[OPTION-PRICE]
<!--END: Shippers-->
<!--END: viewcart_ship-->
<!--END: ShipQuoteInternational-->
<!--START: savecart-->
[viewcart_save-cart]
<!--END: savecart-->
[viewcart_continue-shopping]
[continue_url]
[shoppingcart_updatecart]
[viewcart_checkout-button]
<!--START: INTERNATIONAL_CHECKOUT-->
<!--END: INTERNATIONAL_CHECKOUT-->
<!--START: BONGO_INTERNATIONAL-->
<!--END: BONGO_INTERNATIONAL-->
<!--START: GOOGLECHECKOUT-->
[gc_merchantid]
<!--END: GOOGLECHECKOUT-->
<!--START: paypalexpress-->
<!--END: paypalexpress-->
<!--START: checkoutByAmazon-->
[amazon_cba_form]
<!--END: checkoutByAmazon-->
<!--START: shopatron-->
<!--END: shopatron-->
<!--START: apply_coupon_validation-->
<!--END: apply_coupon_validation-->
<!--START: PROMOTIONS-->
[viewcart_discounts-header]
<!--START: DISPLAY_PROMOS-->
[id]
[promotion_name]
[promotion_description]
[promotion_start]
[promotion_end]
<!--START: REMOVE_PROMO-->
<!--END: REMOVE_PROMO-->
<!--END: DISPLAY_PROMOS-->
<!--END: PROMOTIONS-->
<!--START: GIFTCERTIFICATES-->
[viewcart_giftcertificates-header]
<!--START: DISPLAY_GIFTCERTIFICATES-->
[id]
[certificate_name]
[discount_amount]
<!--END: DISPLAY_GIFTCERTIFICATES-->
<!--END: GIFTCERTIFICATES-->
<!--START: FEATURE_MENU-->
[viewcart_feature-header]
<!--START: CATEGORY_ITEMS-->
<!--START: ITEM_TEMPLATE_0-->
[catalogid]
[THUMBNAIL]
[name]
[catalogid]
[name]
[ITEMPRICE]
<!--END: ITEM_TEMPLATE_0-->
<!--END: CATEGORY_ITEMS-->
<!--END: FEATURE_MENU-->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
<!--START: ShipQuoteInternationalScript-->
[shipping_country]
[shipping_state]
<!--END: ShipQuoteInternationalScript-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Some of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance. Also, many of the variables are dynamically inserted from your cart's Settings ->Design ->Store Language section.