Guest User

Untitled

a guest
Mar 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. The following has had HTML stripped out
  2.  
  3. {if $lineItem and $priceSetID and !$is_quick_config}
  4.  
  5. {foreach from=$lineItem item=value key=priceset}
  6.  
  7. {foreach from=$value item=line}
  8.  
  9. {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if}
  10. {if $line.description}
  11. <div>{$line.description|truncate:30:"..."}
  12. </div>
  13. {/if}
Add Comment
Please, Sign In to add comment