Guest User

Untitled

a guest
Jul 23rd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {if $product.product_options}
  2. {foreach from=$product.product_options item=option}
  3. {if $option.option_id == 123}
  4. .... здесь вывод опции с ID = 123 ....
  5. {/if}
  6. {/foreach}
  7. {/if}
Add Comment
Please, Sign In to add comment