Issue with setting a combined product title in WooCommerce Product Feed
-
Dear support,
I’m trying to configure a combined product title in my feed. I can select the brand as an attribute, but the result doesn’t appear in the feed itself. (using Yith Product Brand),
colouredvinyl.nl/wp-content/uploads/rex-feed/feed-1132.xmlI have been in contact with YITH support, and they referred me to you for further assistance. While they provided me with a PHP method to retrieve the product brand, they advised me to reach out to you for additional help.
$brands_taxonomy = YITH_WCBR::$brands_taxonomy;
$brands = get_the_terms( $product_id, $brands_taxonomy );if ( $brands ) {
$brands_name = $brands[0]->name;
}I’m attempting to set the title as follows:
{yith_product_brand} – {title} – ({bwf_attr_pa_kleur})({bwf_attr_pa_inhoud})
Could you assist me in achieving this setup?Thank you in advance for your help.
Kind Regards,
MaicoThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.