Hello,
Something is brokend with linked products:
https://tonerhouse.rs/hp-350-xl-kertridz-original-black-crni-cb336ee/
I was using this code to arrange them
/* SORT UPSELLS IN ASCENDING ORDER */
/* --- */
// ORDER BY
add_filter( 'woocommerce_upsells_orderby', 'filter_woocommerce_upsells_orderby', 1, 10 );
function filter_woocommerce_upsells_orderby( $orderby ) {
return 'menu_order';
};
// ORDER
add_filter( 'woocommerce_upsells_order', 'filter_upsells_order', 1, 10 );
function filter_upsells_order( $order ){
return 'desc'; // Default is 'desc'
}
https://paste.pics/15c2b8ebb21aa1aea6b869edbe59ac25
https://paste.pics/96c96e5b2af596f277275701817f044c
Please help