/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
trx_utils
/
templates
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/templates
mkdir
upload
Name
Size
Mode
Actions
contact-info-cart.php
996
0644
edit
dl
rm
tpl.login.php
2242
0644
edit
dl
rm
tpl.register.php
2878
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/templates/contact-info-cart.php
(996B)
<?php $cart_items = WC()->cart->get_cart_contents_count(); $cart_summa = strip_tags(WC()->cart->get_cart_subtotal()); ?> <a href="#" class="top_panel_cart_button" data-items="<?php echo esc_attr($cart_items); ?>" data-summa="<?php echo esc_attr($cart_summa); ?>"> <span class="contact_icon icon-basket"></span> <span class="contact_label contact_cart_label"><?php esc_html_e('Your cart:', 'trx_utils'); ?></span> <span class="contact_cart_totals"> <span class="cart_items"><?php echo esc_html($cart_items) . ' ' . ($cart_items == 1 ? esc_html__('Item', 'trx_utils') : esc_html__('Items', 'trx_utils')); ?></span> - <span class="cart_summa"><?php charity_is_hope_show_layout($cart_summa); ?></span> </span> </a> <ul class="widget_area sidebar_cart sidebar"><li> <?php do_action( 'before_sidebar' ); charity_is_hope_storage_set('current_sidebar', 'cart'); if ( !dynamic_sidebar( 'sidebar-cart' ) ) { the_widget( 'WC_Widget_Cart', 'title=&hide_if_empty=1' ); } ?> </li></ul>
Save
cmd:
run