Show product sku in cart page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
How do I show product sku in cart page. I see in under shared/components/OrderSummary/Default.cshtml there is following
@if (Model.ShowSku)
                                {
                                    <td class="sku">
                                        <label class="td-title">@T("ShoppingCart.SKU"):</label>
                                        <span class="sku-number">@item.Sku</span>
                                    </td>
                                }
How do I configure ShowSku to be true in admin->configuration?
4 years ago
Hi,

As per your query, you would need to enable "Show SKU" in Product Details page setting options that are under Catalog Settings.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.