Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
G_Z 02.09.2008 13:09 / 02.09.2008 14:05
<input type="hidden" name="product" value="$catalog.id" /> Количество товара: <input name="amount_$catalog.id">
$dtNow[^date::now[]] $tProduct[$form:tables.product] $iUserID(^cookie:user.int(0)) ^if($iUserID){ ^tProduct.menu{ $iProductID(^tProduct.field.int(0)) $iAmount(^form:[amount_$iProductID].int(0)) ^if($iProductID && $iAmount){ $sQuery[ UPDATE baskets SET amount = $iAmount, dt = '^dtNow.sql-string[]' WHERE user_id = $iUserID AND product_id = $iProductID ] ^void:sql{$sQuery} } } }