Advertisement
Guest User

Untitled

a guest
May 8th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <{assign var="product_vouchers" value=$order->getProductVouchers()}>
  2. <{if $product_vouchers}>               
  3.     <{section name="m" loop=$product_vouchers}>
  4.         <{$product_vouchers[m]->getCode()}> på <{$product_vouchers[m]->getPriceDiscount()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
  5.     <{/section}>
  6. <{/if}>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement