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.

57 lines
1.5 KiB

12 years ago
  1. <div class="ProductView">
  2. <?php $_CONTROL->lblId->RenderWithName(); ?>
  3. <?php $_CONTROL->lblManufacturer->RenderWithName(); ?>
  4. <?php $_CONTROL->lblSupplier->RenderWithName(); ?>
  5. <?php $_CONTROL->lblCreationDate->RenderWithName(); ?>
  6. <?php $_CONTROL->lblName->RenderWithName(); ?>
  7. <?php $_CONTROL->lblModel->RenderWithName(); ?>
  8. <?php $_CONTROL->lblShortDescription->RenderWithName(); ?>
  9. <?php $_CONTROL->lblLongDescription->RenderWithName(); ?>
  10. <br /><br />
  11. Image:
  12. <br />
  13. <?php $_CONTROL->ctlImageLabel->Render(); ?>
  14. <br /><br />
  15. This is a spot in the template to put a generic message pertaining to products in general, eg:
  16. <br /><br />
  17. Finally, if you think there is an error with the price please consult the FAQ. If there are still problems
  18. then contact us though the contact page.
  19. <br /><br />
  20. <?php $_CONTROL->lblRetailPrice->RenderWithName(); ?>
  21. <?php $_CONTROL->lblWeight->RenderWithName(); ?>
  22. <?php $_CONTROL->lblHeight->RenderWithName(); ?>
  23. <?php $_CONTROL->lblWidth->RenderWithName(); ?>
  24. <?php $_CONTROL->lblDepth->RenderWithName(); ?>
  25. <?php $_CONTROL->lblType->RenderWithName(); ?>
  26. <?php $_CONTROL->lblProductCategoriesAsCategory->RenderWithName(); ?>
  27. <?php $_CONTROL->lblParentProductsAsRelated->RenderWithName(); ?>
  28. <?php $_CONTROL->lblProductsAsRelated->RenderWithName(); ?>
  29. </div>
  30. <div class="formActions">
  31. <div class="back"><?php $_CONTROL->btnBack->Render(); ?></div>
  32. <div class="addtocart"><?php $_CONTROL->btnAddToCart->Render(); ?></div>
  33. </div>