3dsecure.tpl 747 B

123456789101112131415161718192021222324
  1. {*
  2. **********************************************************
  3. * Developed by: Team Theme Metro
  4. * Website: http://www.thememetro.com
  5. **********************************************************
  6. *}
  7. {include file="$template/includes/alert.tpl" type="info" msg="{lang key='creditcard3dsecure'}" textcenter=true}
  8. <div class="card">
  9. <div class="card-body text-center">
  10. <div id="frmThreeDAuth" class="w-hidden">
  11. {$code}
  12. </div>
  13. <iframe name="3dauth" height="500" scrolling="auto" src="about:blank" class="submit-3d p-3"></iframe>
  14. </div>
  15. </div>
  16. <script>
  17. jQuery("#frmThreeDAuth").find("form:first").attr('target', '3dauth');
  18. setTimeout("autoSubmitFormByContainer('frmThreeDAuth')", 1000);
  19. </script>