cart->get_cart_url();
global $cache_enabled;
$classes = ”;
if ( isset( $design_options ) AND isset( $design_options[‘hide_for_sticky’] ) AND $design_options[‘hide_for_sticky’] ) {
$classes .= ‘ hide-for-sticky’;
}
if ( isset( $id ) AND ! empty( $id ) ) {
$classes .= ‘ ush_’ . str_replace( ‘:’, ‘_’, $id );
}
echo ‘
echo ‘
echo ‘‘;
if ( ! empty( $icon ) ) {
echo us_prepare_icon_tag( $icon );
}
echo ‘
‘;echo ‘
‘;
echo ‘
the_widget( ‘WC_Widget_Cart’ ); // This widget being always filled with products via AJAX
echo ‘
‘;
echo ‘
‘;
echo ‘
‘;