Not syncing brands
-
Hi,
I have selected my custom brand taxonomies in Facebook for Woocommerce, but the products sync to facebook using the store name as the brand attribute.
I changed fbproduct.php file at line 568 to:
$brand = get_the_term_list( $id, 'pa_marca', '', ', ' );
as opposed to
$brand = get_the_term_list( $id, 'product_brand', '', ', ' );
And it seems to be working. How can I add this change to my child theme, so when I update Facebook for Woocommerce I don’t lose this change?
Also, I can choose my custom taxonomy “Marca (pa_marca)” in Admin (at ‘wp-admin/admin.php?page=wpseo_woo’) for Manufacturer and Brand options, but the plugin does not use that option for syncing products to facebook?
Thank you
The page I need help with: [log in to see the link]
- The topic ‘Not syncing brands’ is closed to new replies.