Announcement

Collapse
No announcement yet.

PayPal Express

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PayPal Express

    Hi there,

    Just a quick question, is it possible to change the "checkout with PayPal" button and if so where can I find the button please?

    Many thanks...Paul

    #2
    If you click on the image whilst on the design tab, you will see the code that brings it onto the design as:

    Code:
    <img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckoutsm.gif" border="0">
    You could try changing that to your own image instead, can't see why that would not work.

    Put your image in your site folder and do something like:

    Code:
    <img src="my-button-name.gif" border="0" alt="Checkout with Paypal" title="Checkout with Paypal">
    ensuring that you change the image name to what you call your image (the red part)

    Comment


      #3
      Hi Lee,

      Most excellent - many thanks...Paul

      Comment

      Working...
      X