0

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

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

这里我修改了位置中的html集成部分

管理员/组件/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>

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

4

1 回答 1

1

看看这个:

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

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

于 2012-05-28T21:25:38.613 回答