Site logo

Archived topic

product catalog sorting button change position

5 replies · Started by johnaps on February 26, 2021

Viewing posts 1–6 of 6

Hello GP Team!

I am trying to relocate the sorting button of woocommerce with the following code inside my functions.php


remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 201 );

But whatever variations of this i tried (different hook number order... nothing happened)
***I have enabled the display product sorting in gp customizer***

Hi Johnaps,

Where exactly you want the button to be? On mobile or on desktop.

Let me know :)

I wanted it to go after woocommerce-result-count (which i have put in that position you ll find it in...)

I wonder if it's because of the wrong quotation mark used in the second line here:
https://www.screencast.com/t/uHLG1fim

This shouldn't be a theme-related issue though - does that code work in a Twenty series WP theme?

i made it work, it was the order maybe...

Thank you nevertheless~~~!!

This archived topic is closed to new replies.