Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter fcescog

    (@fcescog)

    Hi Rk

    first problem was that when i create a grouped product i want able to select a variation of a linked product while now i can select only product without variation.
    Example i have 1 “T-shirt” with 2 colors variations (red, green). When i search for linked products on grouped, it find only “T-shirt” but not “T-shirt red” or “T-shirt green”.

    I have change data-action="woocommerce_json_search_products" with "data-action="woocommerce_json_search_products_and_variations" on file html-product-data-linked-products.php . The second problem was that on the same file result are echoed with htmlspecialchars and result contains string like “T-shirt red<span class=”></span>’ that i don’t want.

    I want to create use hook_filter or other things to modify that file without touch the core.

    THanks

Viewing 1 replies (of 1 total)