// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
easy-digital-downloads
/
templates
[ PARENT ]
EDIT :: widget-cart-item.php
<li class="edd-cart-item"> <span class="edd-cart-item-title">{item_title}</span> <span class="edd-cart-item-separator">-</span><span class="edd-cart-item-quantity"> {item_quantity} @ </span><span class="edd-cart-item-price"> {item_amount} </span><span class="edd-cart-item-separator">-</span> <a href="{remove_url}" data-cart-item="{cart_item_id}" data-download-id="{item_id}" data-action="edd_remove_from_cart" class="edd-remove-from-cart"><?php _e( 'remove', 'easy-digital-downloads' ); ?></a> </li>
SAVE
CANCEL