Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eligreen.garcia

    (@eligreengarcia)

    here you can see the example of the error, in the left sidebar all links its ok, but the error is in the name of the product category http://skywat.com/schedraui/product-category/handbags/

    Thread Starter eligreen.garcia

    (@eligreengarcia)

    I found this but dont Work in qtranslate Plus I hope this can help

    add_action( ‘product_cat_add_form_fields’, ‘qtrans_modifyTermFormFor’ );
    add_action( ‘product_cat_edit_form_fields’, ‘qtrans_modifyTermFormFor’, 10,2 );

    Thread Starter eligreen.garcia

    (@eligreengarcia)

    This is the solution add this lines in your functions.php

    add_action( ‘product_cat_add_form_fields’, ‘ppqtrans_modifyTermFormFor’ );
    add_action( ‘product_cat_edit_form_fields’, ‘ppqtrans_modifyTermFormFor’, 10,2 );

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘category in Woocomerce’ is closed to new replies.