Home Forums WoodMart support forum Сортировка не устанавливается выпадающим списком

Сортировка не устанавливается выпадающим списком

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177225

    marinas777
    Participant

    Добрый день!

    Как сделать так, чтобы сортировка в каталоге http://joxi.ru/1A5yY6wiDRy9PA (http://13531.online/shop/) была как на демо сайте https://woodmart.xtemos.com/shop/ (http://joxi.ru/Y2LyaGxi7oJR5A)

    #177241

    Hello,

    Your screen shows the Top Filter sorting and it never has the option to be drop-down. Our demo site has the Woocommerce default sorting, which is always drop-down. Your default sorting has been hidden. Please check if you have hidden it with custom CSS.

    Best Regards

    #177363

    marinas777
    Participant

    Добрый день!

    1. Мы проверили, в коде нет скрытой сортировки от woocommerce http://joxi.ru/Q2KVZMXFLooPom
    Как нам найти эту стандартную сортировку с выпадающим списоком от woocommerce?

    2. Как русифицировать поиск и кабинет http://joxi.ru/823bYQwF9bbLkm ?

    #177423

    Hello,

    Please add this code to the functions.php of the child theme:

    add_action( 'wp', function (){
    	add_filter( 'woodmart_use_custom_order_widget', '__return_false' );
    }, 10 );

    Then set the custom content in the Top filters: http://prntscr.com/rabe1j

    Then add the widgets which have the option of the drop-down.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)