Cart Problem

Posted in: Newspaper
Post count: 497

Dear, the Cart is not showing in the WooCommerce page of my website. How can I enable it? Please help me…

Post count: 23312

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.

Post count: 497

Ok. I will try this plugin. But, I want to show the cart only in my shop page. Is it possible?

Post count: 497

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?

https://WWW.PAKDEFENSE.COM

Post count: 23312

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!

Post count: 497

Dear, I have installed the plugin woo commerce menu bar cart, but it has auto-deleted from the website. I am 100% sure that I have not disabled or deactivated it. How it could be possible?

  • This reply was modified 8 years by great1212.
Post count: 23312

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!

Post count: 497

Dear, the plugin not only disabled, but also deleted from my plugins menu. I have not idea that how it could be possible.

Post count: 20688

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.

Post count: 497

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.

Post count: 20688

I have no idea why that happened for you, from what I can find online it is a rare thing to happen, but still sometimes it is possible.

Post count: 2

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

Post count: 20688

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

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.