バージョン選択

フォーラム

メニュー

オンライン状況

47 人のユーザが現在オンラインです。 (34 人のユーザが フォーラム を参照しています。)
登録ユーザ: 1
ゲスト: 46
machinery もっと...

サイト内検索

質問 > 管理機能 > デザイン管理のデータ復旧について

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
netland
投稿日時: 2015/3/5 2:49
対応状況: −−−
新米
登録日: 2014/11/6
居住地:
投稿: 4
デザイン管理のデータ復旧について
デザイン管理の、PCのページ詳細設定の編集中に
「商品購入/ご入力内容のご確認」
ページ詳細の編集画面で一部の行を削除してしまい、
ページエラーになり困っております。
「商品購入/ご入力内容のご確認」のデータを
最初の状態にもどす方法はありますでしょうか?
ご教示いただけますでしょうか。

下記は一部の行を削除後のデータです。
宜しくお願い致します。

<!--{*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms ofd in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*}-->

<script type="text/javascript">//<![CDATA[
var sent = false;

function fnCheckSubmit() {
if (sent) {
alert("只今、処理中です。しばらくお待ち下さい。");
return false;
}
sent = true;
return true;
}
//]]></script>

<!--CONTENTS-->
<div id="undercolumn">
<div id="undercolumn_shopping">
<p class="flow_area"><img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_03.jpg" alt="購入手続きの流れ" /></p>
<h2 class="title"><!--{$tpl_title|h}--></h2>

<p class="information">下記ご注文内容で送信してもよろしいでしょうか?<br />
よろしければ、「<!--{if $use_module}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>

<form name="form1" id="form1" method="post" action="?">
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
<input type="hidden" name="mode" value="confirm" />
<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />

<div class="btn_area">
<ul>
<li>
<a href="./payment.php">
<img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" />
</a>
</li>
<!--{if $use_module}-->
<li>
<input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next-top" id="next-top" />
</li>
<!--{else}-->
<li>
<input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ" name="next-top" id="next-top" />
</li>
<!--{/if}-->
</ul>
</div>

<table summary="ご注文内容確認">
<col width="10%" />
<col width="40%" />
<col width="20%" />
<col width="10%" />
<col width="20%" />
<tr>
<th scope="col">商品写真</th>
<th scope="col">商品名</th>
<th scope="col">単価</th>
<th scope="col">数量</th>
<th scope="col">小計</th>
</tr>
<!--{foreach from=$arrCartItems item=item}-->
<tr>
<td class="alignC">
<a
<!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
<!--{/if}-->
>
<img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a>
</td>
<td>
<ul>
<li><strong><!--{$item.productsClass.name|h}--></strong></li>
<!--{if $item.productsClass.classcategory_name1 != ""}-->
<li><!--{$item.productsClass.class_name1|h}-->:<!--{$item.productsClass.classcategory_name1|h}--></li>
<!--{/if}-->
<!--{if $item.productsClass.classcategory_name2 != ""}-->
<li><!--{$item.productsClass.class_name2|h}-->:<!--{$item.productsClass.classcategory_name2|h}--></li>
<!--{/if}-->
</ul>
</td>
<td class="alignR">
<!--{$item.price_inctax|n2s}-->円
</td>
<td class="alignR"><!--{$item.quantity|n2s}--></td>
<td class="alignR"><!--{$item.total_inctax|n2s}-->円</td>
</tr>
<!--{/foreach}-->
<tr>
<th colspan="4" class="alignR" scope="row">小計</th>
<td class="alignR"><!--{$tpl_total_inctax[$cartKey]|n2s}-->円</td>
</tr>
<!--{if $smarty.const.USE_POINT !== false}-->
<!--{if $arrForm.use_point > 0}-->
<tr>
<th colspan="4" class="alignR" scope="row">値引き(ポイントご使用時)</th>
<td class="alignR">
<!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
-<!--{$discount|n2s|default:0}-->円</td>
</tr>
<!--{/if}-->
<!--{/if}-->
<tr>
<th colspan="4" class="alignR" scope="row">送料</th>
<td class="alignR"><!--{$arrForm.deliv_fee|n2s}-->円</td>
</tr>
<tr>
<th colspan="4" class="alignR" scope="row">手数料</th>
<td class="alignR"><!--{$arrForm.charge|n2s}-->円</td>
</tr>
<tr>
<th colspan="4" class="alignR" scope="row">合計</th>
<td class="alignR"><span class="price"><!--{$arrForm.payment_total|n2s}-->円</span></td>
</tr>
</table>

<!--{* ログイン済みの会員のみ *}-->
<!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
<table summary="ポイント確認" class="delivname">
<col width="30%" />
<col width="70%" />
<tr>
<th scope="row">ご注文前のポイント</th>
<td><!--{$tpl_user_point|n2s|default:0}-->Pt</td>
</tr>
<tr>
<th scope="row">ご使用ポイント</th>
<td>-<!--{$arrForm.use_point|n2s|default:0}-->Pt</td>
</tr>
<!--{if $arrForm.birth_point > 0}-->
<tr>
<th scope="row">お誕生月ポイント</th>
<td>+<!--{$arrForm.birth_point|n2s|default:0}-->Pt</td>
</tr>
<!--{/if}-->
<tr>
<th scope="row">今回加算予定のポイント</th>
<td>+<!--{$arrForm.add_point|n2s|default:0}-->Pt</td>
</tr>
<tr>
<!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
<th scope="row">加算後のポイント</th>
<td><!--{$total_point|n2s}-->Pt</td>
</tr>
</table>
<!--{/if}-->
<!--{* ログイン済みの会員のみ *}-->

