A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
449 B

12 years ago
  1. <td><?php $_CONTROL->lblProductName->Render(); ?></td>
  2. <td><?php $_CONTROL->ctlProductImage->Render(); ?></td>
  3. <td><?php $_CONTROL->lblDimensions->Render(); ?></td>
  4. <td><?php $_CONTROL->btnRemove->Render(); ?></td>
  5. <td><?php $_CONTROL->lblItemPrice->Render(); ?></td>
  6. <td><?php $_CONTROL->txtQuantity->RenderWithError(); ?></td>
  7. <td><?php $_CONTROL->lblTotalPrice->Render(); ?></td>