您现在的位置是:首页 > cms教程 > Ecshop商城教程Ecshop商城教程

ecshop商城调用指定分类新品商品/热门商品/推荐商品可设置商品数量

易堃登2024-04-25Ecshop商城教程已有人查阅

导读ECSHOP商城任何页面调用显示指定分类下新品商品/热门商品/推荐商品可设置商品数量步: 打开你要显示文件例如index.php首页 goods.php

ECSHOP商城任何页面调用显示指定分类下新品商品/热门商品/推荐商品可设置商品数量
第一步: 打开你要显示文件例如index.php首页  goods.php商品页面   category.php分类页面

/**
 * 取指定分类ID及类型的商品信息
 * @access public
 * @param string $cat_id 分类ID
 * @param string $num 显示商品数量
 * @param string $cat_type 显示商品类型 new新品,hot热销,best为精品,promote特价
 * @param auther 代码号(自定义函数)
 * @return array
 */
function index_get_cat_id_goods_list($cat_id = '', $num = '',$cat_type='')
{ $sql = 'Select g.goods_id, g.cat_id,c.parent_id, g.goods_name, g.goods_name_style, g.market_price, g.shop_price AS org_price, g.promote_price, ' .  "IFNULL(mp.user_price, g.shop_price * '$_SESSION[discount]') AS shop_price, ".  "promote_start_date, promote_end_date, g.goods_brief, g.goods_thumb, goods_img, " .  "g.is_best, g.is_new, g.is_hot, g.is_promote " .  'FROM ' . $GLOBALS['ecs']->table('goods') . ' AS g ' .  'LEFT JOIN ' . $GLOBALS['ecs']->table('category') . ' AS c ON c.cat_id = g.cat_id ' .  "LEFT JOIN " . $GLOBALS['ecs']->table('member_price') . " AS mp ".  "ON mp.goods_id = g.goods_id AND mp.user_rank = '$_SESSION[user_rank]' ".  "Where g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 ".  $sql .= " AND (c.parent_id =" . $cat_id. " or g.cat_id = " . $cat_id ." or g.cat_id ". db_create_in(array_unique(array_merge(array($cat_id), array_keys(cat_list($cat_id, 0, false))))) .")";  if($cat_type!=''){  $sql .=" and is_".$cat_type."=1";  }else{  $sql .=" and is_best=0 and is_new=0 and is_hot=0 and is_promote=0";  }  $sql .= " order by g.goods_id desc LIMIT $num";  $res = $GLOBALS['db']->getAll($sql);  $goods = array();  foreach ($res AS $idx => $row)  {  $goods[$idx]['id'] = $row['article_id'];  $goods[$idx]['id'] = $row['goods_id'];  $goods[$idx]['name'] = $row['goods_name'];  $goods[$idx]['brief'] = $row['goods_brief'];  $goods[$idx]['brand_name'] = $row['brand_name'];  $goods[$idx]['goods_style_name'] = add_style($row['goods_name'],$row['goods_name_style']);  $goods[$idx]['short_name'] = $GLOBALS['_CFG']['goods_name_length'] > 0 ?  sub_str($row['goods_name'], $GLOBALS['_CFG']['goods_name_length']) : $row['goods_name'];  $goods[$idx]['short_style_name'] = add_style($goods[$idx]['short_name'],$row['goods_name_style']);  $goods[$idx]['market_price'] = price_format($row['market_price']);  $goods[$idx]['shop_price'] = price_format($row['shop_price']);  $goods[$idx]['thumb'] = empty($row['goods_thumb']) ? $GLOBALS['_CFG']['no_picture'] : $row['goods_thumb'];  $goods[$idx]['goods_img'] = empty($row['goods_img']) ? $GLOBALS['_CFG']['no_picture'] : $row['goods_img'];  $goods[$idx]['url'] = build_uri('goods', array('gid' => $row['goods_id']), $row['goods_name']);  }  return $goods; }
?>

