Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <$set $options=[]$>
  2. <$foreach $pls as $k=>$v$>
  3.     <$if $k|preg_match:'#^shk_#ui' && !($k|preg_match:'#_price$#ui') && $k not in ['shk_docversion','shk_discount']$>
  4.         <$switch $k$>
  5.             <$case 'shk_days'$>
  6.                 <$set $days=$v|getByMIGX_id:($id|resource:'tv.days_new')$>
  7.                 <$do $options[]='Период доставки '~($days['count']|decl: 'день|дня|дней':true)$>
  8.             <$default$>
  9.                 <$do $options[]=$v$>
  10.         <$/switch$>
  11.     <$/if$>
  12. <$/foreach$>
  13. <$$options?($options|join:', '):$defaults$>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement