Zencart background order details page displays product images and links

Source: Internet
Author: User

Locate admin/order. php at about 491 rows

for ($i=0, $n=sizeof($order->products); $i<$n; $i++) {

And

if (isset($order->products[$i][‘attributes‘])

To replace

echo ‘          <tr class="dataTableRow">‘ . "\n" .                                                                ‘            <td class="dataTableContent" valign="top" align="right"><a href="‘ .zen_catalog_href_link(FILENAME_PRODUCT_INFO, ‘products_id=‘ . $order->products[$i][‘id‘]) . ‘"target="_blank">‘.  zen_image(DIR_WS_CATALOG.DIR_WS_IMAGES . zen_get_products_image($order->products[$i][‘id‘]),$order->products[$i][‘name‘],‘60‘,‘60‘,‘"align="top"‘) . ‘</a>‘ . $order->products[$i][‘qty‘] . ‘&nbsp;x</td>‘ . "\n" .                                                                ‘            <td class="dataTableContent" valign="top"><a href="‘ .zen_catalog_href_link(FILENAME_PRODUCT_INFO, ‘products_id=‘ . $order->products[$i][‘id‘]) . ‘"target="_blank">‘ . $order->products[$i][‘name‘] .‘</a>‘;

Close the work!


Zencart background order details page displays product images and links

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.