Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 102102

doublesharp on "[Plugin: WooCommerce - excelling eCommerce] Can't add products to cart"

$
0
0

The problem is in your theme, not the plugins, specifically that it isn't loading the jQuery plugin "mobileMenu". In chrome the error is being reported on line 8 of /wp-content/themes/max-magazine/js/custom.js:

Uncaught TypeError: Object [object Object] has no method 'mobileMenu'

jQuery('#nav .menu').mobileMenu({
    defaultText: 'Navigate to...',
    className: 'select-menu',
    subMenuDash: '   –'
});

Comment this out and (assuming there aren't further errors) you should see the add to cart button.


Viewing all articles
Browse latest Browse all 102102

Trending Articles