试图找出在一个典型的Joomla / Virtuemart安装中,是什么将vm_product和vm_category绑定在一起。
我的想法是在管理员>组件> com_virtuemart > html > basket.php的$product_rows数组中推送类别信息,以及在basket_b2c.html.php回显的内容。但要做到这一点,我需要知道其中的联系。
Joomla的新手。
谢谢你的帮助。
发布于 2013-02-14 21:11:40
好了,找到了。关联表为: vm_product_category_xref
https://stackoverflow.com/questions/14875169
复制相似问题