cancel
Showing results for 
Search instead for 
Did you mean: 

There is no abilitity to add a tab to product page at a desired position

There is no abilitity to add a tab to product page at a desired position

Feature request from stasleo, posted on GitHub Apr 14, 2016

There is no way currently to specify sort order for tabs added by module at frontend product page. Magento2 just loads tabs from A to Z by its module name. For example, our extension adds "Product Questions" tab to a product page: http://magento2pq.demo2.aheadworks.com/cassius-sparring-tank.html

Its position is 1st and there is no any attribute to place it at some other position. It is obvious that most of our clients would prefer to make "Description" tab appearing first.

7 Comments
apiuser
New Member
Status changed to: Investigating
 
apiuser
New Member

Comment from devhn, posted on GitHub Apr 14, 2016

Same issue here - we also tried repositioning with after/before other tabs within the xml and it's not working either.

apiuser
New Member

Comment from stasleo, posted on GitHub May 18, 2016

any updates on this?

apiuser
New Member

Comment from MomotenkoNatalia, posted on GitHub May 19, 2016

Hi @stasleo ! Thank you for reporting this issue. Internal MAGETWO-53105 ticket has been created.

apiuser
New Member

Comment from davidnguyen2205, posted on GitHub May 25, 2016

I got the temporary solution that use sequence module in your xml:

<module name='Your_Module' setup_version='2.0.0'>
    <sequence>
         <!-- Your tab will be added on the last place -->
         <module name='Magento_Review'/>
    </sequence>
</module>
apiuser
New Member

Comment from jarhody, posted on GitHub Jul 22, 2016

Anything new on this? Kind of a bummer.

Golodov
Occasional Contributor

Why did you move this issue from Github to Forum? How on Earth it is 'not a bug'?