• Hi moiseh,

    To start, thank you for this plugin!

    It seems that there is a bug with the cart page.
    The total price information is missing when you load the page.
    It only appears when I update an item (with -/+).

    Can you reproduce this?

    Thank you again,

    Jb

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello, i’m not sure this problem is related with that plugin, can you send the shop link?

    Thread Starter jblereste

    (@jblereste)

    I can’t, for the moment, send to you the shop link but I will soon.

    For my shop, the checkout page and the cart are merged.
    It seems that the issue comes from this case.

    Right now, I found a dirty solution… I just comment a if
    File: wc-template-functions.php (~line:1574)

    function woocommerce_cart_totals() {
    	/* Dirty "Fix" : Issue with the WBU plugin and Total info */
    	/* The total info isn't displayed when the page is loaded */
            /* cart & checkout pages are merged */
    	// if ( is_checkout() ) {
    	// 	return;
    	// }
    	wc_get_template( 'cart/cart-totals.php' );
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Cart Page] Issue with the Total cart price’ is closed to new replies.