• I have woocommerce working with w3TC but when a non-logged in user adds a product to the cart the cart contents are initially sown. When the user clicks the cart and lands onthe woocommerce cart page the cart says ‘nothing in cart’ onthe page although the cart shows the products in the cart widget. If page caching is turned off the products magically show. Also if a user is logged in then the cart displays properly.

    Have tried playing with the settings but getting nowhere. Am using the current version of w3tc and woocommerce 2.0.3

    Can anyone assist?

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey ! I’m running in the same issue here.
    What I end up with is something with all cache enable but some exclusive parameters.
    On the database cache page, I’ve added to the query stems :

    _wc_session_

    and to the page cache settings pan at never page cache textarea, i’ve added :

    /cart/*
    /checkout/*

    But, please not that this will not allow for deleting cart content. I’ve figured out that removing browser caching fix almost all the issues.

    Any help would be much appreciate.

    James

    (@en7jos)

    Should that be:

    wc_session_

    added to the Database Cache > Advanced > Ignored query stems option box? (i.e. no underscore at the start).

    Well spotted and diagnosed gabrielstuff!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3Tc & Woocomerce shopping cart.’ is closed to new replies.