I have a section scoped custom variable that shows different text on the section pages. The variable is placed in the sidebar of the outer layout and the external outer layout is used for all pages.
I want to expand on this and test if it is a checkout page and then place different text in the same location. What (blockif) test can I use to test that it is a checkout or cart page? (Such isCartPage or isCheckoutPage)
(I don't want to have to manage another outer layout specifically for the cart and checkout)
I want to expand on this and test if it is a checkout page and then place different text in the same location. What (blockif) test can I use to test that it is a checkout or cart page? (Such isCartPage or isCheckoutPage)
(I don't want to have to manage another outer layout specifically for the cart and checkout)
Comment