‘ネットショップ(ECサイト)構築’ カテゴリーのアーカイブ

EC CUBEで商品コードを導入する

2009 年 2 月 1 日 日曜日

<div>
商品コード:
<!–{if $codecnt > 1}–>
<!–{$arrProductCode.0}–>〜<!–{$arrProductCode[$codemax]}–>
<!–{else}–>
<!–{$arrProductCode.0}–>
<!–{/if}–>
</div>

このエントリーを含むはてなブックマーク

EC CUBEでコメント欄を設けるタグ

2009 年 1 月 31 日 土曜日

  <!–この商品に対するお客様の声–>
  <div id="customervoicearea">
    <h2><img src="<!–{$TPL_DIR}–>img/products/title_voice.jpg" width="580" height="30" alt="この商品に対するお客様の声" /></h2>

    <!–{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}–>
    <!–★新規コメントを書き込む★–>
      <a href="./review.php"
         onclick="win02('./review.php?product_id=<!–{$arrProduct.product_id}–>','review','580','580'); return false;"
         onmouseover="chgImg('<!–{$TPL_DIR}–>img/products/b_comment_on.gif','review');"
         onmouseout="chgImg('<!–{$TPL_DIR}–>img/products/b_comment.gif','review');" target="_blank">
        <img src="<!–{$TPL_DIR}–>img/products/b_comment.gif" width="150" height="22" alt="新規コメントを書き込む" name="review" id="review" />
      </a>
    <!–{/if}–>

    <!–{if count($arrReview) > 0}–>
    <ul>
    <!–{section name=cnt loop=$arrReview}–>
      <li>
        <p class="voicedate"><!–{$arrReview[cnt].create_date|sfDispDBDate:false}–> 投稿者:<!–{if $arrReview[cnt].reviewer_url}–><a href="<!–{$arrReview[cnt].reviewer_url}–>" target="_blank"><!–{$arrReview[cnt].reviewer_name|escape}–></a><!–{else}–><!–{$arrReview[cnt].reviewer_name|escape}–><!–{/if}–> おすすめレベル:<span class="price"><!–{assign var=level value=$arrReview[cnt].recommend_level}–><!–{$arrRECOMMEND[$level]|escape}–></span></p>
        <p class="voicetitle"><!–{$arrReview[cnt].title|escape}–></p>
        <p class="voicecomment"><!–{$arrReview[cnt].comment|escape|nl2br}–></p>
      </li>
    <!–{/section}–>
    </ul>
    <!–{/if}–>
  </div>
  <!–お客様の声ここまで–>

このエントリーを含むはてなブックマーク

EC CUBEのタイトル改変:文字位置とタグ構成

2009 年 1 月 30 日 金曜日

siteframe.tplにある、siteframe.tpl

<!–{assign var=index  value="`$smarty.const.URL_DIR`index.php"}–>
<!–{if $smarty.server.PHP_SELF==$index}–>
<title><!–{$arrSiteInfo.shop_name}–></title>
<!–{else}–>
<title><!–{$tpl_title|escape}–>:<!–{$arrSiteInfo.shop_name|escape}–></title>

このエントリーを含むはてなブックマーク

EC CUBEのタイトルを改変:デフォルト文字を変更する

2009 年 1 月 30 日 金曜日

<!–{assign var=index  value="`$smarty.const.URL_DIR`index.php"}–>
<!–{if $smarty.server.PHP_SELF==$index}–>
<title><!–{$arrSiteInfo.shop_name}–></title>
<!–{else}–>
<title><!–{$tpl_title|escape}–>:<!–{$arrSiteInfo.shop_name}–></title>
<!–{/if}–>

このエントリーを含むはてなブックマーク

ネットショップの作り込み基幹

2009 年 1 月 29 日 木曜日

ショッピングサイトのTOPページにおいて、画像や情報量、デザインの作り込みの多寡が、ユーザーへの商品訴求・印象に大きな影響がある事。
画像を多く配したページの利用意向が強く、デザインを作り込み、画像を多用したTOPページは、特に印象・商品訴求等で有利。シンプルなTOPページは、操作性やスムーズさで有利だが、利用意向への好影響は少ない。

このエントリーを含むはてなブックマーク

the server committed a protocol violation. Section=ResponseHeader

2009 年 1 月 16 日 金曜日

the server committed a protocol violation. Section=ResponseHeaderはDBからデータがなんらかの理由で受け取れない状態。
CGI(https://*****/****/dbgw_relay.cgi)の呼び出しが出来ませんでした。と共に表示される。

解決方法はなし。
サーバーを変更するしかない。

詳細:CORESERVERでネットショップオーナーは運用できない

このエントリーを含むはてなブックマーク