Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
How to Display Videos or Related Items in Tabs on PDP in NetSuite SuiteCommerce Advanced?
Hi everyone,
I am working on customizing the Product Detail Page (PDP) in NetSuite SuiteCommerce Advanced 2023.1.0 using Manor Theme. I have customize the code to display tabs and their content, as shown below:
<div role="tabpanel">
<!-- When more than one detail is shown, these are the tab headers -->
<ul class="product-details-information-content-tabs" role="tablist">
{{#each details}}
<li class="product-details-information-tab-title {{#if @first}} active {{/if}}" role="presentation">
<a href="#" data-action="selected-tab" data-id="{{@index}}" data-target="#product-details-information-tab-{{@index}}" data-toggle="tab">{{name}}</a>
</li>
{{/each}}
</ul>
<!-- Tab Contents -->
<div class="product-details-information-tab-content" data-type="information-content" data-action="tab-content">
{{#each details}}
<div role="tabpanel" class="product-details-information-tab-content-panel {{#if @first}}active{{/if}}" id="product-details-information-tab-{{@index}}" {{#if @first}}itemprop="description"{{/if}} data-action="pushable" data-id="product-details-information-{{ @index }}">