[Svn-src-all:908] [version-2_5-dev 19796] スマートフォンでの規格選択が正常に動いていない問題を修正。

yomoro admin @ mail.ec-cube.net
2010年 12月 30日 (木) 18:50:31 JST


Subversion committed to /home/svn/open 19796
http://svn.ec-cube.net/open_trac/changeset/19796
┌────────────────────────────┐
│更新者 :  yomoro                                       │
│更新日時:  2010-12-30 18:50:31 +0900 (木, 30 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
スマートフォンでの規格選択が正常に動いていない問題を修正。

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl	2010-12-30 09:50:01 UTC (rev 19795)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl	2010-12-30 09:50:31 UTC (rev 19796)
@@ -214,6 +214,20 @@
                         <h2><!--{$arrProduct.name|h}--></h2>
                     </th>
                 </tr>
+                 <tr>
+                    <th>
+                        <div class="product_code">商品コード:</div>
+                    </th>
+                     <td>
+                     <span id="product_code_default">
+                    <!--{if $arrProduct.product_code_min == $arrProduct.product_code_max}-->
+                        <!--{$arrProduct.product_code_min|h}-->
+                    <!--{else}-->
+                        <!--{$arrProduct.product_code_min|h}-->〜<!--{$arrProduct.product_code_max|h}-->
+                    <!--{/if}-->
+                </span><span id="product_code_dynamic"></span>
+                     </td>
+                </tr>
                 <tr>
                     <th>
                         <!--★販売価格★-->




Svn-src-all メーリングリストの案内