Announcement

Collapse
No announcement yet.

Paypal Express Checkout - HDRIMG

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

    Paypal Express Checkout - HDRIMG

    Hi

    I would like to add our company logo to the Paypal Express Checkout pages, the instructions are here:

    https://cms.paypal.com/uK/cgi-bin/?c..._ECCustomizing

    But where do I define HDRIMG in Actinic?

    Thanks
    Kev

    #2
    What they say is:

    To define a header image such as your company logo:

    Create a header image up to 750 pixels wide by 90 pixels high and save it in a valid graphics format, such as .gif, .jpg, or .png.

    Store the URL to the image on a secure (https) server so your buyer’s web browser does not display a message that the payment contains insecure items.

    Assign the URL to the HDRIMG parameter in the call to SetExpressCheckout.

    The following example sets HDRIMG to a custom header image.

    Request Parameters

    [requiredSecurityParameters] &METHOD=SetExpressCheckout &RETURNURL=https://... &CANCELURL=https://... &PAYMENTREQUEST_0_AMT=10.00 &PAYMENTREQUEST_0_MAXAMT=... &PAYMENTREQUEST_0_PAYMENTACTION=Sale &HDRIMG=https://www.mayadeviimports.com/ebay/websitename-logo.gif
    You would need to add in the extra line to paypal card template. IIRC this is set in the paypal occ template. A search should find some references to it.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment

    Working...
    X