| |
78 |
78 |
</tr> |
| |
79 |
79 |
" |
| |
80 |
80 |
if { !$multiple_retailers_p } { |
| |
81 |
81 |
doc_body_append "<tr> |
| |
82 |
82 |
<td>Stock Status</td> |
| |
83 |
83 |
<td colspan=2>[ec_stock_status_widget $stock_status]</td> |
| |
84 |
84 |
</tr> |
| |
85 |
85 |
" |
| |
86 |
86 |
} else { |
| |
87 |
87 |
doc_body_append "[export_form_vars stock_status]\n" |
| |
88 |
88 |
} |
| |
89 |
89 |
doc_body_append "<tr> |
| |
90 |
90 |
<td>One-Line Description</td> |
| |
91 |
91 |
<td colspan=2><input type=text name=one_line_description size=60 value=\"[ad_quotehtml $one_line_description]\"></td> |
| |
92 |
92 |
</tr> |
| |
93 |
93 |
<tr> |
| |
94 |
94 |
<td>Additional Descriptive Text</td> |
| |
95 |
95 |
<td colspan=2><textarea wrap rows=6 cols=60 name=detailed_description>$detailed_description</textarea></td> |
| |
96 |
96 |
</tr> |
| |
97 |
97 |
<tr> |
| |
98 |
|
<td>Search Keywords</td> |
| |
|
98 |
<td><p>Search Keywords</p><p> |
| |
|
99 |
Data from Product's Name, One Line Description, and Other Detailed Description |
| |
|
100 |
are automatically included in product searches. No need to repeat as keywords.</p></td> |
| |
99 |
101 |
<td colspan=2><textarea wrap rows=2 cols=60 name=search_keywords>$search_keywords</textarea></td> |
| |
100 |
102 |
</tr> |
| |
101 |
103 |
<tr> |
| |
102 |
104 |
<td>Picture</td> |
| |
103 |
105 |
<td><input type=file size=10 name=upload_file>" |
| |
104 |
106 |
|
| |
105 |
107 |
set thumbnail [ec_linked_thumbnail_if_it_exists $dirname f] |
| |
106 |
108 |
if { ![empty_string_p $thumbnail] } { |
| |
107 |
109 |
doc_body_append "<br>Your current picture is:<br>$thumbnail" |
| |
108 |
110 |
} |
| |
109 |
111 |
|
| |
110 |
112 |
doc_body_append "</td> |
| |
111 |
113 |
<td>This picture (.gif or .jpg format) can be as large as you like. A thumbnail will be automatically generated. Note that file uploading doesn't work with Internet Explorer 3.0.</td> |
| |
112 |
114 |
</tr> |
| |
113 |
115 |
<tr> |
| |
114 |
116 |
<td>Color Choices</td> |
| |
115 |
117 |
<td><input type=text name=color_list size=40 value=\"[ad_quotehtml $color_list]\"></td> |
| |
116 |
118 |
<td>This should be a comma-separated list of colors the user is allowed to choose from |
| |
117 |
119 |
when ordering. If there are no choices, leave this blank.</td> |
| |
118 |
120 |
</tr> |