Файл: templates/doc/pay-button.tpl
Строк: 21
<? $this->layout('app', ['title' => 'Платежная
форма']) ?>
<? $this->start('container') ?>
<section class="pt-120 pb-90 default-bg">
<div class="container">
<div
class="row justify-content-center">
<div
class="col-xl-6 col-lg-8">
<!-- Start
Section Title -->
<div class="section-title
text-center" data-animate="fadeInUp">
<h1>Платежная форма</h1>
</div>
<!-- End of
Section Title -->
</div>
</div>
<div class="row
justify-content-center">
<div class="col-lg-12
col-sm-12">
<br>
Платежная
форма легко встраивается в любой сайт.
Получить код формы можно в настройках
кассы.
<br>
<label>Пример
платежной формы: </label>
<br>
<iframe
src="https://pay.uspay.ru/wighet/29" width="590"
height="320" frameBorder="0" target="_parent"
></iframe>
<br>
</div>
</div>
</div>
</section>
<?
$this->stop() ?>