P
paV
Прохожие
- Автор темы
- #1
Возможно ли отзывы на мыло поменять или добавить, на простые комментарии к товару в детальном просмотре товара?
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Да ну, а друзья зачем нужны?обращаться за $ к вебмастерам на фрилансе
Ну, если я правильно понял, то можно так:Меня тоже интерисует этот вопрос.
Он хочет чтоб сразу же после описания товара внизу заместь "отправки сообщения админу" был "добавить отзыв о товаре" я про тот который потом видят посетители.
Это надо из product_discution в product_detailed правильно скопировать все что надо. Скажите пожалуйста что именно и как. А то я методом тыка уже устал)))
<tr>
<td colspan=2>
<p class="pageSeparator">
</center>
<form action="index.php" method=post name="formD" onSubmit="return validate_disc(this);">
<table>
{$smarty.const.DISCUSSION_ADD_MESSAGE}
<tr>
<td>{$smarty.const.DISCUSSION_NICKNAME}:</td>
<td><input type=text name=nick></td>
</tr>
<tr>
<td align=right>{$smarty.const.DISCUSSION_SUBJECT}:</td>
<td><input type=text name=topic></td>
</tr>
<tr>
<td align=right valign=top>{$smarty.const.DISCUSSION_BODY}:</td>
<td>
<textarea name=body cols=50 rows=10>
</textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type=submit value="{$smarty.const.POST_BUTTON}">
<input type=hidden name=add_topic value=yes>
<input type=hidden name=productID value={$productID}>
<input type=hidden name=discuss value=yes>
<input type=reset value="{$smarty.const.RESET_BUTTON}">
</td>
</tr>
</table>
</form>
{/if}
</td>
</tr>
{/if}