<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Install a new square Magento module but can't translate card information in Payments Troubleshooting</title>
    <link>https://community.squareup.com/t5/Payments-Troubleshooting/Install-a-new-square-Magento-module-but-can-t-translate-card/m-p/287854#M52475</link>
    <description>&lt;P&gt;Install Square module but can't translate the card module. Bellow info open but get no solution.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/magento/magento2/issues/33496" target="_blank" rel="noopener"&gt;https://github.com/magento/magento2/issues/33496&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/68378925/cant-translate-card-information-square-latest-magneto-extension" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/68378925/cant-translate-card-information-&lt;SPAN class="il"&gt;square&lt;/SPAN&gt;-latest-magneto-extension&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone&amp;nbsp;help me to solve the issues?&lt;BR /&gt;I open, I can't translate the Square&amp;nbsp;Card Cause its come from Iframe.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="s-prose js-post-body"&gt;&lt;P&gt;I added latest 2021 square extension on Magneto 2. But problem is can't translate Card Number CVV etc. Also can't delete the ZIP here also. /vendor/square/module-squareup-omni/view/frontend/web/js/view/payment/method-renderer/square.js There was:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-variable language_"&gt;window&lt;/SPAN&gt;.&lt;SPAN class="hljs-property"&gt;squareupCardOnFileUsed&lt;/SPAN&gt; = &lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt;;
