You can use these files to customize price-list layout:
- /components/com_ipricecalc/views/price/tmpl/default.php - main template for price-list layout (list of items, list of categories, list of sections)
- /components/com_ipricecalc/css/price/defailt.css - CSS file for price-list layout
The following templates are used for price list items:
- /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.