Search:Order received confirmation page at end of checkout Hi there Here is the solution Edit OrderScript.pl Search for 'sub ProcessInput' Then search for 'BounceToPagePlain' You should see... @Response = ACTINIC::BounceToPagePlain(0, undef, undef, Replace the above with... # @Response = ACTINIC::BounceToPagePlain(0, undef, undef, $::g_sWebSiteUrl, my $sText = "Thanks for buying"; my $nDelay = 5; @Response = ACTINIC::BounceToPagePlain($nDelay, $sText, undef, $::g_sWebSiteUrl, In the above replace 'Thanks for buying' with the required message, can include HTML. Also adjust $nDelay as required. Save, exit and update the site. Kind Regards __________________ Nadeem Rasool Actinic Support Specialist www.actinic.com | www.actinic.co.uk