联系电话:0755-27515592
最新动态:

zencart教程

zencart通过产品id 批量添加推荐产品

点击数:11702015-07-15 10:23:31 来源: 外贸网站建设,深圳外贸网站建设,深圳网站建设,外贸商城网站制作-亿恩科技

新闻摘要:1.修改 admin/featured.php 查找 pre_add_confirmation 将 pre_add_confirmation 与 break; 之间的代码,用下面的代码替换即可 ? php case pre_add_confirmation: // check for blank or existing featured $pre_add_products_id = $_P

1.修改 admin/featured.php

查找 pre_add_confirmation

将 pre_add_confirmation 与  break; 之间的代码,用下面的代码替换即可
 

复制代码
<?php case 'pre_add_confirmation': // check for blank or existing featured $pre_add_products_id=$_POST['pre_add_products_id']; $pre_add_products_id2=explode(',',$pre_add_products_id); foreach($pre_add_products_id2 as $key=>$val) { $sql = "select products_id from " . TABLE_PRODUCTS . " where products_id='" . (int)$val . "'"; $check_featured = $db->Execute($sql); if ($check_featured->RecordCount() == 1) { $sql = "select products_id from " . TABLE_FEATURED . " where products_id='" . (int)$val . "'"; $check_featured = $db->Execute($sql); if ($check_featured->RecordCount() < 1) { // add empty featured $featured_date_available = ((zen_db_prepare_input($_POST['start']) == '') ? '0001-01-01' : zen_date_raw($_POST['start'])); $expires_date = ((zen_db_prepare_input($_POST['end']) == '') ? '0001-01-01' : zen_date_raw($_POST['end'])); $products_id = zen_db_prepare_input($val); $db->Execute("insert into " . TABLE_FEATURED . " (products_id, featured_date_added, expires_date, status, featured_date_available)
                        values ('" . (int)$products_id . "', now(), '" . zen_db_input($expires_date) . "', '1', '" . zen_db_input($featured_date_available) . "')");
                }
            }     
        } break; ?>
复制代码


2.admin\includes\functions\general.php

查找 函数 zen_set_field_length

在这个函数下面 增加以下函数即可

 

复制代码
  function zen_set_field_length_1000($max=50, $override=false) { $field_length= 1000; switch (true) { case (($override == false and $field_length > $max)): $length= 'size = "' . ($max+1) . '" maxlength= "' . $field_length . '"'; break; default: $length= 'size = "' . ($field_length+1) . '" maxlength = "' . $field_length . '"'; break;
    } return $length;
  }
复制代码

 


3. 做完上面2步后 就可以 通过后台 Catalog --> Featured Products --> 点击右边的 Product ID to be Manually Added as a Featured按钮
然后在文本框中输入产品的id, 产品id之间用英文逗号隔开,列如 21,55,23,89

【责任编辑:(Top) 返回页面顶端
贴心
全国7×24小时客服热线
安全
病毒杀除率高于99%
稳定
网站可用性高于99.9%
实力
服务68家上市企业及集团公司
亿恩科技手机站
关注亿恩科技微信

亿恩科技—企业信息化一站式服务专家


Copyright © 2008- 深圳市亿恩科技有限公司版权所有 粤ICP备15056041号

联系我们 | 常见问题 | 在线留言 | 支付方式 | 软件开发 | 我的观点 | 资质荣誉 | 服务流程