• Resolved Shah Paran Srijan

    (@mspsrijan)


    How to hide ‘This is a secure, encrypted payment’ notice for a specific checkout form? I am selling free products, I don’t need this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andre Gagnon

    (@2winfactor)

    Hi Shah,

    We have an update scheduled for you to enable/disable this, as well as change to it say whatever you would like.

    It should release next week.

    For now, you can hide it with this custom css:

    .sc-secure-notice {
        display: none;
    }

    Let me know if you run into any issues.

    Thread Starter Shah Paran Srijan

    (@mspsrijan)

    Thanks. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide security notice below the checkout form?’ is closed to new replies.