Jump to content

Move position of Image Mapping Module


Recommended Posts

Probably a simple thing, but I cannot for the life of me find where this module is attached within the Prestashop Back Office.

 

I'm using this template: PrestaShop Template 1.4.5

http://addons.presta...emplate-15.html

 

and would like to move the Image Mappings Block from above the product listing to the right-hand column (see attached).

 

I've looked under module positions and Transplant a module but don't know which one it is.

post-336567-0-36090500-1336055245_thumb.png

Link to comment
Share on other sites

In the end I have decided to simply unpublish the Best Seller image.

 

I did find where the code is located.

 

/themes/prestashop_new/category.tpl

 

{if $scenes || $category->description}
 <div class="content_scene_cat">
  {if $scenes}
   <!-- Scenes -->
   {include file="$tpl_dir./scenes.tpl" scenes=$scenes}
   . . .

Link to comment
Share on other sites

I know and thanks for your input but that is not what I was after.

 

What I was looking for originally was where in the Back Office I could move the scenes to the right hand column opposed to having it on the Header of pages.

 

In the end I decided to remove the feature as it pushed the category images down too much.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...