Add 'discontinued' flag to product view
Also, don't render product description as link if it's empty
This commit is contained in:
parent
2002031e41
commit
b3599d8241
2 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
|||
${render_field_readonly(form.fieldset.special_order)}
|
||||
${render_field_readonly(form.fieldset.organic)}
|
||||
${render_field_readonly(form.fieldset.not_for_sale)}
|
||||
${render_field_readonly(form.fieldset.discontinued)}
|
||||
${render_field_readonly(form.fieldset.deleted)}
|
||||
</%def>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue