-1

How to create new custom product details page in NopCommerce new generic url RouteProvice and new HTML page

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
methababu
  • 13
  • 4

1 Answers1

1

Just write Generic route url in plugin and update order, give your own generic route name.

Register Generic router at DependencyRegister.

Update your controller and actionMethod for product detail page.

Raju Paladiya
  • 778
  • 2
  • 12
  • 35
  • Review this post https://www.nopcommerce.com/boards/t/49803/nop-39-override-urlrouteurlcategory-new-sename-categorysename-.aspx – Raju Paladiya Jan 02 '18 at 19:28