Jump to content
  • 0

Jak dodać filtry produktów w środkowej kolumnie nad produktami ?


grubybarti

Question

7 answers to this question

Recommended Posts

  • 0

Czyli taki plik dodaje do folderu override/modules/blocklayered ?

<?php

if (!defined('_CAN_LOAD_FILES_'))
    exit;
  
class BlockLayeredOverride extends BlockLayered
{
  
  
}

public function install()
{
    if(parent::install() && $this->registerHook('categoryTop'))
        return true;
    else return false;
}
?>

bo niestety po dodaniu dostaje błąd 

 

syntax error, unexpected T_PUBLIC

Link to comment
Share on other sites

  • 0

Ok teraz już nie ma błędu co chyba oznacza, że nic nie pomyliłem - niestety nadal nie działa.

 

Czy ja dodaję tą linijkę && $this->registerHook('categoryTop') do modules/blocklayered ?

 

Gdzie dodać te linijki ? 

public function hookCategoryTop($params)
{
    return $this->hookLeftColumn($params);
}

Oraz ostatnie czy: {hook h="categoryTop"} ten kod dodaję do pliku tpl w hemes/leo_tshirt/modules/blocklayered ?

Link to comment
Share on other sites

  • 0

Kod php dodajesz do pliku kontrolera modułu, kod smarty zapewne do pliku category.tpl żeby zadziałało prawdopodobnie musisz przeinstalować moduł lub podpiąć go do odpowiedniego hooka, po zmianach w katalogu override warto usunąć również plik class_index.php z katalogu cache.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...