Combinations tab pro - move it under the short product description

Hello, I just bought a module combinations tab pro and I was wondering is it possible to move the table under the short product description ( footer and tab is not good to me). Thanks!

How to show combinations tab pro below the product short description?

Hello
It depends on how theme is created and where developer put shortcodes to run hooks (hook is a prestashop's feature that displays a modules).
Below you can find list of positions that "combinations table" module supports.

In PrestaShop 1.6:
positions used by module in 1.6.x releases of presta:
  • productTab (productTab+productTabContent)
  • extraLeft
  • extraRight
  • productActions
  • productFooter
  • CombinationsTable

In PrestaShop 1.7:
positions used by module in 1.7.x releases of presta:
  • displayProductExtraContent (tabs)
  • ProductFooter
  • ExtraLeft
  • ExtraRight
  • displayProductAdditionalInfo
  • CombinationsTable



How to move module under the short product description?
There are several possibilities. Examples below

1

  1. Firstly please go to modules > positions section,
    - Search there for positions named: "displayFooterProduct (so-called: displayProductFooter) and unhook "combinations table" module from this position.
    - Do the same with position "displayProductTab" and "displayProductTabContents"
  2. hit on "transplant module" button:
  3. on the next page from first dropdown select "combnations tab" module and from second select hook named "displayLeftColumnProduct":
  4. after save verify your product page where the combinations table appear,


2

  1. Go to modules > positions section,
    - if position where you previously added a module is wrong (module does not appear there where you want) unhook module from this position
  2. hit again on "transplant module" button:
  3. on the next page try to use different position "displayRightColumnProduct"
  4. after save verify your product page where the combinations table appear,

3

  1. Go to modules > positions section,
    - if position where you previously added a module is wrong (module does not appear there where you want) unhook module from this position
  2. hit again on "transplant module" button:
  3. on the next page try to use different position "displayProductButtons"
  4. after save verify your product page where the combinations table appear,

4

  1. Go to modules > positions section,
    - if position where you previously added a module is wrong (module does not appear there where you want) unhook module from this position
  2. if none of the default positions does not work as you wish it will be necessary to manually run a module in selected theme area
  3. in this case go to theme file: /themes/your-theme/product.tpl file
  4. search there for code like:
    {if $product->description_short}
          <div id="short_description_content" class="rte align_justify" itemprop="description">{$product->description_short}</div>
    {/if}
  5. right before the code i added add this shortcode:
    {hook h='CombinationsTable'}
  6. After save module should appear there where you want, 
  7. ​if you do not see any change - it might be required to clear shop cache to see the changes immediately
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment