How to fix tracking issues in Bricks builder

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.

  1. Go to the settings of the module that you use to display product list
  2. Choose the “Fields” section
  3. add this line {do_action:woocommerce_before_shop_loop_item}

It should look like this.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments