Quote Originally Posted by carlwhat View Post
do you have this file in your install:

https://github.com/lat9/one_page_che...eckout_one.php
Yes I have the language files.

Could an additional jscript file cause the issue?

I added the following file named jscript_paypal.php in includes/modules/pages/checkout_one with the following code:
Code:
<script defer
    src="https://www.paypal.com/sdk/js?client-id=Aegt8Ag48Qk8****hidden**********AWXJIkxeeiWN2Na1vIpn-mTwy6QygzUb&components=messages"
    data-namespace="PayPalSDK">
</script>
The paypal script is only needed on this page so i thought of doing it this way instead of in html_header between the <head> tag.

Did i mess it up and/or did it wrong? It could be interfering with jscript_main.php

Thank you for your help