Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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

Posted

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>

Posted
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

Posted
Over my head- no idea- good luck though. . .

 

Hello jwalker,

 

I see now. Thanks a lot for all your support.

Cheers,

 

BrazilianLink

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...