Why isn't the CVV number getting blurred during checkout?

Solved

Why isn't the CVV number getting blurred during checkout?

EcomSail
Visitor
2 0 0

Customers feel unsecure and complain that when they add they’re CVV code it doesn’t get blurred (example - CVV - 123, it should be CVV - ***) please check this issue on the customise checkout page, here’s a link to my website: 

https://c46858.myshopify.com

 

Thank You,

Accepted Solution (1)

TerenceKEANE
Shopify Partner
512 86 80

This is an accepted solution.

Hello,

 

Payment sections sometimes fetch external code via iframe, which can be difficult to intervene with. However, if you change the type attribute of the <input> tag with the id="verification_value" to type="password" in the payment section, it will automatically conceal the entered numbers.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

View solution in original post

Replies 2 (2)

TerenceKEANE
Shopify Partner
512 86 80

This is an accepted solution.

Hello,

 

Payment sections sometimes fetch external code via iframe, which can be difficult to intervene with. However, if you change the type attribute of the <input> tag with the id="verification_value" to type="password" in the payment section, it will automatically conceal the entered numbers.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
EcomSail
Visitor
2 0 0

️