commerce_popup_cart_empty.tpl.php in Commerce Popup Cart 7
Empty shopping cart template.
1 theme call to commerce_popup_cart_empty.tpl.php
File
theme/commerce_popup_cart_empty.tpl.phpView source
<?php
/**
* @file
* Empty shopping cart template.
*/
?>
<div class="wrapper">
<div class="cart-icon"></div><span class="cart_popup_count"></span>
<div id="cart-popup" style="display:none;">
<?php
print $empty_cart_message;
?>
<div class="popup-arrow"></div>
</div>
</div>