gazal
06-08-2004, 05:04 AM
Hey guys i'm still fairly new to this 2co thingi, anyway i want to modtify the defualt payment page so i can get ride of their currentcy covertor.. Anyone know how to do this?
Thanks
Alan
Thanks
Alan
![]() | View Full Version : look and feel of 2co gazal 06-08-2004, 05:04 AM Hey guys i'm still fairly new to this 2co thingi, anyway i want to modtify the defualt payment page so i can get ride of their currentcy covertor.. Anyone know how to do this? Thanks Alan gazal 06-09-2004, 12:27 AM anyone? Thnaks nybble 06-09-2004, 06:18 AM Well, last time I checked they included your header right up at the top (so you have control over the <head> section) so using that you could link to an external CSS file and use CSS to control your "look and feel". Also, seeing one is at the top and one as is at the bottom, <!-- Your top file <div style="here"> <!-- 2checkouts forms <!-- Your bottom file, where you close your div. </div> But this is just what I remember from being with them.... they don't exactly have the most secure payment page :P as when you have that much control over it you could use javascript to re-write the page and make it submit credit cards to another site, while the user thinks they are paying on a `secure payment page`. But 2checkout is changing... so I have no idea how they work now. I had an account with them for about 2 weeks. gazal 06-09-2004, 09:59 AM hi i did that, but i can still see the currency flag, any ideas on how to get rid of it? nybble 06-09-2004, 10:22 AM img { visibility: hidden; } TomD 06-10-2004, 08:30 AM Why would you not want the currency flag? It enables customers to pay in the currency of their choice. Not only does this mean they know how much the charge will be, the rate charged for this conversion is lower than what the CC companies are charged. gazal 06-10-2004, 08:55 AM ah ok, well i have converted my prices already so that why i don't want the flag.. not a good idea? nybble 06-10-2004, 08:58 AM lol, all the flag is is to let users choose how they want to pay, saves the user a $1 or 2 every now and then. gazal 06-10-2004, 09:01 AM yeah i know, but i've set the price already so why use the flag right? nybble 06-10-2004, 09:03 AM Cause then the user saves on the exchange :P gazal 06-10-2004, 09:11 AM hehe, i know. anyway i haven't had a change to see if your script work will try it out and let u know ;) nybble 06-10-2004, 09:14 AM <removed my own post, since they toke away the delete post option> |