testingabctest Posted June 17, 2014 Share Posted June 17, 2014 we want to show category scenes image at product detail page we added this code at product.tpl {include file="$tpl_dir./scenes.tpl" scenes=$scenes} but we not get any scenes please help Link to comment Share on other sites More sharing options...
PSfever.com Posted June 17, 2014 Share Posted June 17, 2014 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. 1 Link to comment Share on other sites More sharing options...
testingabctest Posted June 17, 2014 Author Share Posted June 17, 2014 Thanks your quick help Link to comment Share on other sites More sharing options...
PSfever.com Posted June 17, 2014 Share Posted June 17, 2014 You're welcome. Has it worked or not? Link to comment Share on other sites More sharing options...
testingabctest Posted June 17, 2014 Author Share Posted June 17, 2014 Yes it's working well as i like thanks again Link to comment Share on other sites More sharing options...
Fixfinn Posted June 20, 2014 Share Posted June 20, 2014 Just a follow up question: What is "category scenes image"? /Fixfinn Link to comment Share on other sites More sharing options...
Recommended Posts