We’re trying to add the Authorize.net secure logo via the HTML that they sent us within the Checkout process.
For some reason, I’m stumped in being able to get it to display correctly, by adding it into the following .phtml file: cc.phtml
I believe we’re not getting it to display correctly by referencing inside of this kind of file.
When the same script is added to the footer, it displays correctly.
That’s the approach that I took, though if you look at the “seal.js” file (https://verify.authorize.net/anetseal/seal.js) you’ll notice that Authorize.net looks for a certain url string. If the value that gets passed in doesn’t match their condition, it won’t validate.
Not sure exactly how to get around this yet. I’ve tested your code, and received the same results. It will display in the footer, but not inside the checkout process. Hmm…
Thanks for looking into this. Small, but something necessary for us to figure out.
The page is located within the Checkout process, inside the Credit Card option under the Step 5: Payment Information.
(the logo should be visible to the right hand side, though the phrase “Payment Processing” shows up as you’ll see why in the code snippet above).
I go this working in v1.1.1 by placing the code in the ‘methods.phtml’, but with v1.1.2, the Authorize image is gone, I can only see a text link. Likely the js script is conflicting with Prototype again.
Any idea how to fix this? There is no jQuery no conflict solution here :
Moshe helped us on this one as well - Thank you! The only thing is that Authorize.net uses a white background for their log instead of transparent. Can anyone tell me which file changes the background color of the one page checkout to white so that the log blends better?