我对constancemart有问题……我不知道在哪个mysql DB表中存储有关产品选件的信息
像这样
there are 4 different options to choice
我在数据库中搜索了很多表,但没有找到它:(

ptr_virtuemart_products
ptr_virtuemart_products_it_it

最佳答案

选项可能保存在具有json规范的字段中。您可以运行转储并在创建的sql文件中搜索要查找的字符串。

10-08 03:48