Chciałbym umożliwić wyświetlanie modułu w innej pozycji. Pomóżcie proszę z hookiem.
W pliku stcompare.php widzę hooki:
public function hookDisplayLeftColumnProduct($params)
{
return $this->hookProductActions($params);
}
public function hookDisplayProductSecondaryColumn($params)
{
return $this->hookProductActions($params);
}
Question
InterLaw
Cześć,
Chciałbym umożliwić wyświetlanie modułu w innej pozycji. Pomóżcie proszę z hookiem.
W pliku stcompare.php widzę hooki:
public function hookDisplayLeftColumnProduct($params) { return $this->hookProductActions($params); } public function hookDisplayProductSecondaryColumn($params) { return $this->hookProductActions($params); }
Chciałbym dodać hook do pozycji displayCartbox.
Co zrobię to wyświetla się blank page, pomożecie?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now