
Bricks builder does not use many core WooCommerce action hooks. Unfortunately, one of them is used by WP Full Picture to track actions with product lists:
- views of products in categories and lists
- clicks on products in categories and lists
- and clicks on “add to cart” button in these products
The fix
Fortunately, there is a simple fix for this.
- Go to the settings of the module that you use to display product list
- Choose the “Fields” section
- add this line
{do_action:woocommerce_before_shop_loop_item}
It should look like this.
