hello,
I was able to display the correct customer info by using CIM's Hosted Management tool. This brings up the 2 blocks (where the client could manage their information):
- Payment Information
- Shipping information
Is there a way to remove the Shipping Information part? (i'm handling the shipping address locally, and it would be confusing to the user if that would display)
I tried to remove it with simple CSS, but did not work.
thanks,
--iM
01-31-2012 01:57 PM
Go into your Authorize.net account control panel, go to Settings -> Transaction Format Settings -> Payment Form -> Form Fields. Should be obvious from there.
01-31-2012 06:28 PM
hello,
thank you. yes, unfortunately I already did that, but it's still showing up (and I can click on the ADD NEW SHIPPING ... and the form comes up with all the fields too)
my settings currently look like this: https://lh3.googleusercontent.com/-ifJIkDSRqc4/TylP74Gem-I/AAAAAAAAAHo/lDRT_zFLP0w/s1240/13281075498...
--i
02-01-2012 06:47 AM
Is it just the shipping header that isn't going away? Raynor posted a hack for that back in March of last year, though I haven't checked to see if it still works:
02-01-2012 09:44 AM
well, if I could remove that header it would help (cause they wouldn't be able to create shippping addresses), but no matter what I do with the CSS (as suggested in that post) nothing changes. Addresses still show up.
I added the CSS to both of the html files i have (examplePage.html and empty.html)
02-01-2012 09:56 AM
Have you look at the other Hosted CIM sample?
CIM - Hosted popup for single payment/shipping
It give you more control but also make the coding more complicated.
02-01-2012 11:03 AM
Raynor,
yes, that's what I was trying to avoid. It gives me the ability to do more custom stuff (only display the Billing form), but I have to code more.
alright, I guess there is no easy way out :)
thank you (for both of you)
--iM
02-01-2012 11:19 AM
IMHO, if you don't need shipping information you have to submit form to https://test.authorize.net/profile/addPayment or https://test.authorize.net/profile/editPayment. Both sections will be displayed if you submit it to https://test.authorize.net/profile/manage.
Disclaimer: I haven't tested it myslef.
12-17-2012 01:47 PM
I am having this same problem. I am doing shipping locally, and I want to remove all mention of shipping from the popup when I call AuthorizeNetPopup.openManagePopup();
Changes made to the payment form on my authorize.net test account have no effect.
I've been struggling with this for a while, any help greatly appreciated!
10-11-2013 08:26 AM