Jump to content
  • 0

Opinie konsumenckie Google - presta 1.6.xx


() Maciej ()

Question

Mam wrzucić prosty skrypt od Googla

<!-- POCZĄTEK kodu moduły zgody Opinii konsumenckich Google -->
<script src="https://apis.google.com/js/platform.js?onload=renderOptIn"
  async defer>
</script>

<script>
  window.renderOptIn = function() { 
    window.gapi.load('surveyoptin', function() {
      window.gapi.surveyoptin.render(
        {
          // REQUIRED
          "merchant_id":ID123123123123123123,
          "order_id": "$id_order_formatted",
          "email": "$email",
          "delivery_country": "pl",
          "estimated_delivery_date": "YYYY-MM-DD",

          // OPTIONAL
          // "opt_in_style": "OPT_IN_STYLE"
        }); 
     });
  }
</script>
<!-- KONIEC kodu modułu zgody Opinii konsumenckich Google -->

<!-- POCZĄTEK kodu językowego Opinii konsumenckich Google -->
<script>
  window.___gcfg = {
    lang: 'pl'
  };
</script>
<!-- Koniec kodu językowego Opinii konsumenckich Google -->

który jak dobre kombinuję powinien być w pliku  order-confirmation.tpl

Problem w tym, że powyższy skrypt nie wyświetla ankiety jaka powinna pojawić się po wyświetleniu tej strony. Czy ktoś może mnie oświecić co robię źle? Debuger nie zgłasza błędów.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...