Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮助我如何在 cs-cart 中以编程方式创建类别吗?
我试图在数据库中手动插入类别详细信息,它只显示在后端而不是前端。
当我尝试编辑它并保存类别而不进行任何更改时,它会在前端显示类别......我不知道那一步发生了什么......请指导我
检查您正在更新的表 (4):
*categories, *categories_descriptions, *product_sales and *product_categories,
我在每个中都找到了“category_id”字段。也许它可以帮助你。或者,您可以在保存时启用任何 MySQL 日志记录系统,以便“捕获”类别信息存储中涉及的任何其他表。