Jump to content

[SOLVED] IE8 and Paypal redirect problem


Recommended Posts

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; 
.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDS)
Timestamp: Thu, 9 Sep 2010 16:42:39 UTC


Message: Object expected
Line: 55
Char: 3
Code: 0
URI: https://www.mysite.com/modules/paypal/redirect.php




Offending line in redirect.tpl:

Won't let me post the &%(&Q;#^ javascript line in a CODE tag, STUPID STUPID STUPID forum.

(remove the spaces)


I suppose it is expecting all links to be https. Can I just change to this for it to work properly?

Won't let me post the &%(&Q;#^ javascript line in a CODE tag, STUPID STUPID STUPID forum.

(remove the spaces)

Anyway, it is the first script tag in redirect.tpl. I want to know if changing the 'http://{$url}' to '../../'
would make it work correctly?

What about these:

<input type="hidden" name="return" value="http://{$url}order-confirmation.php?key={$customer->secure_key}&id;_cart={$cart_id}&id;_module={$paypal_id}&slowvalidation;" />
<input type="hidden" name="cancel_return" value="http://{$url}index.php" />
<input type="hidden" name="notify_url" value="http://{$url}modules/paypal/validation.php" />


Shouldn't they also be https links?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...