Brazilianlink Posted June 18, 2007 Posted June 18, 2007 Hello everyone! I have just started to set up an online shop and everything regarding PHP, MySql, osCommerce is pretty much new for me. I am wondering how can I insert a PayPal logo in my osCommerce shop front page ? Through PayPal website, I know it's available an HTML code. What should I do ?? Any help is very welcome !! Cheers, BrazilianLink Quote
jwalker Posted June 18, 2007 Posted June 18, 2007 Hello Did you want it in a Box like mine: http://www.ginelectronics.com/catalog/index.php If you like it there and want it like mine I can send you the code. . . Quote
Brazilianlink Posted June 19, 2007 Author Posted June 19, 2007 Hello Did you want it in a Box like mine: http://www.ginelectronics.com/catalog/index.php If you like it there and want it like mine I can send you the code. . . Hi jwalker, It'd be great! Could you also please let me know how to insert the code ? I mean, what are the paths ?? Thanks for your help and quick reply. Cheers, BrazilianLink Quote
jwalker Posted June 19, 2007 Posted June 19, 2007 Hello I did mine with a image saved into my catalog/images file because when I used the code, when a customer went to check-out it stated their were unsecure items, which was the Paypal link. But, you can do it as I did or with the code off the Paypal site. In the file manager go to includes/column_right.php file and underneath the PHP code you put your code (I am as green as you at this, but someone helped me). The end of the PHP code will be the ?> , and on the page will be the end of the right column boxes. The code I have underneath the ?> on my site is my Go Daddy and Paypal Logos. I put a line between them so you can see the simple code that put the Paypal image there: ?> <tr><td><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=1224243139032c3d25127112bb5a37ad17fe907479114441499556835"></script></td></tr> <tr><td><img src="/catalog/images/Paypal Verified.gif" width="115" height="97" border="1"></td></tr> Quote
Brazilianlink Posted June 20, 2007 Author Posted June 20, 2007 Hello I did mine with a image saved into my catalog/images file because when I used the code, when a customer went to check-out it stated their were unsecure items, which was the Paypal link. But, you can do it as I did or with the code off the Paypal site. In the file manager go to includes/column_right.php file and underneath the PHP code you put your code (I am as green as you at this, but someone helped me). The end of the PHP code will be the ?> , and on the page will be the end of the right column boxes. The code I have underneath the ?> on my site is my Go Daddy and Paypal Logos. I put a line between them so you can see the simple code that put the Paypal image there: ?> <tr><td><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=1224243139032c3d25127112bb5a37ad17fe907479114441499556835"></script></td></tr> <tr><td><img src="/catalog/images/Paypal Verified.gif" width="115" height="97" border="1"></td></tr> Hello jwalker, Thanks a lot for your help, it worked straight away, I am really very happy, I have just inserted the logo. Now I am trying to figure out other bugs...for some reason when I insert my http://www.brazilianlink.com.au, it doesn't show up my page. Instead it shows Index of/ ?? Sorry to bother you again, but would you have an idea what might be happening ?? Cheers Quote
jwalker Posted June 20, 2007 Posted June 20, 2007 Hello You need to point the browser to http://www.brazilianlink.com.au/store/ Good Luck Anthony AKA Johnnie Walker (Black Label Scotch) Quote
Brazilianlink Posted June 22, 2007 Author Posted June 22, 2007 Over my head- no idea- good luck though. . . Hello jwalker, I see now. Thanks a lot for all your support. Cheers, BrazilianLink Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.