&lt;SPAN class="hljs-variable language_"&gt;console&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;log&lt;/SPAN&gt;(&lt;SPAN class="hljs-string"&gt;'Initing payment'&lt;/SPAN&gt;);
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareCard&lt;/SPAN&gt;();
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareApplePay&lt;/SPAN&gt;();
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareGooglePay&lt;/SPAN&gt;();&lt;/PRE&gt;&lt;P&gt;But I added there follow there extension try to add css, try to add place holder but it not work. The card come from Iframe::&lt;/P&gt;&lt;PRE&gt;&amp;lt;iframe frameborder=&lt;SPAN class="hljs-string"&gt;"0"&lt;/SPAN&gt; height=&lt;SPAN class="hljs-string"&gt;"50px"&lt;/SPAN&gt; name=&lt;SPAN class="hljs-string"&gt;"single-card-fdaa89d8-d4a9-f8a9-b53e-6d5931c1bed0"&lt;/SPAN&gt; scrolling=&lt;SPAN class="hljs-string"&gt;"no"&lt;/SPAN&gt; src=&lt;SPAN class="hljs-string"&gt;"https://web.squarecdn.com/0.0.25/single-card-element-iframe.html"&lt;/SPAN&gt; width=&lt;SPAN class="hljs-string"&gt;"100%"&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;class&lt;/SPAN&gt;=&lt;SPAN class="hljs-string"&gt;"sq-card-component"&lt;/SPAN&gt;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/PRE&gt;&lt;P&gt;I also use::&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; tid2 = &lt;SPAN class="hljs-built_in"&gt;setInterval&lt;/SPAN&gt;(&lt;SPAN class="hljs-keyword"&gt;function&lt;/SPAN&gt; () {
&lt;SPAN class="hljs-keyword"&gt;if&lt;/SPAN&gt;($(&lt;SPAN class="hljs-string"&gt;'iframe.sq-card-component'&lt;/SPAN&gt;).&lt;SPAN class="hljs-property"&gt;length&lt;/SPAN&gt;){
&lt;SPAN class="hljs-comment"&gt;//console.log($('iframe.sq-card-component'));&lt;/SPAN&gt;
&lt;SPAN class="hljs-comment"&gt;//alert('test');&lt;/SPAN&gt;
&lt;SPAN class="hljs-comment"&gt;//$('input[placeholder="Card number"]').attr('placeholder','test');&lt;/SPAN&gt;

&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; head = $(&lt;SPAN class="hljs-string"&gt;"iframe.sq-card-component"&lt;/SPAN&gt;).&lt;SPAN class="hljs-title function_"&gt;contents&lt;/SPAN&gt;().&lt;SPAN class="hljs-title function_"&gt;find&lt;/SPAN&gt;(&lt;SPAN class="hljs-string"&gt;"head"&lt;/SPAN&gt;);
&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; css = &lt;SPAN class="hljs-string"&gt;'&amp;lt;style&amp;gt;input{ visibility: hidden!important; }&amp;lt;/style&amp;gt;'&lt;/SPAN&gt;;
$(head).&lt;SPAN class="hljs-title function_"&gt;append&lt;/SPAN&gt;(css);

&lt;SPAN class="hljs-comment"&gt;/*var tid3 = setInterval(function () {
//$('div#payment_form_squareup_payment form#nonce-form iframe').contents().find('input').hide();
}, 2000);*/&lt;/SPAN&gt;

&lt;SPAN class="hljs-comment"&gt;//alert('test');&lt;/SPAN&gt;


&lt;SPAN class="hljs-built_in"&gt;clearInterval&lt;/SPAN&gt;( tid2 );
}
}, &lt;SPAN class="hljs-number"&gt;2000&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;Can't translate iframe contents.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Sep 2025 11:44:54 GMT</pubDate>
    <dc:creator>pacej888</dc:creator>
    <dc:date>2025-09-21T11:44:54Z</dc:date>
    <item>
      <title>Install a new square Magento module but can't translate card information</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Install-a-new-square-Magento-module-but-can-t-translate-card/m-p/287854#M52475</link>
      <description>&lt;P&gt;Install Square module but can't translate the card module. Bellow info open but get no solution.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/magento/magento2/issues/33496" target="_blank" rel="noopener"&gt;https://github.com/magento/magento2/issues/33496&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/68378925/cant-translate-card-information-square-latest-magneto-extension" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/68378925/cant-translate-card-information-&lt;SPAN class="il"&gt;square&lt;/SPAN&gt;-latest-magneto-extension&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone&amp;nbsp;help me to solve the issues?&lt;BR /&gt;I open, I can't translate the Square&amp;nbsp;Card Cause its come from Iframe.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="s-prose js-post-body"&gt;&lt;P&gt;I added latest 2021 square extension on Magneto 2. But problem is can't translate Card Number CVV etc. Also can't delete the ZIP here also. /vendor/square/module-squareup-omni/view/frontend/web/js/view/payment/method-renderer/square.js There was:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-variable language_"&gt;window&lt;/SPAN&gt;.&lt;SPAN class="hljs-property"&gt;squareupCardOnFileUsed&lt;/SPAN&gt; = &lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt;;
&lt;SPAN class="hljs-variable language_"&gt;console&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;log&lt;/SPAN&gt;(&lt;SPAN class="hljs-string"&gt;'Initing payment'&lt;/SPAN&gt;);
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareCard&lt;/SPAN&gt;();
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareApplePay&lt;/SPAN&gt;();
&lt;SPAN class="hljs-keyword"&gt;await&lt;/SPAN&gt; &lt;SPAN class="hljs-variable language_"&gt;this&lt;/SPAN&gt;.&lt;SPAN class="hljs-title function_"&gt;squareGooglePay&lt;/SPAN&gt;();&lt;/PRE&gt;&lt;P&gt;But I added there follow there extension try to add css, try to add place holder but it not work. The card come from Iframe::&lt;/P&gt;&lt;PRE&gt;&amp;lt;iframe frameborder=&lt;SPAN class="hljs-string"&gt;"0"&lt;/SPAN&gt; height=&lt;SPAN class="hljs-string"&gt;"50px"&lt;/SPAN&gt; name=&lt;SPAN class="hljs-string"&gt;"single-card-fdaa89d8-d4a9-f8a9-b53e-6d5931c1bed0"&lt;/SPAN&gt; scrolling=&lt;SPAN class="hljs-string"&gt;"no"&lt;/SPAN&gt; src=&lt;SPAN class="hljs-string"&gt;"https://web.squarecdn.com/0.0.25/single-card-element-iframe.html"&lt;/SPAN&gt; width=&lt;SPAN class="hljs-string"&gt;"100%"&lt;/SPAN&gt; &lt;SPAN class="hljs-keyword"&gt;class&lt;/SPAN&gt;=&lt;SPAN class="hljs-string"&gt;"sq-card-component"&lt;/SPAN&gt;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/PRE&gt;&lt;P&gt;I also use::&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; tid2 = &lt;SPAN class="hljs-built_in"&gt;setInterval&lt;/SPAN&gt;(&lt;SPAN class="hljs-keyword"&gt;function&lt;/SPAN&gt; () {
&lt;SPAN class="hljs-keyword"&gt;if&lt;/SPAN&gt;($(&lt;SPAN class="hljs-string"&gt;'iframe.sq-card-component'&lt;/SPAN&gt;).&lt;SPAN class="hljs-property"&gt;length&lt;/SPAN&gt;){
&lt;SPAN class="hljs-comment"&gt;//console.log($('iframe.sq-card-component'));&lt;/SPAN&gt;
&lt;SPAN class="hljs-comment"&gt;//alert('test');&lt;/SPAN&gt;
&lt;SPAN class="hljs-comment"&gt;//$('input[placeholder="Card number"]').attr('placeholder','test');&lt;/SPAN&gt;

&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; head = $(&lt;SPAN class="hljs-string"&gt;"iframe.sq-card-component"&lt;/SPAN&gt;).&lt;SPAN class="hljs-title function_"&gt;contents&lt;/SPAN&gt;().&lt;SPAN class="hljs-title function_"&gt;find&lt;/SPAN&gt;(&lt;SPAN class="hljs-string"&gt;"head"&lt;/SPAN&gt;);
&lt;SPAN class="hljs-keyword"&gt;var&lt;/SPAN&gt; css = &lt;SPAN class="hljs-string"&gt;'&amp;lt;style&amp;gt;input{ visibility: hidden!important; }&amp;lt;/style&amp;gt;'&lt;/SPAN&gt;;
$(head).&lt;SPAN class="hljs-title function_"&gt;append&lt;/SPAN&gt;(css);

&lt;SPAN class="hljs-comment"&gt;/*var tid3 = setInterval(function () {
//$('div#payment_form_squareup_payment form#nonce-form iframe').contents().find('input').hide();
}, 2000);*/&lt;/SPAN&gt;

&lt;SPAN class="hljs-comment"&gt;//alert('test');&lt;/SPAN&gt;


&lt;SPAN class="hljs-built_in"&gt;clearInterval&lt;/SPAN&gt;( tid2 );
}
}, &lt;SPAN class="hljs-number"&gt;2000&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;Can't translate iframe contents.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2025 11:44:54 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Install-a-new-square-Magento-module-but-can-t-translate-card/m-p/287854#M52475</guid>
      <dc:creator>pacej888</dc:creator>
      <dc:date>2025-09-21T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Install a new square Magento module but can't translate card information</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Install-a-new-square-Magento-module-but-can-t-translate-card/m-p/288045#M52476</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/383834"&gt;@pacej888&lt;/a&gt;, welcome to the Seller Community!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;To make sure the issue is resolve as quickly as possible, I recommend &lt;A href="https://support.magento.com/hc/en-us" target="_blank"&gt;contacting the Magento Support team&lt;/A&gt; directly.&amp;nbsp;Although Square integrates with Magento to process payments, all API functions are operated and managed by Magento, so their team would be more familiar with this error and be able to guide you through the installation process.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 10:05:21 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Install-a-new-square-Magento-module-but-can-t-translate-card/m-p/288045#M52476</guid>
      <dc:creator>tranguyen</dc:creator>
      <dc:date>2021-07-19T10:05:21Z</dc:date>
    </item>
  </channel>
</rss>