第2步:打开你要显示文件例如index.php首页  goods.php商品页面   category.php分类页面,在适当位置添加以下代码:
比如在

​​​​​​​$smarty->assign('shop_notice',     $_CFG['shop_notice']);       // 商店公告

-------添加

// new新品,hot热销,best为精品,promote特价
$smarty->assign('cat_id1_new_goods', index_get_cat_id_goods_list(1,10));
$smarty->assign('cat_id1_hot_goods', index_get_cat_id_goods_list(1,10,'hot'));
$smarty->assign('cat_id1_hot_goods', index_get_cat_id_goods_list(1,10,'promote'));
$smarty->assign('cat_id1_hot_goods', index_get_cat_id_goods_list(1,10,'best'));

根据自己的需要添加多条。
其中,1为分类ID,10为调用的数量。
如果不限制商品分类,分类ID可填 0
打开你要显示文件例如index.dwt首页  goods.dwt商品页面   category.dwt分类页面 增加:

<!--{foreach name=cat_id1_hot_goods from=$cat_id1_hot_goods item=goods}-->
<div style="padding-top: 8px;" class="new-tr">
           <a target="_blank" href="{$goods.url}"><img width="116" height="130" border="0" alt="{$goods.name|escape:html}" src="{$goods.thumb}"></a>
          <div class="right">
          <a target="_blank" href="{$goods.url}">{$goods.name|escape:html}</a><br>
          <span style="color: rgb(102, 102, 102); text-decoration: line-through;">市场价:{$goods.market_price}</span><br>
特卖价:<span style="color: rgb(255, 0, 0);">{$goods.shop_price}</span><br>
          <span class="font-gmm"><a  href="javascript:addToCart({$goods.id})">立即抢购</a></span>
          </div>
          <span class="new-line"></span>
          </div>
<!--{/foreach}-->

本文标签:

很赞哦! ()

相关源码

  • (自适应)英文绿色精密模具零件加工五金零件pbootcms外贸网站模板本模板基于PbootCMS开发,为五金零件、精密模具加工等英文外贸企业设计。采用响应式布局,适配各类移动设备,是五金零件企业开展国际贸易的专业展示平台。查看源码
  • (自适应)html5中英双语通用机械设备pbootcms模板下载本模板基于PbootCMS内核精心开发,为机械设备制造企业量身打造。设计风格大气稳重,充分展现机械行业的专业特质与技术实力。采用HTML5技术构建,支持中英文双语切换,满足国际化业务需求。整站布局合理,充分展示企业产品、案例与服务,帮助访客快速了解企业核心优势。查看源码
  • (自适应)水墨风中药馆中医名医介绍pbootcms网站模板本模板基于PbootCMS内核开发,为中医馆、中医药企业量身定制,可快速搭建具有传统文化特色的官方网站。自适应手机端设计,数据实时同步,助您高效展示中医特色诊疗、中药产品、养生知识等内容,塑造专业品牌形象。查看源码
  • (自适应响应式)高端简繁双语HTML5金融资本咨询单页pbootcms模板采用响应式设计确保在各类手机端设备很好的呈现。该模板专注于金融咨询、资本管理等领域企业形象展示,通过结构化布局突出行业专业度与可信度,后台数据同步管理简化内容维护流程。查看源码
  • (PC+WAP)楼承板建筑工程合金钢铁材料pbootcms网站源码下载为楼承板生产商及建筑工程企业设计的响应式网站模板,采用PbootCMS内核开发,同步适配电脑与移动设备浏览。通过模块化结构展示工程案例、产品参数等专业内容,帮助建筑建材企业建立标准化数字展示平台,提升行业专业形象。查看源码
  • (自适应响应式)蓝色外贸英文产品介绍展示网站模板本模板采用手工编写的DIV+CSS架构,代码精简高效。适配手机端浏览,数据实时同步更新。内置SEO优化框架,支持独立设置各页面标题、关键词及描述。开源代码结构清晰,便于二次开发。查看源码
分享笔记 (共有 篇笔记)
验证码:

本栏推荐