Versions Compared

Key

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

...

Info

The following Code Block will look at the Theme Attribute; "Checkout Only" check box , and if it's "checked" then "hide" the breadcrumbEND. The breadcrumb will not be displayed.

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>

...