Announcement

Collapse
No announcement yet.

Automatic bounce to Worldpay

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

    Automatic bounce to Worldpay

    Hi Guys,

    This isn't a major problem, but one I would like to know the answer to.

    When I was using V7 on my site www.abcbabygifts.co.uk the bounce page to Worldpay would bounce the customer automatically.
    But since upgrading to V8 the customer needs to click the ‘Next’ button to be taken to Worldpay for payment.
    As I’ve said it isn’t a big problem, but I would like the customer to be taken to Worldpay automatically as in my old V7 site, is their a tick box / code edit or something for this?
    Regards,

    Les


    Abc Baby Gifts
    Snuggle Feet
    Baby Casting From My Perfect Impression

    #2
    Any ideas anyone?
    Regards,

    Les


    Abc Baby Gifts
    Snuggle Feet
    Baby Casting From My Perfect Impression

    Comment


      #3
      Hi Les

      Please go to the "Design" tab, and in the "Select Page Type", please select "PSP Bounce Page", and check on line 41-50, see if you have the following

      Code:
      	<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29" >
      		<script language="JavaScript" type="text/javascript">
      		<!--
      		function onLoad()
      		{
      		document.formOCC.submit();
      		}
      		// -->
      		</script>
      	</actinic:block>
      Kind Regards
      Nadeem Rasool
      SellerDeck Development

      Comment


        #4
        Hi Nadeem,

        Thanks for your reply. The PSP bounce page doesn't have the above code in it.
        Should I insert in?
        Regards,

        Les


        Abc Baby Gifts
        Snuggle Feet
        Baby Casting From My Perfect Impression

        Comment


          #5
          But since upgrading to V8 the customer needs to click the ‘Next’ button to be taken to Worldpay for payment
          This has happened to all the sites I have upgraded whatever the PSP.

          Comment


            #6
            Originally posted by lessharma
            Hi Nadeem,

            Thanks for your reply. The PSP bounce page doesn't have the above code in it.
            Should I insert in?
            Yes please

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              Hi Nadeem,

              I've inserted the code, but still no automatic bounce to Worldpay.
              Regards,

              Les


              Abc Baby Gifts
              Snuggle Feet
              Baby Casting From My Perfect Impression

              Comment


                #8
                Hi Les

                Could you check the source of the generated PSP Bounce page? Please check that this code is present in the <head> section of the page. If it isn't, it means that the PSP bounce page is using a different outer layout to the rest of the site.

                You can see which outer layout is used by the PSP bounce page by selecting the 'PSP Bounce Page' from the 'Select Page Type' drop down list in the 'Design' tab.

                Comment


                  #9
                  Hi Chris

                  Below is the code for the PSP Page Bounce Bulk

                  HTML Code:
                  <form method="post" action="<actinic:variable name="OnlineScriptURL" value="Checkout Script URL" />">
                  <input type="hidden" name="RANDOM" value="<actinic:variable name='Random'/>" />
                  
                  <actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">
                     <!-- Hidden field when in trial mode -->
                     <input type="hidden" name="SHOP" value="<Actinic:Variable Name="HiddenFields"/>" />
                  </actinic:block>
                  <actinic:variable name="PSPBulkHTML" />
                  </form>

                  The checkout pages and PSP bounce page are formed using a new template I did in DW. Here is the code..
                  HTML Code:
                  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
                  <html>
                  <head>
                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                  <title><actinic:variable name="PageTitle"/></title>
                  <actinic:variable name="BaseHref" />
                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                  <meta http-equiv="MSThemeCompatible" content="yes" />
                  
                  <link href="actinic.css" rel="stylesheet" type="text/css" />
                  <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
                  <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
                  <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
                  <Actinic:COOKIECHECK />
                  <script language="javascript" type="text/javascript">
                  <!-- 
                    saveReferrer();
                  // -->
                  </script>
                  <style type="text/css">
                  <!--
                  body,td,th {
                  	font-family: Arial, Helvetica, sans-serif;
                  	font-size: 12px;
                  }
                  .style1 {color: #FFFFFF}
                  -->
                  </style>
                  </head>
                  <body>
                  <a name="top"></a><br>
                  <table width="8" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <th scope="col"><img src="new-top.gif" width="750" height="10" /></th>
                    </tr>
                  </table>
                  <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <th width="4" rowspan="6" background="leftline.gif" scope="col">&nbsp;</th>
                      <th width="153" rowspan="6" scope="col"><img src="abcnewlogo-2.jpg" alt="Baby Gifts" width="153" height="153" /></th>
                      <td width="36" scope="col"><div align="center"><a href="http://www.abcbabygifts.co.uk/acatalog/Delivery&Giftwrapping.html"><img src="delivery1.jpg" alt="Delivery Info" width="30" height="29" border="0" /></a></div></td>
                      <td width="73" scope="col"><a href="http://www.abcbabygifts.co.uk/acatalog/Delivery&Giftwrapping.html">Delivery Info</a></td>
                      <td width="481" rowspan="6" scope="col"><div align="center"><img src="rio.jpg" alt="Abc Baby Gifts" width="475" height="176" /></div></td>
                      <th width="10" rowspan="6" scope="col"><img src="rightdown3.gif" alt="Right down" width="10" height="176"></th>
                    </tr>
                    <tr>
                      <td scope="col"><div align="center"><a href="http://www.abcbabygifts.co.uk/cgi-bin/mf000001.pl?ACTION=SHOWFORM"><img src="mailxx.gif" alt="Contact Us" width="30" height="30" hspace="0" vspace="3" border="0" /></a></div></td>
                      <td scope="col"><a href="http://www.abcbabygifts.co.uk/cgi-bin/mf000001.pl?ACTION=SHOWFORM">Contact Us</a></td>
                    </tr>
                    <tr>
                      <td scope="col"><div align="center"><a href="http://www.abcbabygifts.co.uk/acatalog/faq.html"><img src="faq.gif" alt="FAQ's" width="30" height="30" vspace="0" border="0" /></a></div></td>
                      <td scope="col"><a href="http://www.abcbabygifts.co.uk/acatalog/faq.html">FAQ's</a> </td>
                    </tr>
                    <tr>
                      <td scope="col"><div align="center"><a href="http://www.abcbabygifts.co.uk/acatalog/info.html"><img src="term.gif" alt="Terms &amp; Cond" width="30" height="30" vspace="3" border="0" /></a></div></td>
                      <td scope="col"><a href="http://www.abcbabygifts.co.uk/acatalog/info.html">Terms &amp; Cond</a> </td>
                    </tr>
                    <tr>
                      <td scope="col"><a href="http://www.abcbabygifts.co.uk"><img src="home-home.gif" alt="Abc Baby Gifts" width="30" height="30" border="0" /></a></td>
                      <td scope="col"> <a href="http://www.abcbabygifts.co.uk">Baby Gifts</a> </td>
                    </tr>
                    <tr>
                      <td colspan="2" scope="col"><div align="center"></div></td>
                    </tr>
                  </table>
                  <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <th height="1" background="dots.gif" scope="col"><img src="dots.gif" width="10" height="1" /></th>
                    </tr>
                  </table>
                  <br />
                  <table width="750" border="0" align="center" cellpadding="1" cellspacing="1">
                    <tr>
                      <th width="265" bgcolor="#9999FF" scope="col"><div align="center"><span class="style1">Order online or call free on 0800 1074530 </span></div></th>
                      <th width="143" bgcolor="#9999FF" scope="col"><Actinic:Variable Name="ShoppingCartSummary"/></th>
                      <th width="184" bgcolor="#9999FF" scope="col"><a href="http://www.abcbabygifts.co.uk/acatalog/Abou-Us.html">About us</a> | <a href="http://www.abcbabygifts.co.uk/acatalog/Customer-Comments.html">Customer Comments</a></th>
                      <th width="145" bgcolor="#9999FF" scope="col"><Actinic:Variable Name="QuickSearchBar"/></th>
                    </tr>
                  </table>
                  <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <th width="150" rowspan="4" valign="top" scope="col">&nbsp;
                        <br>
                        <a href="http://www.abcbabygifts.co.uk/cgi-bin/ca000001.pl?ACTION=SHOWCART"><img src="icon-shop.gif" alt="To Checkout" width="47" height="43" border="0" /></a>
                        <a href="http://www.abcbabygifts.co.uk/cgi-bin/ca000001.pl?ACTION=SHOWCART">Go To Checkout<br>
                        </a><br>
                        <img src="line.gif" width="150" height="1"><br>
                        <br>
                        <div align="left"><Actinic:Variable Name="TopLevelSectionList"/></div>
                        <p align="left">&nbsp;
                          <img src="line.gif" width="150" height="1"><br>
                          <br>
                          <br>
                          <br>
                          <img src="newnewallcardlittle3.gif" width="100" height="17" alt="Card">        <img src="padlocknew2.gif" width="22" height="26" alt="Secure site"><img src="poweredByWorldPay-2.gif" alt="WorldPay" width="139" height="33"><br>
                          <br>
                      </p> 
                      </th>
                      <th width="7" rowspan="4" valign="top" background="dotdown.gif" scope="col">&nbsp;</th>
                      <th width="542" valign="top" scope="col"><Actinic:Variable Name="INNERLAYOUT"/></th>
                    </tr>
                    <tr>
                      <th valign="top" scope="col">&nbsp;</th>
                    </tr>
                    <tr>
                      <th valign="top" scope="col">&nbsp;</th>
                    </tr>
                    <tr>
                      <th valign="top" scope="col">&nbsp;</th>
                    </tr>
                    <tr>
                      <td colspan="3"><div align="center"><a href="#top"><br>
                          <br>
                      </a> </div>
                        <div align="center"><a href="http://www.abcbabygifts.co.uk/acatalog/sitemap.html"><br>
                            <br>
                            <br>
                          [Site Map</a>]
                        [<a href="http://www.abcbabygifts.co.uk/acatalog/Why-order-from-us.html">Why use us?</a>]
                        [<a href="http://www.abcbabygifts.co.uk/acatalog/Contact-Us.html">Full Contact Details</a>]
                        [<a href="http://www.abcbabygifts.co.uk/links.html">Link</a>]    
                        <Actinic:Variable Name="NavigationBar"/></div></td>
                    </tr>
                  </table>
                  <div align="center"><br />
                    <br>
                    <br>
                    &copy; Copyright Abc Baby Gifts - Boxes4babies.com Ltd. 2006 All Rights Reserved.<BR>
                    <br />
                  </div>
                  <p>&nbsp;</p>
                  </body>
                  </html>

                  If I insert the code that Nadeem posted above in the template I get errors on the PSP bounce page and no automatic bounce to Worldpay still.
                  Regards,

                  Les


                  Abc Baby Gifts
                  Snuggle Feet
                  Baby Casting From My Perfect Impression

                  Comment


                    #10
                    OK - I'm lost on this one. Sorry.

                    I've always just posted the code into the <head> area and it's just worked. Are you getting script errors then? What does the error say? Have you viewed the error in the JavaScript console in Firefox (which gives you a much more detailed readout)?

                    Comment


                      #11
                      Hi Chris,

                      Thanks for your reply, I'm not getting anymore errors, but still no automatic bounce to Worldpay from the PSP page.

                      Any more ideas anyone?
                      Regards,

                      Les


                      Abc Baby Gifts
                      Snuggle Feet
                      Baby Casting From My Perfect Impression

                      Comment


                        #12
                        All sorted guys.

                        I used a new basic Actinic template for the PSP bounce page and just added my header and stuff to make it look like my site.
                        Not sure why the code Nadeem posted above didn't work in my Dreamweaver template.

                        Anyway after a few months of testing V7 I made the plunge and upgraded my Actinic Developer V7 to Business mutli-site V8. It came on Saturday morning (very happy), thanks for a great product Actinc.

                        Thanks for all your help.
                        Regards,

                        Les


                        Abc Baby Gifts
                        Snuggle Feet
                        Baby Casting From My Perfect Impression

                        Comment

                        Working...
                        X