我正在使用 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>
但我无法从数据库中计算制造商列表。我不知道要更改哪个文件的源代码。有知道的请回复我!