Close

Related Products and Tabs position

cheerfulcalf
10 years ago
#4313 Quote
Avatar
  • 25
Hello everyone!

Is it possible to display Quick Tabs after (below) all of related product in grouped product template? And what and in which view should I change?

Thank you.
cheerfulcalf
10 years ago
#4316 Quote
Avatar
  • 25
It was in Themes\Lighthouse\Views\Catalog\ProductTemplate.Grouped.cshtml

@Html.Widget("productdetails_before_collateral") and <div class="product-collateral">
Support
10 years ago
#4318 Quote
Avatar
  • Moderator
  • 1044
Hi CHEERFULCALF,

The Nop Quick Tabs are integrated through the "productdetails_before_collateral" widget zone. So you can move the call @Html.Widget("productdetails_before_collateral") on the place you want to show the quick tabs.

Hope that helps!