C
|
cristi 10/10/2024 |
Don't use PHP code to redirect - this is a custom button and things work different than events (you're redirecting an ajax call and not the window, that's why you get that error) - use javascript for this - see example No. 4 from here |
![]() |
Sergey Kornilov admin 10/11/2024 |
Button's code is executed via AJAX which means you cannot use redirect there. Read this for additional info: |