Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The following Code Block will check the Theme Attribute (checkbox) for look at the "Checkout Only" check box and if it's "checked" then "hide" the breadcrumb.

Code Block
themeDJango
<!-- breadcrumb -->
#if($theme.attr("Checkout Only Theme", "false") != "true")
 <div class="row no-margin-top">
  <div class="columns small-16 medium-13">
   <div class="breadcrumb">
    <ul>

...