美德玛特不适用于多个制造商


Virtuemart is not working for multiple manufacturer

我正在使用joomla2.5和virtuemart2创建一个电子商务网站。当我添加新产品时,我无法为产品选择多个制造商。

我不知道破解源代码完全需要哪个文件。

在这里,我修改了该位置的html集成部分

administrator/components/com_virtuemart/views/product/tmpl/product_information.html 92 号线

<?php if(isset($this->lists['manufacturers'])){?>
<tr class="row<?php echo $i?>">
<td width="21%" ><div style="text-align:right;font-weight:bold;">
<?php echo JText::_('COM_VIRTUEMART_MANUFACTURER'); echo'test-aaaaaaaaaa'; ?></div></td>
<td width="79%"><?php //echo $this->lists['manufacturers'];?>                       
<select class="inputbox" id="manufacturers" name="manufacturers[]" multiple="multiple" size="10">
<option value=""><?php echo $this->lists['manufacturers']; ?></option></select>                     </td></tr>

但是我无法从数据库中计算制造商列表。我不知道要更改哪个文件源代码。有人知道请回复我!

看看这个:

http://forum.virtuemart.net/index.php?topic=100170.0

我把它应用到我的美德市场上,并作为一种魅力。我有一家书店要做。我已将所有作者添加为制造商,现在通过此更改,我可以在一本书中添加多个制造商(就我而言是作者),就像添加多个类别一样。我认为这是你需要的。