Replies: 0
I made an ecommerce theme, there in mini-cart.php I registered product count,price by this code:
<?php echo apply_filters( ‘woocommerce_widget_cart_item_quantity’, ‘<span class=”quantity”>’ . sprintf( ‘%s × %s’, $cart_item[‘quantity’], $product_price ) . ‘</span>’, $cart_item, $cart_item_key ); ?>
But when I add new products, price and products number dont show,after page reload new products number and new price show.I dont know how to solve this.
If anyone here please help me