WP E-commerce and Display Fancy Purchase Notifications

I have enabled Display Fancy Purchase Notification for WP E-commerce but it looks like that fancy pop-up window is not working.

Console throws an error

jQuery( 'form.product_form, .wpsc-add-to-cart-button-form' ).on( 'submit', function() { TypeError: jQuery(...).on is not a function

but add to cart functionality works.

Site is located here: http://www.tozzicollection.com

Thanks

Topic plugin-wp-e-commerce Wordpress

Category Web


Found that theme functions was handled wp_deregister_script('jquery') and jQuery loaded from one of plugins was outdated (1.5.2) which was causing all errors. I have removed wp_deregister_script('jquery') from the functions.php file and all working as should.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.