display woocommerce shoppingcart in a menu or topbar?

Posted in: Newsmag
Post count: 33

Hi Guys,

I have a question about compatibility with woo commerce

Is is possible to display the shoppingcart in a menu or topbar?

Kind regards,

Gordon

http://www.nieuwetijdskind.com/

Post count: 6535

Hi

By default the theme does not have an option do display a shopping cart in menu. To achieve that you’ll need a plugin with a similar functionality or to adjust theme’s code. Here you can find more details which may help you in this regard: https://www.woothemes.com/products/woocommerce-menu-cart/https://slocumthemes.com/2015/06/how-to-display-shopping-cart-details-wordpress-menu/

Thanks!

Post count: 33

You Guys are great! Thanks!

Post count: 3

Great links. I was able to implement this on a site, but I need some help with the styling. The menu item with the cart has the hover color applied, but only to the letters or it is always present.

I’d prefer if this menu item only had one color (the background color or even a button look), no change based on hover, etc. Is this possible?

Here’s the test site – http://tinkermake.staging.wpengine.com/

Thanks.

Post count: 23312

Hello TinkerMake,

Please try to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu li:hover, .sf-menu li.sfHover {
background-color:rgba(221,153,51, 1);
}

The result you should see here -> http://screencast.com/t/5RFTwmz3VXZT

If is not what you mean, please provide more details about what you want to achieve.

Thanks for your understanding!

Post count: 3

Thanks @Catalin, this work great.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.