Site logo

Archived topic

Woocommerce Cart second navigation OUTDATED

2 replies · Started by Óscar on October 28, 2018

Viewing posts 1–3 of 3

Hi,

The code provided in an article by the GeneratePress team:

add_filter( 'generate_woocommerce_menu_item_location', 'tu_move_menu_cart_item' );
function tu_move_menu_cart_item() {
    return 'secondary';
}

has stopped working since last woocommerce update. I don't know if they have changed classes or something but how could we change the item location now?

It's a mandatory implementation in the theme guys. Even a guy has provided some core code to modify the theme and add this possibility. Why is not implemented in the official update yet?

Hi there,

What about it isn't working? I'm seeing the cart item in your secondary navigation.

GPP 1.8 will be focused on WooCommerce.

Yes, sorry

It's working, jajjajajaja.

But it would be nice to include it with any update as you said in other thread.

This archived topic is closed to new replies.