• Resolved colouredvinyl

    (@colouredvinyl)


    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.xml

    I 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,
    Maico

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    As you have contacted us on our official support channel and we are communicating on our support channel, we’re marking the thread as resolved.

    You can always open a ticket here if you need to.

    Thank you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.