-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
97a18e8
commit 5ebe32d
Showing
13 changed files
with
299 additions
and
12 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,9 @@ | ||
jQuery('.min--installment--price').click(function (e) { | ||
jQuery('a[href="#tab-installment_tab"]').trigger('click'); | ||
|
||
var position = jQuery('#tab-installment_tab').offset().top; | ||
|
||
jQuery("body, html").animate({ | ||
scrollTop: position | ||
} ); | ||
}); |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Binary file not shown.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-08T11:49:40+00:00\n" | ||
"PO-Revision-Date: 2022-10-20 01:49+0300\n" | ||
"PO-Revision-Date: 2022-11-11 16:58+0300\n" | ||
"Last-Translator: Fatih Toprak <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: en_US\n" | ||
|
@@ -205,3 +205,12 @@ msgstr "Actions" | |
|
||
msgid "Your card information that you have added during the payment will be kept by Moka with the assurance of Moka. Your next subscription payment will be taken with this card." | ||
msgstr "Your card information that you have added during the payment will be kept by Moka with the assurance of Moka. Your next subscription payment will be taken with this card." | ||
|
||
msgid "Installment Options" | ||
msgstr "Taksit Seçenekleri" | ||
|
||
msgid "With installments starting from" | ||
msgstr "With installments starting from" | ||
|
||
msgid "Show Installment Message under the price_html ?" | ||
msgstr "Show Installment Message under the price_html ?" |
Binary file not shown.
Oops, something went wrong.