Announcement

Collapse
No announcement yet.

PSP Bounce page delay

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

    PSP Bounce page delay

    I need to extend the bounce delay on the PSP (Paypal) bounce page.
    The Global bounce delay, Design |Options, does not appear to effect this page.
    I have seen related threads for V7 but these workrounds do not appear to apply to V8.

    Any help would be appreciated.

    #2
    Hi Eric

    Please try the following and see if it makes a difference

    1.Switch to the Design mode of the software and from the "Select Page type" list select "PSP Bounce Page" .

    2. Search for the following bit of Code "document.formOCC.submit();" (it should be within the <HEAD>...</HEAD> area).

    3. Replace it with the following "setTimeout("document.formOCC.submit()", ***); " . Please note the xxxx should be replaced with a time you want its calculated in milliseconds.

    4. Apply the changes, uplaod for the changes to be reflected online.
    Kiran Chandran
    Technical Support - SellerDeck
    http://www.sellerdeck.co.uk/

    Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

    Comment


      #3
      Hi Kiran,

      That worked fine.

      Thanks.

      Comment

      Working...
      X