Solved by added class name “ajax_add_to_cart” on button
Hi,
Please try to replace label functions with code below
function label( $item ) {
if ( isset( $item->object) && $this->prefix== $item->object) {
$item->type_label = __('Widget', $this->domain);
}
return $item;
}
Please help me, this plugin not work on wp 3.8.1. I put the shortcode to post, page and widget, Nothing is displayed.