virtmart在DB中存储产品选项的位置

时间:2017-06-27 11:38:27

标签: mysql magento joomla e-commerce virtuemart

我有使用virtumart的问题...我不知道mysql DB的哪个表存储有关产品选项的信息 像这样

there are 4 different options to choice

我在DB的很多表中搜索但我没有找到它:(

ptr_virtuemart_products
ptr_virtuemart_products_it_it

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:0)

表格为:_virtuemart_product_customfields,在您的情况下为ptr_virtuemart_product_customfields并存储所有自定义字段。