Unit price / Jednotková, měrná cena
Posted: 01 Dec 2015, 23:37
This modification is needed to fullfil obligations based on Czech and EU law
Modified files (I hope it is complete)
Files are available from http://uloz.to/xR7ew9JN/phocacart-unitprice-tar-gz
Product table phocacart_products need 2 new columns - unit_amount and unit_unit
If some file is missing let me know, I will reupload it.
It is my first Joomla experience and code may be ugly or even buggy.
- http://www.coi.cz/userdata/files/tiskov ... -cenou.doc
- http://eur-lex.europa.eu/legal-content/ ... ERV:l32032
Modified files (I hope it is complete)
Code: Select all
./components/com_phocacart/models/item.php
./components/com_phocacart/models/category.php
./components/com_phocacart/layouts/product_price.php
./components/com_phocacart/views/items/tmpl/default.php
./components/com_phocacart/views/category/tmpl/default.php
./components/com_phocacart/views/item/tmpl/default.php
./modules/mod_phocacart_product/tmpl/default.php
./media/com_phocacart/css/main.css
./administrator/components/com_phocacart/libraries/phocacart/price/price.php
./administrator/components/com_phocacart/libraries/phocacart/product/product.php
./administrator/components/com_phocacart/models/forms/phocacartitem.xml
./administrator/components/com_phocacart/views/phocacartitem/tmpl/edit.php
./administrator/language/cs-CZ/cs-CZ.com_phocacart.ini
./administrator/language/en-GB/en-GB.com_phocacart.ini
Product table phocacart_products need 2 new columns - unit_amount and unit_unit
If some file is missing let me know, I will reupload it.
It is my first Joomla experience and code may be ugly or even buggy.