Hi there,
Thank you for reaching out. Please follow the instruction first.
Go to the file & add this code
components/com_easystore/src/Helper/EasyStoreHelper.php
Find out this code
public static function loadLayout($layoutFile, $displayData = [])
{
return LayoutHelper::render($layoutFile, $displayData, JPATH_ROOT . '/components/com_easystore/layouts');
}
And replace with this code
public static function loadLayout($layoutFile, $displayData = [])
{
return LayoutHelper::render($layoutFile, $displayData);
}
https://prnt.sc/ehlQVIn2wmvo
Best regards,
Toufiqur Rahman (Team Lead, Support)