related products on top of product page

Hi, i want to purchase your "related products pro" But i have a few questions. 1. can the related products be displayed on top of the product page? 2. can it become a scrolling function if there are more products than fit the page. Im currently trying the demo but it doesnt work properly. can you guys help? Ill gladly pay for it to work :) Check here how it is implemented http://www.mwh10134.minweb.host/bilstereo-merketilpasset/22-80-volkswagen-universal-9-touch-android-81-4gb-32gb-dab-spotify-internett.html Kind regards.

List of similar items on top of product pages in prestashop

Hello,
1. can the related products be displayed on top of the product page?

Module to display list of related products uses positions available in prestashop by default.
These positions are:
  1. displayProductFooter
    in default theme position appears below the description of product
  2. product tabs feature
    "tabs" feature display "tabbed" informations on product page, usually below the "add to cart" button (ps 1.7) or below the description (ps 1.6)
    1. prestashop 1.6:
      • displayProductTab
      • displayProductTabContents
    2. prestashop 1.7:
      • displayProductExtraContent
  3. displayLeftColumn
    left column of product page template
  4. displayRightColumn
    right column of product page template
  5. displayShoppingCart
    this position appears in cart, during checkout

The way of how these positions are implemented to theme depends on theme developer.
Default theme does not have feature to show modules on "top" of product page. If you want to show products there (as on example link you shared http://www.mwh10134.minweb.host/bilstereo-merketilpasset/22-80-volkswagen-universal-9-touch-android-81-4gb-32gb-dab-spotify-internett.html ) it will be necessary to move displayProductFooter to the top of template file that is responsible for product page. This is the only one way to achieve what you expect and i am convinced that website you share (if it is based on prestashop) moved the execution of hook displayProductFooter to new position. It is common procedure in such cases.\

2. can it become a scrolling function if there are more products than fit the page. 
Yes, this feature is named "carousel" and module has it and allows to build carousels like:

related products on top of product page related products on top of product page Reviewed by VEKIA on Wednesday, March 06, 2019 Rating: 5

No comments