Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.0
Something big is coming for marketplace admins… MultiVendorX 5.0 is almost here. Are you ready?
Be the first to explore all the game-changing features!
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

Vendor Dashboard Product Bulk Edit Doesn’t Work – Critical Error – Fix Here

Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #188927
      Justin Harrison
      Participant

      Hi Support, there is a critical error caused when trying to run a product bulk update from the Vendor Dashboard. The error is on line 297 of the class-mvx-pro-ajax.php file. It reads as follow:

      $status = array( ‘status’ => true, ‘message’ => sprintf( _n( ‘%s Product updated successfully’, ‘%s Products updated successfully’, $update_counter, ‘mvx-pro’ ) ), number_format_i18n( $update_counter ) );

      The sprintf arguments are incorrect in syntax due to parentheses. I changed it to the following and it worked properly:

      $status = array( ‘status’ => true, ‘message’ => sprintf( _n( ‘%s Product updated successfully’, ‘%s Products updated successfully’, $update_counter, ‘mvx-pro’ ), number_format_i18n( $update_counter ) ) );

      Can you please include this in the next update so that I don’t have to worry about updating that line of code after MVX Pro updates?

      Thank you.

    • #189196

      Justin, we will release an update next week.
      In the meantime, we will provide you with the fixed code by Monday.

Viewing 1 reply thread
  • The topic ‘Vendor Dashboard Product Bulk Edit Doesn’t Work – Critical Error – Fix Here’ is closed to new replies.
Shopping Cart
Scroll to Top