- Posts: 18
- Thank you received: 4
Joomla 4, product custom fields.xml error
- guitarman
- Topic Author
- Offline
- New Member
Less
More
3 years 2 months ago #146996
by guitarman
Joomla 4, product custom fields.xml error was created by guitarman
Dear Support team
In Joomla 4, EShop configuration page (backend) can't be displayed due to an error in /administrator/components/com_eshop/views/configuration/view.html.php line 403.
please change this to:
And in /administrator/components/com_eshop/views/configuration/tmpl/default_layout.php on line 323, the same change needs to be done in order to use product custom fields in EShop for Joomla 4.
Tested on Joomla 4.0.3 and it works.
Regards,
In Joomla 4, EShop configuration page (backend) can't be displayed due to an error in /administrator/components/com_eshop/views/configuration/view.html.php line 403.
Code:
$xml = JFactory::getXML(JPATH_ROOT . '/components/com_eshop/fields.xml');
please change this to:
Code:
$xml = simplexml_load_file(JPATH_ROOT . '/components/com_eshop/fields.xml');
And in /administrator/components/com_eshop/views/configuration/tmpl/default_layout.php on line 323, the same change needs to be done in order to use product custom fields in EShop for Joomla 4.
Tested on Joomla 4.0.3 and it works.
Regards,
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
3 years 1 month ago #147238
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Joomla 4, product custom fields.xml error
Hello Kemper,
Yes, I was aware of this issue and fixed it on the latest version 3.5.1 of EShop. Please upgrade EShop to the latest version 3.5.1 to have the issue is fixed.
Sincerely, Giang
Yes, I was aware of this issue and fixed it on the latest version 3.5.1 of EShop. Please upgrade EShop to the latest version 3.5.1 to have the issue is fixed.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.