Index: /branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- /branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 19713)
+++ /branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 19733)
@@ -321,5 +321,5 @@
     sale_limit numeric,
     price01 numeric,
-    price02 numeric,
+    price02 numeric NOT NULL,
     deliv_fee numeric,
     point_rate numeric,
Index: /branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- /branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 19713)
+++ /branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql	(revision 19733)
@@ -321,5 +321,5 @@
     sale_limit numeric,
     price01 numeric,
-    price02 numeric,
+    price02 numeric NOT NULL,
     deliv_fee numeric,
     point_rate numeric,
Index: /branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl	(revision 19712)
+++ /branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl	(revision 19733)
@@ -95,9 +95,5 @@
                  </td>
                  <td class="pricetd">
-                 <!--{if $item.productsClass.price02 != ""}-->
                      <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                 <!--{else}-->
-                     <!--{$item.productsClass.price01|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                 <!--{/if}-->
                  </td>
                  <td><!--{$item.quantity|number_format}--></td>
Index: /branches/version-2_5-dev/data/Smarty/templates/default/cart/index.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/default/cart/index.tpl	(revision 19712)
+++ /branches/version-2_5-dev/data/Smarty/templates/default/cart/index.tpl	(revision 19733)
@@ -113,9 +113,5 @@
                         </td>
                         <td class="pricetd">
-                        <!--{if $item.productsClass.price02 != ""}-->
                             <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                        <!--{else}-->
-                            <!--{$item.productsClass.price01|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                        <!--{/if}-->
                         </td>
                         <td id="quantity"><!--{$item.quantity}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/cart/index.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/cart/index.tpl	(revision 19713)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/cart/index.tpl	(revision 19733)
@@ -113,9 +113,5 @@
                         </td>
                         <td class="pricetd">
-                        <!--{if $item.productsClass.price02 != ""}-->
                             <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                        <!--{else}-->
-                            <!--{$item.productsClass.price01|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                        <!--{/if}-->
                         </td>
                         <td id="quantity"><!--{$item.quantity}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl	(revision 19713)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl	(revision 19733)
@@ -95,9 +95,5 @@
                  </td>
                  <td class="pricetd">
-                 <!--{if $item.productsClass.price02 != ""}-->
                      <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                 <!--{else}-->
-                     <!--{$item.productsClass.price01|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
-                 <!--{/if}-->
                  </td>
                  <td><!--{$item.quantity|number_format}--></td>
