Viewing 1 replies (of 1 total)
  • I was able to do it by editing the file
    mq_woocommerce_products_price_bulk_edit.php

    in line 112 from

    echo ‘ href=”‘ . get_permalink() . ‘”>’ . $out_of_stock_message . $product->get_title() . ”;

    to

    echo ‘ href=”‘ . get_title() . ‘”>’ . $out_of_stock_message . $product->get_sku() . ”;

Viewing 1 replies (of 1 total)
  • The topic ‘Change Product name by SKU’ is closed to new replies.