SOAMJENA Posted March 5, 2014 Share Posted March 5, 2014 Need to know after installing a particluar module, how can i just place that any where on the site ??? For example, I need to how can i place it on the right sidebar and then again place it on the left sidebar and any place in the content area above or below. Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 module must supports these positions, if it doesnt support it, you have to modify module code (add function to handle new position) 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 5, 2014 Share Posted March 5, 2014 Many times it will be as simple as using Modules > Positions You can use the selector to choose your module or just scroll down to see where it is currently used. For examples if you install a module that is in your right hook you can adjust the position up or down using the up or down selectors. If you wish to move it to the left column you click the Transplant button on your top right. That said, some module are set up to only appear in some hooks but not all. If you find a module that will not Transplant to where you need it, then you will need to change a bit of code. Here is a great article on Hooks from the Prestashop blog, http://www.prestashop.com/blog/en/better_understand_and_use_hooks_by_julien_breux/ 1 Link to comment Share on other sites More sharing options...
SOAMJENA Posted March 6, 2014 Author Share Posted March 6, 2014 Thanks.. Link to comment Share on other sites More sharing options...
Recommended Posts