【Fecmall】 Fecyo 秒杀功能上线

官方公告 · Fecmall · 于 3年前 发布 · 2869 次阅读

通过规定秒杀到期时间,秒杀总数的促销方式,用户可以销售到优惠。

Fecyo 秒杀功能文档:http://www.fecmall.com/doc/fecmall-guide/fecyo/cn-1.0/guide-fecmall-fecyo-walletyo-seckill.html

目前只支持pc和h5

演示地址:

pc: http://fecyo.fecshop.com/cn/catalog/seckill/index

h5: http://fecyoh5.fecshop.com/cn/catalog/seckill/index

点击列表中的产品,即可进入秒杀详细地址

共收到 3 条回复
winintel#12年前 0 个赞

请教一下,我想在 秒杀产品详情页 显示 已售数量 字段 (秒杀分类主页(catalog/seckill/index ) 里已有显示) 时, 我在 addons\fecmall\walletyo\app\appfront\theme\catalog\product\index.php 第 27行 增加 <?php var_dump($price_info); ?>

前端显示结果:

array (size=2) 'price' =>

array (size=3)
  'symbol' => string '¥' (length=3)
  'value' => string '0.01' (length=4)
  'code' => string 'CNY' (length=3)

'special_price' =>

array (size=3)
  'symbol' => string '¥' (length=3)
  'value' => string '10.00' (length=5)
  'code' => string 'CNY' (length=3)

为什么 已售数量 的 字段 没有显示出来呢

 protected function getProductPriceInfo()
    {
        $price = $this->_product['price'];
        $special_price = $this->_product['special_price'];
        $special_from = $this->_product['special_from'];
        $special_to = $this->_product['special_to'];
        $special_price_count = $this->_product['special_price_count'];
        $special_price_sale_count = $this->_product['special_price_sale_count'];

    return  Yii::$service->product->price->getCurrentCurrencyProductPriceInfo2($price, $special_price, $special_from, $special_to, $special_price_count , $special_price_sale_count);
        //return Yii::$service->product->price->getCurrentCurrencyProductPriceInfo($price, $special_price, $special_from, $special_to);
    }

我看 这个函数已经 把 它放到 array里了,为啥没显示该字段呢,special_from 也没显示,这些字段我在后台都设置了,有值

Fecmall#22年前 0 个赞

这个问题,自己去推敲代码啊。

顺藤摸瓜的理

添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics