• Cannot product quantity in cart page and sometime it load other’s cart data (other browser). This issue usually happen a few hours after enable Breeze caching. I have to toggle this option on/off to fix the issue and it will happen again after a few hours.

    System: WooCommerce application with multisite enabled

    Steps to reproduce:
    1. open two browser and add product to cart
    3. try changing product quantity in cart page

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Nutrawee

    (@zeally)

    After working on this issue, I found that the cause is all sites in multisite setup use the same breeze-config.php. Each site should has it own breeze-config.php.

    For example: I have multisite setup a.com (woocommerce activated) and b.com (no woocommerce)

    1.network activate Breeze plugin
    2.go to site a.com dashboard > Breeze setting > save changes. The breeze-config.php will be written with exclude_url array like this

    ‘exclude_url’ => array ( 0 => ‘/checkout/(.*)’, 1 => ‘/cart/’, 2 => ‘/my-account/(.*)’ )

    3.go to site b.com dashboard > Breeze setting > save changes. The breeze-config.php will be overwrite with exclude_url array like this

    ‘exclude_url’ => array ( )

    Please consider and fix this issue on next update.

    Plugin Author adeelkhan

    (@adeelkhan)

    Hi @zeally

    Thanks for you feedback. Definitely this issue will fix in next update. Kindly make sure did you purge cache of plugin?

    Thread Starter Nutrawee

    (@zeally)

    Yes, I have purged all cache. But it does not fix the issue.

    As I told you, the cause of this issue is the plugin use same breeze-config.php for all sites in multisite setup. Each site should have their own breeze-config.php.

    Cheers.

    Plugin Author adeelkhan

    (@adeelkhan)

    Hi @zeally

    New version of Breeze 1.0.6 have been launched.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WooCommerce cart bug’ is closed to new replies.