{trans key="order_forms.products.product_id"} | {trans key="order_forms.products.product_name"} | {trans key="order_forms.products.attributes"} | {trans key="order_forms.products.type"} | {trans key="order_forms.products.price"} | {trans key="order_forms.products.quantity"} | {if $field.value.products} {foreach from=$field.value.products item="one"} | |
---|---|---|---|---|---|---|---|
{$one.product_id|htmlspecialchars} | {$one.title|htmlspecialchars} | {$one.attributes_list|htmlspecialchars|nl2br} | {$one.product_type|htmlspecialchars} | {$one.price|price} | {trans key="common.delete"} {trans key="common.edit"} | ||
{trans key="order_forms.totals"} |