Show Sku in

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,

I have replied you on this post here.

Regards,
nopAccelerate Team
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.