Index: /branches/version-2_4/data/Smarty/templates/default/shopping/payment.tpl
===================================================================
--- /branches/version-2_4/data/Smarty/templates/default/shopping/payment.tpl	(revision 18521)
+++ /branches/version-2_4/data/Smarty/templates/default/shopping/payment.tpl	(revision 18529)
@@ -43,5 +43,5 @@
           <tr>
             <th>選択</th>
-            <th colspan="<!--{if $img_show == false}-->2<!--{else}-->3<!--{/if}-->">お支払方法</th>
+            <th colspan="<!--{if $tpl_img_show == false}-->1<!--{else}-->2<!--{/if}-->">お支払方法</th>
           </tr>
           <!--{section name=cnt loop=$arrPayment}-->
@@ -52,11 +52,9 @@
               <label for="pay_<!--{$smarty.section.cnt.iteration}-->"><!--{$arrPayment[cnt].payment_method|escape}--><!--{if $arrPayment[cnt].note != ""}--><!--{/if}--></label>
             </td>
+            <td>
             <!--{if $arrPayment[cnt].payment_image != ""}-->
-                <td>
-                    <img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$arrPayment[cnt].payment_image}-->" />
-                </td>
-            <!--{elseif $img_show == true}-->
-                <td></td>
+              <img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$arrPayment[cnt].payment_image}-->" />
             <!--{/if}-->
+            </td>
           </tr>
           <!--{/section}-->
Index: /branches/version-2_4/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- /branches/version-2_4/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 18521)
+++ /branches/version-2_4/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 18529)
@@ -162,6 +162,6 @@
         // 支払い方法の取得
         $this->arrPayment = $this->lfGetPayment($total_pretax);
-        // 支払い方法の画像があるなしを取得（$img_show true:ある false:なし）
-        $this->img_show = $this->lfGetImgShow($this->arrPayment);
+        // 支払い方法の画像があるなしを取得（$tpl_img_show true:ある false:なし）
+        $this->tpl_img_show = $this->lfGetImgShow($this->arrPayment);
         // お届け時間の取得
         $arrRet = $objDb->sfGetDelivTime($this->objFormParam->getValue('payment_id'));
