Ecshop模板网
首页 > ecshop教程 > ecshop经验分享 > 在ecshop后台加产品默认非上架状态
文章详情

在ecshop后台加产品默认非上架状态

ecshop模板网 / 2013-03-03

 ecshop默许增加新商品后默许为“上架”状况,出于某种思考,可让新增加商品后默许为“下架”状况,在后台预览满足后,再批量上架。

查找/admin/goods.php

 

  1. $goods = array
  2.     'goods_id'      => 0, 
  3.     'goods_desc'    => '', 
  4.     'cat_id'        => $last_choose[0], 
  5.     'brand_id'      => $last_choose[1], 
  6.     'is_on_sale'    => '1', 
  7.     'is_alone_sale' => '1', 
  8.     'is_shipping' => '0', 
  9.     'other_cat'     => array(), // 扩大分类 
  10.     'goods_type'    => 0,       // 商品类型 
  11.     'shop_price'    => 0, 
  12.     'promote_price' => 0, 
  13.     'market_price'  => 0, 
  14.     'integral'      => 0, 
  15.     'goods_number'  => $_CFG['default_storage'], 
  16.     'warn_number'   => 1, 
  17.     'promote_start_date' => local_date('Y-m-d'), 
  18.     'promote_end_date'   => local_date('Y-m-d', local_strtotime('+1 month')), 
  19.     'goods_weight'  => 0, 
  20.     'give_integral' => -1, 
  21.     'rank_integral' => -1 
  22. ); 

修改为

 

  1. $goods = array
  2.     'goods_id'      => 0, 
  3.     'goods_desc'    => '', 
  4.     'cat_id'        => $last_choose[0], 
  5.     'brand_id'      => $last_choose[1], 
  6.     'is_on_sale'    => '0', //默许为“下架”状况 
  7.     'is_alone_sale' => '1', 
  8.     'is_shipping' => '0', 
  9.     'other_cat'     => array(), // 扩大分类 
  10.     'goods_type'    => 0,       // 商品类型 
  11.     'shop_price'    => 0, 
  12.     'promote_price' => 0, 
  13.     'market_price'  => 0, 
  14.     'integral'      => 0, 
  15.     'goods_number'  => $_CFG['default_storage'], 
  16.     'warn_number'   => 1, 
  17.     'promote_start_date' => local_date('Y-m-d'), 
  18.     'promote_end_date'   => local_date('Y-m-d', local_strtotime('+1 month')), 
  19.     'goods_weight'  => 0, 
  20.     'give_integral' => -1, 
  21.     'rank_integral' => -1 
  22. ); 
  23.   
  24.  
下一篇: 屏蔽ecshop云提示no_license 上一篇: 处理ecshop忘记超级管理的又一快捷方法
 用户评论(共 0 条评论)
  • 暂时还没有任何用户评论
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服