【发布时间】:2012-06-01 02:05:51
【问题描述】:
我正在创建一个使用 joomla2.5 和 meadowmart2 的电子商务网站。当我添加新产品时,我无法为产品选择多个制造商。
我不知道破解源代码究竟需要哪个文件。
这里我修改了location中的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>
但我无法从数据库中计算制造商列表。我不知道要更改哪个文件的源代码。有谁知道请回复我!
【问题讨论】:
标签: php joomla e-commerce virtuemart