I am trying to create a block if condition in the outer layout to prevent a non-secure item showing on the PSP Bounce page. I have used ....
PageType != "SSL Bounce Page"
PageType != "Bounce Page"
.. this allows the item to show on all other pages (I have also used similar conditions in the same block to prevent it showing in the Checkout pages and this works correctly)
... is there any other pages I have missed or a better way of keeping it out of the PSP Bounce page?
Thanks
John
MS v8.5.0
PageType != "SSL Bounce Page"
PageType != "Bounce Page"
.. this allows the item to show on all other pages (I have also used similar conditions in the same block to prevent it showing in the Checkout pages and this works correctly)
... is there any other pages I have missed or a better way of keeping it out of the PSP Bounce page?
Thanks
John
MS v8.5.0
Comment