バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

その他 > その他 > タグ設置時エラーについて

その他

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
tea-lab
投稿日時: 2019/8/30 15:02
対応状況: −−−
新米
登録日: 2019/8/30
居住地:
投稿: 2
タグ設置時エラーについて
[EC-CUBE] 3.0.11
[レンタルサーバ] https://www.rapidsite.jp/
           ラビットのVPSサーバー
[OS] Windows10
[PHP] 5.6.35
[データベース] MySQL 5.1.73
[WEBサーバ] ラビットのVPSサーバー
[ブラウザ] Cherome
[導入プラグインの有無] 決済代行会社にGMOイプシロンを連携させています。そのため、GmoEpsilon1.1.2モジュールプラグインを実装しています。

[現象] 外部のプロモーション媒体(アフィリエイトやポイントサイト等)を使っています。成果に関する情報を外部媒体側で把握できるようにサンクスページにタグを埋め込んでいます。通常商品の場合は問題なく稼働しているのですが、定期購入商品の場合、orderIDの箇所にデータが入力されずにエラーとなってしまいます。
この原因がわからない状態です。
アドバイス頂けると幸いです。
どうぞよろしくお願い申し上げます。
nanasess
投稿日時: 2019/9/4 13:48
対応状況: −−−
登録日: 2006/9/9
居住地:
投稿: 2303
Re: タグ設置時エラーについて
定期商品の購入完了ページが、通常と異なるページになっているのではないでしょうか。
tea-lab
投稿日時: 2019/9/11 12:24
対応状況: −−−
新米
登録日: 2019/8/30
居住地:
投稿: 2
Re: タグ設置時エラーについて
ご回答ありがとうございます。

>定期商品の購入完了ページが、通常と異なるページになっているのではないでしょうか。

通常と定期と同じ完了ページを使用しています。

{#
This file is part of EC-CUBE

Copyright(c) 2000-2015 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 of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed 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.
#}
{% extends 'default_frame.twig' %}

{% set body_class = 'cart_page' %}

{% block main %}
<h1 class="page-heading">ご注文完了</h1>
<div id="complete_wrap" class="container-fluid">
<div id="complete_flow_box" class="row">
<div id="complete_flow_box__body" class="col-md-12">
{% if is_granted('ROLE_USER') %}
<div id="complete_flow_box__flow_state" class="flowline step3">
{% else %}
<div id="complete_flow_box__flow_state" class="flowline step4">
{% endif %}
<ul id="complete_flow_box__flow_state_list" class="clearfix">
<li><span class="flow_number">1</span><br>カートの商品</li>
{% if is_granted('ROLE_USER') %}
<li><span class="flow_number">2</span><br>ご注文内容確認</li>
<li class="active"><span class="flow_number">3</span><br>完了</li>
{% else %}
<li><span class="flow_number">2</span><br>お客様情報</li>
<li><span class="flow_number">3</span><br>ご注文内容確認</li>
<li class="active"><span class="flow_number">4</span><br>完了</li>
{% endif %}
</ul>
</div>
</div><!-- /.col -->
</div><!-- /.row -->


<div id="deliveradd_input" class="row">
<div id="deliveradd_input_box" class="col-sm-10 col-sm-offset-1">
<div id="deliveradd_input_box__message" class="complete_message">
<h2 class="heading01">ご注文ありがとうございました</h2>
<p>ただいま、ご注文の確認メールをお送りさせていただきました。<br />
万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。<br />
今後ともご愛顧賜りますようよろしくお願い申し上げます。</p>
</div>
<div id="deliveradd_input_box__top_button" class="row no-padding">
<div class="btn_group col-sm-offset-4 col-sm-4">
<p>
<a href="{{ url('homepage') }}" class="btn btn-info btn-block">ホームへ</a>
</p>




</div>
</div>

</div><!-- /.col -->
</div><!-- /.row -->

</div>
<span id="a8sales"></span>
<script>
a8sales({
"pid": "{{pid}}",
"order_number": "{{orderId}}",
"currency": "JPY",
"items": [
{
"code": "{{code}}",
"price": {{price}},
"quantity": {{target_counter}}
},
],
"total_price": {{total_price}},
});
</script>
{% endblock %}引用:

nanasessさんは書きました:
定期商品の購入完了ページが、通常と異なるページになっているのではないでしょうか。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

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

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1567
9
mcontact
1240
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
796
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.