Display date the product was added?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
NC 4.40

How do we display in front-end the date the product was added? On Catalog and Product Details Pages?

Thanks.
2 years ago
The Product Template .cshtml files use model ProductDetailsModel which does not have CreatedDateUtc.  It would require customization.  I would recommend that you create a Widget plugin and have it 'handle' one of the widget zones in the ProductTemplate[...].cshtml like PublicWidgetZones.ProductDetailsBottom.

(A workaround / hack, is to use Resolve in the .cshtml file, but syntax depends on your version of nopCommerce - old similar example)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.