View Single Post
  #1  
Old 01-20-2017, 01:43 PM
 
info@shadowgraphicsinc.co info@shadowgraphicsinc.co is offline
 

Senior Member
  
Join Date: Jan 2011
Posts: 123
 

Default this.isCheckoutLayout() to also hide on view cart

I have also been searching the forums but to no avail with this as well.

We have a menu on our site that is shown on all pages - but we would not like them shown on view cart AND checkout.

I found that using this

PHP Code:
{% if not this.isCheckoutLayout() %} 

works to hide everything from the final check out, but we were also looking to hide everything from the view cart page as well.

Any info on what the correct code would be for that?

thanks!
Reply With Quote