To ensure that 'Sellerdeck Pay by ClearAccept' gives the most up-to-date service it can, versions 18.2.4 and earlier require changes to allow the software to use the upgraded service.
This change is mandatory with a deadline of the end of January 2026. If the changes have not been made by this time, SellerdeckPay will no longer function.
In order to do this, you will need to make changes to the layouts within the software.
NOTE: Prior to making any changes to the layouts, make backup copies within the library. To do this, right click on the layout and select 'Copy'. This will create a copy of layout using the layouts name with the suffix '(Copy)'. This will mean that if any problems ensue, the layout can be returned to its previous state.
V18.2.3 and v18.2.4.
For all releases of 18.2.3 and 18.2.4, please go to 'Design | Library | Layouts' and locate the layout 'ClearAccept JS Libraries'. Replace the contents of the layout with the contents of the file 'ClearAcceptJSLibraries.txt' which can be downloaded here: -
ClearAcceptJSLibraries.txt
and click 'OK' to save the layout.
Once you have done this, upload the site for the changes to appear online.
V16.1.3 and v18.2.2.
For all releases of 16.1.3 and 18.2.2, please go to 'Design | Library | Layouts' and locate the layout 'Standard Javascript Header Functions'. Replace the line: -
with:-
Then just below that, locate the line: -
and replace that with the following code: -
Then click 'OK' to save the layout.
Once you have done this, upload the site for the changes to appear online.
This change is mandatory with a deadline of the end of January 2026. If the changes have not been made by this time, SellerdeckPay will no longer function.
In order to do this, you will need to make changes to the layouts within the software.
NOTE: Prior to making any changes to the layouts, make backup copies within the library. To do this, right click on the layout and select 'Copy'. This will create a copy of layout using the layouts name with the suffix '(Copy)'. This will mean that if any problems ensue, the layout can be returned to its previous state.
V18.2.3 and v18.2.4.
For all releases of 18.2.3 and 18.2.4, please go to 'Design | Library | Layouts' and locate the layout 'ClearAccept JS Libraries'. Replace the contents of the layout with the contents of the file 'ClearAcceptJSLibraries.txt' which can be downloaded here: -
ClearAcceptJSLibraries.txt
and click 'OK' to save the layout.
Once you have done this, upload the site for the changes to appear online.
V16.1.3 and v18.2.2.
For all releases of 16.1.3 and 18.2.2, please go to 'Design | Library | Layouts' and locate the layout 'Standard Javascript Header Functions'. Replace the line: -
Code:
<script src="https://sandbox-hosted.clearaccept.systems/fields/v1"></script>
Code:
<script defer src="https://sandbox-scripts.clearaccept.systems/hostedfields.1.33.4.js" integrity="sha512-XFcPq6RP0mIXPhXNgHXYDS4y8ymYC2T49YLgIl9TkTEtIOwmyGv5Z31xKY2ADuM7gvRJC10kEnxwumaHO3U2pw==" crossorigin="anonymous" > </script>
Code:
<script src="https://hosted.clearaccept.com/fields/v1"></script>
Code:
<script defer src="https://scripts.clearaccept.com/hostedfields.1.33.4.js" integrity="sha512-KVlqjisSDM35QnqyMKSt6Z1kbpuPhO3ssDYJrAzNdf8sDwjT+k+fdtc8D7rYQWOQ0uAiKSM5/J3zC88ncaD/tA==" crossorigin="anonymous" > </script>
Once you have done this, upload the site for the changes to appear online.