WebSite X5Help Center

 
Виталий К.
Виталий К.
User

Payment system  en

Autor: Виталий К.
Visited 878, Followers 1, Udostępniony 0  

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>

Posted on the
1 ODPOWIEDZI - 1 POMOCNY - 1 PRAWIDłOWA ODPOWIEDź