04.12.2020, 12:49
Yes, just change:
if ( currentPlanId != SE_Startpage ) {
To:
if ( currentPlanId == 3 ) {
Where 3 is the plan that should enable the back to start..
if ( currentPlanId != SE_Startpage ) {
To:
if ( currentPlanId == 3 ) {
Where 3 is the plan that should enable the back to start..