Announcement

Collapse
No announcement yet.

PayPal Warning in checkout

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

    PayPal Warning in checkout

    Hi,

    Can someone help us out here, we have a site using PayPal it is set up correctly as far as I can tell and the transactions are working. However, just before the customer is sent to the PayPal site the below is presented from the actinic site. the url of the site is http://www.decorativextras.com/acatalog/ If you purchase something you will see the text once you get through to checkout, so the question is how do I change this as the Warning makes it look like the site is not ready for use!

    Click the PayPal button to go to PayPal's secure server and process your payment.

    Warning: PayPal does not support Actinic's test mode. This is a live transaction!

    Many thanks

    J
    --------------------
    www.ProSite.co.uk

    #2
    Go into your 'CommonOCC' folder within 'Site1' and open 'Act_OCCPayPalTemplate.html' in Notepad.

    Comment out the code that says:

    NETQUOTEDEL:TESTMODE
    <P>
    <BIG>Warning: PayPal does not support Actinic's test mode. This is a live transaction!</BIG>
    NETQUOTEDEL:TESTMODE

    i.e. put <!-- before it and --> after it.

    Comment


      #3
      Thanks that worked...
      --------------------
      www.ProSite.co.uk

      Comment

      Working...
      X