Hello pakdefense,
Unfortunately, the theme does not have this functionality, sorry! You should try using a plugin with this functionality and check the results.
I believe Woocommerce lets you add a link to the cart in the desired menu
– https://www.screencast.com/t/T6nanGzwmEIZ
But if you want something like a basket with additional information you could use a plugin such as this one for example
– https://wordpress.org/plugins/woocommerce-menu-bar-cart/
Thanks.
I have installed the woo cart plugin and customize the cart in the top header menu. Please take a look and suggest me is it looking fine or weird here?
Hello pakdefense,
If you will use that plugin, you have more options in the panel. As a hint, you can hide it when your cart is empty like this -> https://www.screencast.com/t/RaAvHPntp7Xo and if you want to display it only for the Woocommerce page you can try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.wpmenucartli{
display:none;
}
.woocommerce-page .wpmenucartli{
display:block;
}
Hope this helps!
Thanks for the message!
Hello pakdefense,
I have made some tests on my side with that plugin and it seems to work as expected. Notice that is not a tested plugin. If you are using some untested plugins, try to disable all of these and leave just to active only this plugin and try to use it. It should not be disabled!
Hope this helps!
Thanks for the message!
Hi,
That would be unusual, a plugin cannot disappear like that unless it is intended by the plugin author. Maybe you are running out of WP memory, that could cause such problems. Check your system status, increase the values if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
Contact your hosting provider for assistance if needed.
Dear, everything is working fine, but I really don’t know why this happened. I have re-installed the plugin called https://wordpress.org/plugins/woocommerce-menu-bar-cart/ and yet now the working is fine. The problem I have faced is that how could a plugin disabled and deleted itself from the website when I have not done anything.
Hello,
I am just double checking and would like to know if the woocommerce cart icon was added in the theme latest releases, as and embedded feature of the theme itself, or if I still need to ad an external plugin to add the cart icon in the menu.
Thanks,
Max
Hi,
@maxdestefano A cart icon has not been implemented in the theme, can’t say if it will be in the future.
While the theme is compatible with Woocommerce, it doesn’t have any dedicated Woocommerce options as more eCommerce oriented themes may have.
The solution would be to use plugins and add the cart, or other required features. Sorry for any inconvenience.
Thanks