I want photos on my super_orders.php?page=1&oID=2&action=edit page.
I tried adding this code (and aligned the columns and heading) but I am not getting photos. [edit] I am just getting placeholders[end of edit] Any suggestions?
PHP Code:
<td class="dataTableContent" valign="middle">' . zen_image(DIR_WS_CATALOG . DIR_WS_IMAGES . $products->fields['products_image'] , $order->products[$i]['name'], SMALL_IMAGE_HEIGHT, SMALL_IMAGE_WIDTH) . '</a> </td>'
The code came from the super_packingslip.php page. I was hoping it would show up.
I did come up with this solution to adding photos to the admin side of the catalog.
http://www.zen-cart.com/forum/showthread.php?t=93413
Bookmarks