- 我想在我的产品页面中搜索国家。按国家搜索产品。为此,我尝试通过向其添加国家/地区来编辑美德玛特的管理面板。但是,它没有显示任何下拉菜单。
在文件中添加 - 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>
但是,对管理面板没有影响。请看下面的截图:
此外,如果可能的话,任何人都可以为优惠券系统推荐一个组件或模块或插件,而无需额外费用。
问问题
92 次