Payment system
Auteur : Виталий К.This is the code of the payment system. What should I add to these fields , they were automatically filled from web site x5. The price and order number.
<!-- Пример заголовков на странице оплаты, которые вы можете показать пользователю ======= -->
<h2>Пример платежной страницы для оплаты товара</h2>
<div>?????price?????</div><hr>
<h4>Детали заказа</h4>
<!-- Эти поля обязательные, их нельзя удалять из платежной формы ========================= -->
<form action="https://money.yandex.ru/eshop.xml" method="post">
<input required name="shopId" value="......." type="hidden"/>
<input required name="scid" value="........" type="hidden"/>
<input required name="sum" value="?????price?????" type="hidden">
?????№ order?????? (<font color="red">*</font>):<br>
<input required name="customerNumber" value="" size="64"/><br>
<input type="submit" value="Оплатить">
</form>
Hello Виталий К.,
You need to enter these 2 variables:
[ORDER_NO] - the order number is entered here;
[PRICE] - the price is entered here.
http://help.websitex5.com/en/v12/evo/metodo_pagamento.htm
Many thanks!