@PatrykPorabik ,
This might not be helpful to this issue.
Limitation of existing system is,
"All tables/entities have only string same as nopCommerce int"
BaseEntity should be of type Generic (for key), So it should support any type of primary key like int, short, guid, string etc.
BaseEntity, IRepository (EfRepository) should be changed. Both should support any type of primary key.
Note: It will also affect to UrlRecord.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: esbee
I think one important feature (and often ignored) is the localization of static routes. For example:
//login page - current
www.yourstore.com/en/login
www.yourstore.com/pl/login
www.yourstore.com/fr/login
//login page - with localized routes
www.yourstore.com/en/login
www.yourstore.com/pl/zaloguj-się (sorry guys, Google translation :) )
www.yourstore.com/fr/connexion
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: PatrykPorabik
@esbee Thank you for idea. We will take it into consideration.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a-patel
@PatrykPorabik ,
This might not be helpful to this issue.
Limitation of existing system is,
"All tables/entities have only string same as nopCommerce int"
BaseEntity should be of type Generic (for key), So it should support any type of primary key like int, short, guid, string etc.
BaseEntity, IRepository (EfRepository) should be changed. Both should support any type of primary key.
Note: It will also affect to UrlRecord.
I have also open an issue in other project for the same, but unfortunately did not get any help.
https://github.com/nopSolutions/nopCommerce/issues/2439
I will be grateful, if you will help me for the same.
ref:
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a-patel
@PatrykPorabik
Any update? I am opening the new issue for the same.