太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

分享经验 版主:论坛审计组
网店插件,首页列表页显示商品折扣方法
类型:太阳成游戏网站CMS 更新时间:2025-03-30 06:37:39 商品折扣 折扣

网店插件,商品折扣显示方法

第一种

/wenda/61986.html

第二种

 {php $rt = \Phpcmf\Service::M('order', 'store')->get_goods_discount($rs.id, $rs.price, $member);}
                                        {if $rt}
                                        
                                            
                                            {$rt.info}
                                            
                                             {number_format($rs.price, 2)}
                                            
                                        {else}
                                         {number_format($rs.price, 2)}
                                        {/if}

第二种简单 只需要套一个if else 即可,是调用order.php里面的函数方法


回帖
  • 小五哥
    #1楼    小五哥
    2023-03-02 08:54:02
    Chrome 0
    看看是什么代码,有用
  • 又菜又爱玩
    #2楼    又菜又爱玩
    2023-03-02 09:22:21
    Chrome 0
    {if $rt.promotion.type==4||$rt.promotion.type==5}
                                                {number_format($rs.price, 2)}
                                                {else}
                                                  {number_format($rs.price, 2)}
                                                {/if}
    判断删除线
    效果图
    image
  • 魂
    #3楼    魂
    2025-03-30 06:37:39
    Edge 0
    看看怎么实现的