app/template/default/GoogleTrustedStore/badge.twig line 1

Open in your IDE?
  1. <script src="https://apis.google.com/js/platform.js?onload=renderBadge" async defer></script>
  2. <style>
  3. #___ratingbadge_0{
  4.     bottom: 50px !important;
  5. }
  6. </style>
  7. <script>
  8.     window.renderBadge = function() {
  9.         var ratingBadgeContainer = document.createElement("div");
  10.         document.body.appendChild(ratingBadgeContainer);
  11.         window.gapi.load('ratingbadge', function() {
  12.             window.gapi.ratingbadge.render(ratingBadgeContainer, {"merchant_id": 9468501});
  13.         });
  14.     }
  15. </script>