按国家/地区搜索Virtuemart

时间:2013-05-20 11:12:25

标签: joomla2.5 virtuemart

  1. 我想在我的产品页面搜索国家/地区。搜索产品 国家。为此,我试图编辑virtmart的管理面板 添加国家/地区。但是,它没有显示任何下拉列表。
  2. 在file- product_edit_information.php中添加

                <?php $i = 1 - $i; ?>
            <tr class="row<?php echo $i?>">
                <td ><div style="text-align:right;font-weight:bold;">
                    <?php echo JText::_('COM_VIRTUEMART_PRODUCT_COUNTRY') ?></div>
                </td>
                <td colspan="3">
    
                    <select name="mprices[product_currency][0]" id="mpricesproduct_currency0" style="display: none;" class="chzn-done">
    
                        <option><?php echo $this->product->product_url; ?></option>
                    </select>
                </td>
            </tr>
    
  3. 但是,对管理面板没有任何影响。请参见下面的截图: enter image description here

  4. 此外,如果可能的话,任何人都可以为优惠券系统建议一个组件或模块或插件而无需付费。

0 个答案:

没有答案