Jump to content

we want show show category scenes image at product detail page


Recommended Posts

Hi,

 

you need to define the scenes var. in the productcontroller first.

Place this on any line of the public function initContent

$this->assignScenes();

Plus, add this function to productcontroller protected function assignScenes(), you should find it in your categorycontroller.php file. It would be best, if you could add this controller as an override.

 

Let me know, if it helps.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...