ikkilim Posted October 17, 2016 Share Posted October 17, 2016 Hi everyone, Currently I am creating custom php and tpl page for product service details and I am referring to the documentation and trying to display the sidebar for my custom page. I have inserted below code in my custom php page however the secondary sidebar is not showing up at the custom tpl page. Only primary sidebar is working fine. Menu::addContext(); Menu::primarySidebar('serviceView'); Menu::secondarySidebar('serviceView'); If there any prerequisite or condition for the serviceView secondary sidebar to work? Or anyone have any advice on the issue? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 17, 2016 Share Posted October 17, 2016 is there a secondary sidebar on the default clientareaproductdetails.tpl page ? i'm not sure there is... there's the actions secondary sidebar on the services list page, but not on product details. 0 Quote Link to comment Share on other sites More sharing options...
ikkilim Posted October 17, 2016 Author Share Posted October 17, 2016 Hi Brian, Thank you for your reply. Yes there is an secondary Actions sidebar on clientareaproductdetails.tpl . You may refer to the image below for more information. I would like to display this on my own clientareaproductdetails.tpl. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.