Multiple Product Edit And Product Save From Product List Page Does Not Work

I am using MV442. Here becoz of vendor plan addon when we try to change the value of product such as quantity on product manage page the value doesnt change however it shows "Your changes have been saved ".

http://prntscr.com/du5nqb

Also the multiple product edit doent work.

Whats the issue??

I am using MV442. Here becoz of vendor plan addon when we try to change the value of product such as quantity on product manage page the value doesnt change however it shows "Your changes have been saved ".

http://prntscr.com/du5nqb

Also the multiple product edit doent work.

Whats the issue??

So if you temporary disable Vendor plans module, do you face the same issue?

Yes... if I temporary disable the vendor plan then both page works properly

oops..! sorry i didnt read ur question properly..

No.. i dont face the same issue if i disable the vendor plan.. On disabling the vendor plan addon, both the pages work properly..

It is required to examine issue directly on your server. We failed to reproduce it one demo store

disabling the following code in the file "app/addons/vendor_plans/func.php" on line 331 solved the issue for me.

else {
$can_update = false;
}

Hope it will help others too..

I'm facing the same issue too.

It is required to examine issue directly on your server. We failed to reproduce it one demo store

The issue is also happening in my marketplace.

I want able to reproduce in the demo version also in multiple product listing page. Login into admin panel(demo admin.php)

Try changing the list price and quantity of 100g Pants from $31 to $32 and quatity from 10 to 15, and on saving you will see the error. Even after the success message the prices again is 31 and quatity does not change.

Though the product manage page was working fine.

I'm facing the same issue too.

The issue is also happening in my marketplace.

I want able to reproduce in the demo version also in multiple product listing page. Login into admin panel(demo admin.php)

Try changing the list price and quantity of 100g Pants from $31 to $32 and quatity from 10 to 15, and on saving you will see the error. Even after the success message the prices again is 31 and quatity does not change.

Though the product manage page was working fine.

You are right! Please post this issue to the bug tracker

http://forum.cs-cart.com/tracker/project-1-cs-cart/