Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.94 KB | None | 0 0
  1. diff --git a/templates/Evo/productdetails/variation.tpl b/templates/Evo/productdetails/variation.tpl
  2. index fd7d901..bd6549b 100644
  3. --- a/templates/Evo/productdetails/variation.tpl
  4. +++ b/templates/Evo/productdetails/variation.tpl
  5. @@ -16,7 +16,7 @@
  6.          <div class="col-xs-12">
  7.              <dl>
  8.              {foreach name=Variationen from=$Artikel->$VariationsSource key=i item=Variation}
  9. -            {strip}
  10. +            {block name="productdetails-info-variation-block"}
  11.                  {if !isset($smallView) || !$smallView}
  12.                  <dt>{$Variation->cName}{if $Variation->cTyp === 'IMGSWATCHES'} <span class="swatches-selected text-muted" data-id="{$Variation->kEigenschaft}"></span>{/if}</dt>
  13.                  {/if}
  14. @@ -157,7 +157,7 @@
  15.                          {/block}
  16.                      {/if}
  17.                  </dd>
  18. -            {/strip}
  19. +            {/block}
  20.              {/foreach}
  21.              </dl>
  22.          </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement