Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #172 from maximebiloe/report-6908
Browse files Browse the repository at this point in the history
Add customization message
  • Loading branch information
aleeks committed Feb 10, 2017
2 parents beb84d3 + cb2dceb commit f50818d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/catalog/_partials/product-customization.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<label>{$field.label}</label>
{if $field.type == 'text'}
<textarea {if $field.required} required {/if} name="{$field.input_name}">{$field.text}</textarea>
<small>{l s='250 char. max' d='Shop.Forms.Help'}</small>
{if $field.text !== ''}
<h6>{l s='Your customization:' d='Shop.Theme.Catalog'} <label>{$field.text}</label></h6>
{/if}
{elseif $field.type == 'image'}
{if $field.is_customized}
<img src="{$field.image.small.url}">
Expand Down

0 comments on commit f50818d

Please sign in to comment.