問題タブ [google-trusted-stores]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Googleの信頼バッジをMagentoに追加する
GoogleTrustBadgeをMagentoストアに追加しようとしています。MagentoのWebサイトで拡張機能を検索しようとしましたが、見つかりませんでした。以下のコードを製品とチェックアウトページに貼り付けるだけですか、それとも変更する必要がありますか?誰かが私を正しい方向に導くことができれば、私は非常に感謝します。
magento - Magento の Google 認定ショップ Shipmet フィード キャリア
Google マーチャント アカウント (order_shipments.txt) に送信されるフィードに問題があり、4 つの列があります。
マーチャントオーダー ID 追跡番号 キャリアコード 他のキャリア名 出荷日
送料無料の配送方法で送料を無料に設定しましたが、問題は、フィードの下にすべての追跡番号が運送業者 (その他) として表示され、フィードの下に UPS または USPS のいずれかの運送業者が必要なことです。注文を発送するたびに、追跡番号と配送業者を入力するためです。どんな提案でも大歓迎です。
magento - Magento の複数住所配送注文成功ページで注文変数を取得する
複数住所チェックアウトの注文確認成功ページで注文情報を表示する方法を探して探していました。1ページのチェックアウトには多くの情報がありますが、マルチシッピングのチェックアウトについてはほとんどありません.
主に Google 認定ショップ JavaScript、Adwords トラッキングに関する情報が必要です。
これまでに私が仕事をしなければならないのは次のとおりです。
数字の 3、4 (数字 21 またはその他のよくわからない数字が表示されるので奇妙です)、5、および数字 6 のみです。それだけです。
私はそれをいじり続けていますが、これらの変数を表示させるのはとてもいいことです。
ありがとうございました
javascript - 一部のブラウザで Google 認定ショップ バッジが表示されない
Google 認定ショップ バッジがブラウザやプラットフォームで表示されない。
Mac の Safari では表示できますが、Mac の Chrome や Firefox では表示できません。
IE Win と Firefox Win では表示できますが、Chrome Win では表示できません。
Google の実装のヒントを確認しました。
Doctype チェックアウト。
Google の Tag Assistant がページで検証します。
Trusted Store での js 実装のテスト、Test Drive は正常に動作します。
robots.txt も ssl で配信されます。
何か案は?
bigcommerce - Bigcommerce と Google 認定ストアの統合
Bigcommerce マーチャント向けに Google Trusted Stores を実装した経験のある人がいるかどうか疑問に思っています。Bigcommerce は、支払いをすればこれを行うことを提案していますが、私は自分でやろうとしています。
Google 認定ショップの注文確認モジュールでは、特定の情報を渡す必要があります。私の知る限り、この情報の一部は Bigcommerce 注文確認ページの変数として利用できません。注文確認モジュールのドキュメントは次のとおりです。
ご覧のとおり、顧客のメールアドレス、顧客の国、注文の商品が予約注文されているかどうかなどのデータが必要です。この情報を Bigcommerce から取得する方法はありますか? %%GLOBAL_CUSTOMEREMAIL%%
使用できる型の変数を出力しているか。
そうでない場合、Bigcommerce は、Google Trusted 統合を処理するときに、サーバーにこの情報を入力する必要があります。つまり、統合を行うために料金を支払わない限り、Bigcommerce を使用して Google 認定ストアになることはできません。そうではないことを願っています。
誰もこれを経験していますか?
html - Magento の注文成功ページは、www ではなく https:// である必要があります
magento の注文成功ページが、wwww だけでなく https:// のページを出力することを確認する方法はありますか。
サイトに SSL があり、サイトで Google 認定ショップを利用するには、注文確認ページを https:// にする必要があります。
助言がありますか?
javascript - prestashop にカスタム コードを追加する方法
次のコードを prestashop サイトに追加して、Google 信頼済みサイト バッジを表示できるようにしようとしています。
すべてのページに表示する必要がありますが、何をしてもバッジを表示できません。
bigcommerce - Bigcommerce でプラチナ レベルを取得せずに Google 認定ショップを有効にする方法
プラチナ レベルに登録せずに Google 認定ショップ コードを有効にしたいと考えています (ゴールド レベル プランを利用しています)。ShipWorks を通じて、自動化された毎日の配送およびキャンセル フィードを正常に設定しました。footer.html で「バッジ」コードを正しく設定したと思います。
注文確認モジュール コードをウェブサイトに掲載する必要があります。問題は、Est を把握することです。発送日と発送予定日 配達日と「ループ」に入れて、注文の各アイテムの要求されたデータを取得します。次のコードを order.html ページに配置しました。
javascript - Google Trusted Stores Test Drive not displaying in IE11
I am working with a client to help them implement Google Trusted Stores on their site. The code has been validated in Chrome and Firefox, but it won't in IE.
The reason is because the actual "validator" element doesn't appear. So there's no errors to see or anything to go on, it simply doesn't show up.
Google's documentation just states that if the code doesn't show up the badge code is either duplicated or missing. This is not the case however, since it doesn't even show up on a version of the site that has NO code on it but that script.
Here's the code that displays on the homepage that relates to the script:
This code works in Firefox/Chrome, just not in IE11 (only version tested, support for 9+ is required per Google).
I also found this error (in IE11 console as well) in one of the dynamically generated files but i'm really not sure why:
The console error showed up like a cross-origin restriction, but that doesn't seem right to me for some reason.
This link causes the validator to appear: http://bit.ly/15LbcaL
You'll notice that it shows up in Chrome/Firefox, but not in IE (haven't tested 9/10, but 11 for sure doesn't work). I have actually reached out to Google, but I haven't heard back yet. Any help is appreciated.
Update
Google indicated that the problem was Window.prototype being undefined, but I'm not really confident in this answer since the validator bar (and the script in question) works fine in other browsers, just not this one.