<!--{* ▼注文者 *}-->
<h3>ご注文者</h3>
<table summary="ご注文者" class="customer">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<th scope="row">お名前</th>
<td><!--{$arrForm.order_name01|h}--> <!--{$arrForm.order_name02|h}--></td>
</tr>
<tr>
<th scope="row">お名前(フリガナ)</th>
<td><!--{$arrForm.order_kana01|h}--> <!--{$arrForm.order_kana02|h}--></td>
</tr>
<tr>
<th scope="row">会社名</th>
<td><!--{$arrForm.order_company_name|h}--></td>
</tr>
<!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
<tr>
<th scope="row">国</th>
<td><!--{$arrCountry[$arrForm.order_country_id]|h}--></td>
</tr>
<tr>
<th scope="row">ZIPCODE</th>
<td><!--{$arrForm.order_zipcode|h}--></td>
</tr>
<!--{/if}-->
<tr>
<th scope="row">郵便番号</th>
<td>〒<!--{$arrForm.order_zip01|h}-->-<!--{$arrForm.order_zip02|h}--></td>
</tr>
<tr>
<th scope="row">住所</th>
<td><!--{$arrPref[$arrForm.order_pref]}--><!--{$arrForm.order_addr01|h}--><!--{$arrForm.order_addr02|h}--></td>
</tr>
<tr>
<th scope="row">電話番号</th>
<td><!--{$arrForm.order_tel01}-->-<!--{$arrForm.order_tel02}-->-<!--{$arrForm.order_tel03}--></td>
</tr>
<tr>
<th scope="row">FAX番号</th>
<td>
<!--{if $arrForm.order_fax01 > 0}-->
<!--{$arrForm.order_fax01}-->-<!--{$arrForm.order_fax02}-->-<!--{$arrForm.order_fax03}-->
<!--{/if}-->
</td>
</tr>
<tr>
<th scope="row">メールアドレス</th>
<td><!--{$arrForm.order_email|h}--></td>
</tr>
<tr>
<th scope="row">性別</th>
<td><!--{$arrSex[$arrForm.order_sex]|h}--></td>
</tr>
<tr>
<th scope="row">職業</th>
<td><!--{$arrJob[$arrForm.order_job]|default:'(未登録)'|h}--></td>
</tr>
<tr>
<th scope="row">生年月日</th>
<td>
<!--{$arrForm.order_birth|regex_replace:"/ .+/":""|regex_replace:"/-/":"/"|default:'(未登録)'|h}-->
</td>
</tr>
</tbody>
</table>

<!--{* ▼お届け先 *}-->
<!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
<h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3>
<!--{if $is_multiple}-->
<table summary="ご注文内容確認">
<col width="10%" />
<col width="60%" />
<col width="20%" />
<col width="10%" />
<tr>
<th scope="col">商品写真</th>
<th scope="col">商品名</th>
<th scope="col">数量</th>
<th scope="col">小計</th>
</tr>
<!--{foreach item=item from=$shippingItem.shipment_item}-->
<tr>
<td class="alignC">
<a
<!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
<!--{/if}-->
>
<img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a>
</td>
<td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br />
<!--{if $item.productsClass.classcategory_name1 != ""}-->
<!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
<!--{/if}-->
<!--{if $item.productsClass.classcategory_name2 != ""}-->
<!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
<!--{/if}-->
</td>
<td class="alignC"><!--{$item.quantity}--></td>
<td class="alignR">
<!--{$item.total_inctax|n2s}-->円
</td>
</tr>
<!--{/foreach}-->
</table>
<!--{/if}-->


<h3>配送方法・お支払方法・その他お問い合わせ</h3>
<table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<th scope="row">配送方法</th>
<td><!--{$arrDeliv[$arrForm.deliv_id]|h}--></td>
</tr>
<tr>
<th scope="row">お支払方法</th>
<td><!--{$arrForm.payment_method|h}--></td>
</tr>
<tr>
<th scope="row">その他お問い合わせ</th>
<td><!--{$arrForm.message|h|nl2br}--></td>
</tr>
</tbody>
</table>

<div class="btn_area">
<ul>
<li>
<a href="./payment.php"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back<!--{$key}-->" /></a>
</li>
<!--{if $use_module}-->
<li>
<input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next" id="next" />
</li>
<!--{else}-->
<li>
<input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ" name="next" id="next" />
</li>
<!--{/if}-->
</ul>
</div>
</form>
</div>
</div>
red
投稿日時: 2015/3/5 9:46
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1569
Re: デザイン管理のデータ復旧について
同じバージョンのEC-CUBEをダウンロードするとよいと思います


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

netland
投稿日時: 2015/3/5 15:20
対応状況: −−−
新米
登録日: 2014/11/6
居住地:
投稿: 4
Re: デザイン管理のデータ復旧について
ありがとうございます。解決できました。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,684名です
総投稿数は109,930件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2311
5
umebius
2085
6
yuh
1819
7
h_tanaka
1638
8
red
1569
9
mcontact
1279
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.