Here's a quick patch to gather all of the related products, not just the last one in the cart.

Comments

aidanlis’s picture

StatusFileSize
new1002 bytes
aidanlis’s picture

StatusFileSize
new978 bytes

-p0 patch attached.

ColinMctavish’s picture

I implemented this patch. It doesn't seem to work for me.

hiephm’s picture

StatusFileSize
new979 bytes

This 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() )