Here's a quick patch to gather all of the related products, not just the last one in the cart.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | uc_upsell_1131934.patch | 979 bytes | hiephm |
| #2 | uc_upsell_1131934.patch | 978 bytes | aidanlis |
| #1 | uc_upsell_1131934.patch | 1002 bytes | aidanlis |
Comments
Comment #1
aidanlis commentedComment #2
aidanlis commented-p0 patch attached.
Comment #3
ColinMctavish commentedI implemented this patch. It doesn't seem to work for me.
Comment #4
hiephm commentedThis is my fix for this bug, it's work for me (the root cause is: $related of each $nid does not merge with old ones but overwrites it, so I simply added an array_merge() )