-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
// Heading | ||
$_['heading_title'] = 'iyzico'; | ||
$_['heading_title'] = 'iyzico Checkout Form'; | ||
$_['text_iyzico'] = '<a href="http://www.iyzico.com/" target="_blank"><img src="view/image/payment/iyzico_logo.png" alt="iyzico" title="iyzico" /></a>'; | ||
$_['general_select'] = 'Select'; | ||
$_['live'] = 'Live'; | ||
|
@@ -56,3 +56,7 @@ | |
$_['webhook_url_description'] = "Don't forget to do webhook Integration."; | ||
$_['iyzico_webhook_url_key_error'] = "Webhook URL Error! Please, try these steps respectively. 1- Refresh web page 1-2 times. 2- If webhook url doesn't create , Please, after delete the iyzico plugin, re-install the iyzico plugin and save module settings. 3- Send an email to [email protected]"; | ||
|
||
$_['pwi_status_error'] = "Pay with iyzico module is not enable!"; | ||
$_['pwi_status_error_detail'] = "You can not access Settings of iyzico Checkout Form Module without installing the pay with iyzico module."; | ||
$_['dev_iyzipay_opencart_link'] = "https://dev.iyzipay.com/tr/acik-kaynak/opencart"; | ||
$_['dev_iyzipay_detail'] = "Complete the installation of the Opencart 3.x - Pay with iyzico module via dev.iyzipay:"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
// Heading | ||
$_['heading_title'] = 'iyzico'; | ||
$_['heading_title'] = 'iyzico Ödeme Formu'; | ||
$_['text_iyzico'] = '<a href="http://www.iyzico.com/" target="_blank"><img src="view/image/payment/iyzico_logo.png" alt="iyzico" title="iyzico" /></a>'; | ||
$_['general_select'] = 'Seçiniz'; | ||
$_['live'] = 'Live'; | ||
|
@@ -57,3 +57,8 @@ | |
$_['iyzico_webhook'] = 'Webhook Entegrasyonu'; | ||
$_['webhook_url_description'] = "Webhook entegrasyonunu yapmayı unutmayınız."; | ||
$_['iyzico_webhook_url_key_error'] = "Webhook URL üretilemedi. Lütfen sırasıyla bu adımları deneyin. 1- Web sayfasını 1-2 defa yenileyin. 2- Webhook URL üretilmediyse lütfen plugini kaldırıp, yeniden kurun ve ayarları kaydedin. 3- Sorun devam ederse [email protected]'a mail atınız."; | ||
|
||
$_['pwi_status_error'] = "iyzico İle Öde modülü aktif değil!"; | ||
$_['pwi_status_error_detail'] = "iyzico ile Öde modülünü kurmadan iyzico Ödeme Formu ayarlarına erişemezsiniz."; | ||
$_['dev_iyzipay_opencart_link'] = "https://dev.iyzipay.com/tr/acik-kaynak/opencart"; | ||
$_['dev_iyzipay_detail'] = "Opencart 3.x - iyzico ile Öde modülünün kurulumunu tamamlayınız: "; |
23 changes: 23 additions & 0 deletions
23
upload/admin/view/template/extension/payment/iyzico_pwi_load_control.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{{ header }}{{ column_left }} | ||
<div id="content"> | ||
<ul class="breadcrumb"> | ||
{% for breadcrumb in breadcrumbs %} | ||
<li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
<div class="page-header"> | ||
<div class="container-fluid"> | ||
<div class="pull-right"></div> | ||
<h1><i class="fa fa-credit-card"></i> {{ heading_title }}</h1> | ||
</div> | ||
</div> | ||
<div class="container-fluid"> | ||
<div class="panel-body"> | ||
<div class="alert alert-danger" role="alert"> | ||
<h1>{{ pwi_status_error }}</h1> | ||
</div> | ||
<h4>{{ pwi_status_error_detail }}<br><br> | ||
{{ dev_iyzipay_detail }} <a href="{{ dev_iyzipay_opencart_link }}" target="_blank"> {{ dev_iyzipay_opencart_link }}</a></h4> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters