Forums
Home / Plugin: Snapchat Pixel for WooCommerce / Scripts not loaded on product category page
(@lithimad)
3 years, 5 months ago
Snapchat pixel scripts are not being loaded on product category page, this is because the check is being performed as:
is_category()
while I think it should check for:
is_product_category()
to be compatible with Woocommerce.