Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!
am a newbie in nopCommerce and my question is how do i change pages url into a custom one? example in nopCommerce vendor page i will like to re-write the url into something like localhost:3088/vendor/registration .. please is that possible or do i need a plugin for that?.
2. how can i possible add more table fields to vendors table in nopcommerce?.

What I have tried:

i just need an head start.. that alot
how can i possible add more table fields to vendors table in nopcommerce?.
Posted
Updated 8-Jul-16 3:29am

1 solution

For custom routes NopCommerce provides the IRouteProvider-Interface, see:
How do I register new routes? - nopCommerce Documentation - nopCommerce documentation[^]

To add new Properties (EntityFramework will add your properties to the db table) see the Model-Mappings in Nop's DataLayer Class Library:
Updating an existing entity. How to add a new property. - nopCommerce Documentation - nopCommerce documentation[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900