php Выводколичестватоваровккорзинесобновлениепоajax

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Выводколичестватоваровккорзинесобновлениепоajax相关的知识,希望对你有一定的参考价值。

add_action( 'mobile_cart', 'artabr_header_card' );// хук должен быть где-то в шапке или просто функцию выводите в нужном месте
function artabr_header_card() {
	global $woocommerce;
	$count = $woocommerce->cart->get_cart_contents_count();
	//$count = get_cart_contents_count();
	?>
	<a class="cart-link" href="<?php echo wc_get_cart_url(); ?>" title="Смотреть корзину">
		<!--<span class="dashicons dashicons-cart"></span>-->
		
		<?php if ( $count > 0 ) : ?>
			<img src="<?php echo get_stylesheet_directory_uri();?>/img/Empty_blue.png" class="cart-img"/>
			<span class="cart-contents-count">В корзине товаров - <?php echo esc_html( $count ); ?> шт.</span>
		<?php else :?>
			<img src="<?php echo get_stylesheet_directory_uri();?>/img/cart-empty.png" class="cart-img"/>
		<?php endif; ?>
	</a>
	
	<?php
	
}


add_filter( 'woocommerce_add_to_cart_fragments', 'woocommerce_header_add_to_cart_fragment' );
function woocommerce_header_add_to_cart_fragment( $fragments ) {
	global $woocommerce;
	ob_start();
	$count = $woocommerce->cart->get_cart_contents_count();
	//$count = get_cart_contents_count();
	?>
	<a class="cart-link" href="<?php echo wc_get_cart_url(); ?>" title="Смотреть корзину">
		<!--<span class="dashicons dashicons-cart"></span>-->
		
		<?php if ( $count > 0 ) : ?>
			<img src="<?php echo get_stylesheet_directory_uri();?>/img/Empty_blue.png" class="cart-img"/>
			<span class="cart-contents-count">В корзине товаров - <?php echo esc_html( $count ); ?> шт.</span>
		<?php else :?>
			<img src="<?php echo get_stylesheet_directory_uri();?>/img/cart-empty.png" class="cart-img"/>
		<?php endif; ?>
	</a>
	<?php
	$fragments['a.cart-link'] = ob_get_clean();
	
	return $fragments;
}

以上是关于php Выводколичестватоваровккорзинесобновлениепоajax的主要内容,如果未能解决你的问题,请参考以下文章

html Включить/ВыключитьвыводчанканастраницевзависимостиотсодержимогоTV-параметра

scss Раскидываемдвадочернихблокавразныестороныпогоризотали

php Добавлениевыбораколичестватоваровнастраницемагазинаиархивов

sql Выводколичестваталоновподнямзаквартал

php Обрезаемтекстдонужногокол-васимволов(учитываяокончанияизнаки)

php Включаемвыводошибокбитриксинетолько