• Resolved xyzmurali

    (@xyzmurali)


    When trying to mark order as shipped from “Mark Shipped” button against order in Vendors orders dashboard i am getting error “Please insert Product Excerpt before submit.
    Please insert Product Description before submit.”after submit button. Sometimes it passes even after displaying this error, sometimes it fails. Also I could not relate this error information to the form.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Please add this code to your site –

    add_filter( 'wcfm_blocked_product_popup_views', function( $popup_views ) {
    	$popup_views[] = 'wcfm-orders';
    	return $popup_views;
    });

    Thank You

    Thread Starter xyzmurali

    (@xyzmurali)

    Awesome, it worked. Thanks a lot

    Plugin Author WC Lovers

    (@wclovers)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Random Errors when trying to order as shipped’ is closed to new replies.