百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>Ecshop教程> 修改ecshop后台添加新商品后默认不上架
分享文章到:

修改ecshop后台添加新商品后默认不上架

发布时间:12/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.   

 

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

相关文章

共有7人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板