Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Magnot,
    There’s a filter that you can use that prepends the menu cart to the menu rather than appending, which takes care of the reversed order and should put it on the right side of the menu:

    add_filter( 'wpmenucart_prepend_menu_item', '__return_true' );

    You can put this in your (child-) theme’s functions.php, make sure not to put it after the last ?> (php closing tag).

    Alternatively, if you’d like to use a shortcode, that’s a feature of the Menu Cart Pro.

    Thread Starter magnoct

    (@magnoct)

    Thanks for the detailed reply, I ended up just creating a manual link with an icon and pointing to the cart page ??

    Plugin Contributor Ewout

    (@pomegranate)

    Good to hear you found another simple solution. I wish you the best of luck with your shop!

    Thread Starter magnoct

    (@magnoct)

    Thank you for your kind words

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ubermenu’ is closed to new replies.