• Resolved anonymized-17631918

    (@anonymized-17631918)


    Hello,
    looks like i have found a small bug with WooCommerce Plugin:

    Example:
    – Clear Cache and logout
    – Add products to cart and visit pages where the cache have to generated new
    – clear cart
    – You can close and reopen browser or use a new private tab
    – Visit the sites where the cache was generated with the products in cart

    You see:
    The products shown for maybe 0.5 Seconds in cart (i mean the cart icon in header) -> after that the cart is clear. Looks like the Cart icon is cached. But the cached Cart disappears after 0.5 Seconds.

    But the important thing:
    All orders are fine. There are no problems with cached products in final order (on cart and checkout page). Only the Cart icon in header has these problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    Thank you for the detailed information you’ve provided, @tkwpweb. Let me investigate this further on my end. Updates to follow shortly.

    Anonymous User 16850768

    (@anonymized-16850768)

    Does this still occur for you if you exclude the woocommerce_items_in_cart cookie from the cache? For example, this would be the following if you update what is set by default:

    /^(wp-postpass|wordpress_logged_in|comment_author|woocommerce_items_in_cart)_?/

    This will vary depending on the theme and website as not all WooCommerce websites require this. This could be required if you have dynamic data being inserted on the page generation after items have been added to a cart (e.g. cart icon that displays the items count in a cart).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WooCommerce Bug?’ is closed to new replies.