Darky10 Posted April 10, 2007 Posted April 10, 2007 I should have pointed out previously that the reason for altering the paypal code was that once in a secure cart, or in a session , clicking on the logo kicks the customer out the session. In the absence getting the image positioned the way i want, is it possible to keep the session when a customer clicks on the paypal live logo? Failing that are there any good icons for the header, account ones etc? which would replace the stock images up there? maybe a contribution someone could point me to. I am nearly ready to go and only have a tiffling few things to get right.
kirikintha Posted April 10, 2007 Posted April 10, 2007 it's probably because you are switching between http:// and https:// - how are you coding the logo to display? Nothing unreal exists
Darky10 Posted April 10, 2007 Author Posted April 10, 2007 it's probably because you are switching between http:// and https:// - how are you coding the logo to display? Its not the http/https, as the paypal logo from their merchant site, pulls from paypal's https site. I used this <table border="0" cellpadding="0" cellspacing="0" align="right"><tr><td align="right"></td></tr> <tr><td align="right"><?php echo tep_image(DIR_WS_IMAGES . 'pp.gif' , '') . '</a>'; ?></td> that positioned it top right above header bar, IE7 cannot see it, while opera + firefox can. i used this: <div align="center"><img src="images/pp.GIF" width="330" height="59" /></div> it worked in all browsers but in header it positioned away from bar, making large gap, or more than i wanted. I have used the short code above and put it in footer, that seems okay, most of the majors have put the payment details down here. I wanted it to be visible before they purchased. But the space above the header bar seems barren now, I have a logo. but far right there is nothing. Which is why i am looking for the icons which sit top right side. The only thing about this is that what these icons do is overlap with the breadcrumb bar. im gonna keep bashing away until i get what i want.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.