nopcommerce 中的类别 url 格式
我想知道如何使类别的 url 静态化。例如 http://localhost:3547/category/53-cellphones.aspx 是什么我目前有,但昨天它是 http://localhost:3547/category/1-cellphones.aspx。 我想知道如何使类别名称中的数字保持静态,例如 1-cellphones.aspx 一直这样,我不想明天更改为 3-cellphones.aspx。 这可能吗? 谢谢
I would like to know how I can make the url's for the categories static. For example http://localhost:3547/category/53-cellphones.aspx is what I have currently but yesterday it was http://localhost:3547/category/1-cellphones.aspx.
I want to know how can I make the number in the category name static, e.g. 1-cellphones.aspx to be like that all the time, I don't want to be changed tomorrow to 3-cellphones.aspx for example.
Is that possible?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这通常是数据库中类别的 ID。
您可以检查 Nop_Category 表并检查是否有重复的行。
This is normally the id of the category in the database.
Can you check the Nop_Category table and check you don't have duplicate rows.