Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 65051

Not syncing brands

$
0
0

Replies: 0

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


Viewing all articles
Browse latest Browse all 65051

Trending Articles