CMS MADE SIMPLE FORGE

Cart

 

[#3414] View Cart Image not showing

avatar
Created By: zark (zark)
Date Submitted: Thu May 07 18:28:19 -0400 2009

Assigned To:
Version: 1.4.3
CMSMS Version: None
Severity: Minor
Resolution: None
State: Open
Summary:
View Cart Image not showing
Detailed Description:
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??


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