[#3414] View Cart Image not showing
History
Updates
Updated: 2009-05-07 18:50
description: Image Field added. It did not show in View Cart.
See file action.viewcart.php line 107.
$obj->flds[$flds[$i]->name] = $obj; I changed to
$obj->flds[$flds[$i]->name] = $flds[$i];
This appeared to fix the problem. I hope I haven't broken anything?? => Image Field added. It did not show in View Cart.
See file action.viewcart.php line 117.
$obj->flds[$flds[$i]->name] = $obj; I changed to
$obj->flds[$flds[$i]->name] = $flds[$i];
This appeared to fix the problem. I hope I haven't broken anything??
resolution_id: => 5