Ticket #26497 - Error Module Faceted Search (Busqueda de facetas)

When I try to add a new template, I get the following error:

Force legacy layout to load legacy assets like AdminController::setMedia does
$this→getLegacyControllerContext()→loadLegacyMedia();
Only after can we add additional plugins (to be sure jquery is loaded before the plugins)

$this->getLegacyControllerContext()->addJqueryPlugin(['autocomplete', 'fancybox', 'tablefilter'])

if (method_exists($module→getInstance(), ‘getContent’)) { $moduleContent = $module→getInstance()→getContent();
} else {

Comments

Fred 05 May 2026, 22:25

Hi, José Antonio Huerta Jiménez.
But the Faceted Search module in not our. That's native Prestashop module.
You can report the issue here https://github.com/PrestaShop/ps_facetedsearch/issues

José Antonio Huerta Jiménez 06 May 2026, 00:08

Ok Thanks

Fred 06 May 2026, 16:43

You are welcome!