Phoca Cart is a great!
But there is a problem..
I'm trying override layouts in my template:
Code: Select all
components/com_phocacart/layouts/
Code: Select all
templates/my_template/html/layouts/com_phocacart/
Code: Select all
templates/my_template/html/com_phocacart/layouts/
for example
administrator/components/com_phocacart/libraries/phocacart/filter/filter.php
Code: Select all
~33 line
$layout2 = new JLayoutFile('form_filter_text', $basePath = JPATH_ROOT .'/components/com_phocacart/layouts');
if you do
Code: Select all
$layout2 = new JLayoutFile('form_filter_text');
Code: Select all
templates/my_template/html/layouts/com_phocacart/form_filter_text.php
You plan to fix it?
My info:
Joomla 3.6.4
com_phocacart_v3.0.0_rc3 + com_phocacart_demo_data6 + pkg_phocacart_modules_v3.0.0
Thank You. Best regards!