[Svn-src-all:3637] [version-2_12-dev 22549] #2142 スマフォ版・モバイル版の商品詳細画面にメーカー名が表示されない

habu admin @ mail.ec-cube.net
2013年 2月 15日 (金) 16:41:02 JST


Subversion committed to /home/svn/open 22549
http://svn.ec-cube.net/open_trac/changeset/22549
┌────────────────────────────┐
│更新者 :  habu                                         │
│更新日時:  2013-02-15 16:41:02 +0900 (金, 15  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2142 スマフォ版・モバイル版の商品詳細画面にメーカー名が表示されない

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

変更: branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl	2013-02-15 03:02:13 UTC (rev 22548)
+++ branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl	2013-02-15 07:41:02 UTC (rev 22549)
@@ -114,6 +114,16 @@
     <!--{/if}-->
     <br>
 
+    <!--★メーカー★-->
+    <!--{if $arrProduct.maker_name|strlen >= 1}-->
+        メーカー:<!--{$arrProduct.maker_name|h}--><br>
+    <!--{/if}-->
+
+    <!--★メーカーURL★-->
+    <!--{if $arrProduct.comment1|strlen >= 1}-->
+        メーカーURL:<a href="<!--{$arrProduct.comment1|h}-->"><!--{$arrProduct.comment1|h}--></a><br>
+    <!--{/if}-->
+
     <!--★関連カテゴリ★-->
     関連カテゴリ:<br>
     <!--{section name=r loop=$arrRelativeCat}-->

変更: branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl	2013-02-15 03:02:13 UTC (rev 22548)
+++ branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl	2013-02-15 07:41:02 UTC (rev 22549)
@@ -209,6 +209,16 @@
                         </p>
                     <!--{/if}-->
 
+                    <!--▼メーカー-->
+                    <!--{if $arrProduct.maker_name|strlen >= 1}-->
+                        <p class="maker">
+                            <span class="mini">メーカー:</span><span>
+                                <!--{$arrProduct.maker_name|h}-->
+                            </span>
+                        </p>
+                    <!--{/if}-->
+                    <!--▲メーカー-->
+
                     <!--▼メーカーURL-->
                     <!--{if $arrProduct.comment1|strlen >= 1}-->
                         <p class="sale_price">




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