Index: branches/version-2_5-dev/data/class/SC_Product.php
===================================================================
--- branches/version-2_5-dev/data/class/SC_Product.php	(revision 20386)
+++ branches/version-2_5-dev/data/class/SC_Product.php	(revision 20478)
@@ -275,5 +275,5 @@
                 // XXX sfPrePoint() の第4パラメータは、処理にバグがあるため現状省略している。(http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3540&forum=1&post_id=13853#forumpost13853)
                 $classCats2['point']
-                    = SC_Utils_Ex::sfPrePoint($productsClass['price02'], $productsClass['point_rate']);
+                    = number_format(SC_Utils_Ex::sfPrePoint($productsClass['price02'], $productsClass['point_rate']));
 
                 // 商品コード
