Ignore:
Timestamp:
2011/03/04 14:20:57 (13 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20110303110223-uzm8n0x87mmxjw2b
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/Smarty/templates/default/products/detail.tpl 19775@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_5-dev%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fproducts%2Fdetail.tpl
data/Smarty/templates/mobile/products/detail.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fproducts%2Fdetail.tpl
data/Smarty/templates/sphone/products/detail.tpl 19775@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_5-dev%2Fdata%2FSmarty%2Ftemplates%2Fsphone%2Fproducts%2Fdetail.tpl
data/class/SC_Product.php 18277@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fcomu-ver2%2Fdata%2Fclass%2FSC_Product.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110304051957-3z493njdsbndbjyh
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110304052041-s091bdt86pnvcf52
bzr:revno:
3205
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/Smarty/templates/default/products/detail.tpl ohkouchi@loop-az.jp-20110304051957-3z493njdsbndbjyh
data/Smarty/templates/mobile/products/detail.tpl ohkouchi@loop-az.jp-20110304051957-3z493njdsbndbjyh
data/Smarty/templates/sphone/products/detail.tpl ohkouchi@loop-az.jp-20110304051957-3z493njdsbndbjyh
data/class/SC_Product.php ohkouchi@loop-az.jp-20110304051957-3z493njdsbndbjyh
bzr:timestamp:
2011-03-04 14:20:41.819999933 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-03-04T05:20:41.820000Z
Message:

#1084([フロント]ポイント表示部分で number_format されていないページがある)

  • 商品詳細ページを対応
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Product.php

    r20386 r20478  
    275275                // XXX sfPrePoint() の第4パラメータは、処理にバグがあるため現状省略している。(http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3540&forum=1&post_id=13853#forumpost13853) 
    276276                $classCats2['point'] 
    277                     = SC_Utils_Ex::sfPrePoint($productsClass['price02'], $productsClass['point_rate']); 
     277                    = number_format(SC_Utils_Ex::sfPrePoint($productsClass['price02'], $productsClass['point_rate'])); 
    278278 
    279279                // 商品コード 
Note: See TracChangeset for help on using the changeset viewer.