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
| Comment | File | Size | Author |
|---|---|---|---|
| uc_multi_stock.patch | 906 bytes | Schneck |
Comments
Comment #1
JCB commentedI can confirm this solves the problem.
Thanks a million.