Hi there,

In the dev-Version with latest Ubercart (2.6), the cart functions of this module don't work properly: The quantities are not updated if you change them. IMHO the problem is in line 178 of the module, where the presence of $item['remove'] is checked - which is always present, actually.
I wrote a little patch, please test if it solves the problem. Works for me.

Stefan

CommentFileSizeAuthor
uc_multi_stock.patch906 bytesSchneck

Comments

JCB’s picture

I can confirm this solves the problem.

Thanks a million.