Forum Replies Created

Viewing 31 replies (of 31 total)
  • Thread Starter robertrosanke

    (@robertrosanke)

    Thanks for the feedback.

    I assume that many WooCommerce users use a plugin to improve the rating function or have even programmed something themselves.

    Would you like to work on a feature to link the Review Feed fields to your own content/comment meta?

    Or at least a filter hook that passes a feed review entity as php array along with the associated comment including all metadata so at least developers can customize the feed before being converted to XML?

    Example “feed review as php array”:

    [
     "title" => 'abc',
     'content' => 'great product',
     'timestamp' => '123456',
     'products' => [...]
     ...
    ]

    We also have custom comment meta for “is anonymous”.

    A filter – whether in the interface or via hook – is probably helpful for the product review feed.

    A filter hook might also help with the following issue: Google Product Review Feed: Link all variants of a variable product to a review.
    Developers could find solutions themselves at the product level.

    What do you think about a filter hook as an efficient solution for the limited options in the interface?
    (The interface could always be expanded later. Would be first a solution – better than none.)

Viewing 31 replies (of 31 total)