- /components/com_ipricecalc/views/item/tmpl/default.php - template for the item page without tabs.
- /components/com_ipricecalc/views/item/tmpl/default_tabs.php - template for the item page with tabs.
- /components/com_ipricecalc/css/item/default.css - CSS file for item page.
- /components/com_ipricecalc/css/price/tabs30.css - CSS tabs for the item page with tabs.
The following layouts and templates for item page are also used:
- /components/com_ipricecalc/layouts/com_ipricecalc/inputqty.php - HTML code for displaying the item quantity selection field. It is used on all pages of the component where input of the quantity of goods is provided.
- /components/com_ipricecalc/css/general.css - CSS styles for item quantity selection field and dropdown input fields of the item properties.
- /components/com_ipricecalc/helpers/html.php , function showAvail() - template output available quantity of items.
- /administrator/components/com_ipricecalc/helpers/dropdown.php , function dropdownHTML() - output template of the main property of the item.
- /administrator/components/com_ipricecalc/helpers/html.php , function userInputFieldHTML() - item properties output template.