Changeset 2152986
- Timestamp:
- 09/08/2019 11:11:27 AM (7 years ago)
- Location:
- woo-paytr-taksit-tab/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
woocommerce-paytr-taksit-tab.php (modified) (1 diff)
-
woocommerce/tablo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-paytr-taksit-tab/trunk/readme.txt
r2032268 r2152986 6 6 License URI: http://www.gnu.org/licenses/gpl-3.0.html 7 7 Requires at least: 4.5 8 Tested up to: 5. 0.38 Tested up to: 5.3.2 9 9 Stable tag: 0.1 10 10 … … 28 28 == Changelog == 29 29 30 = 2.0 = 31 - PayTr 2.0 versiyonu için kodlar güncellendi 30 32 = 0.1 = 31 33 - Initial Revision -
woo-paytr-taksit-tab/trunk/woocommerce-paytr-taksit-tab.php
r2032268 r2152986 4 4 Plugin URI: https://www.muratbutun.com/woocommerce-paytr-taksit-tabi.html 5 5 Author URI: https://www.muratbutun.com/ 6 Version: 1.36 Version: 2.0 7 7 Author: Murat Bütün 8 8 Description: PayTR Ödeme Eklentisi İçin Geliştirilmiş Olan Taksit Tab Eklentisi -
woo-paytr-taksit-tab/trunk/woocommerce/tablo.php
r1814019 r2152986 3 3 <?php $merchant = get_option('WoocommercePaytrTaksitTab_Plugin_merchantid');?> 4 4 <?php $product = new WC_Product( get_the_ID() ); $price = $product->price; ?> 5 <style> 6 #paytr_taksit_tablosu{clear: both;font-size: 12px;max-width: 1200px;text-align: center;font-family: Arial, sans-serif;} 7 #paytr_taksit_tablosu::before {display: table;content: " ";} 8 #paytr_taksit_tablosu::after {content: "";clear: both;display: table;} 9 .taksit-tablosu-wrapper{margin: 5px;width: 280px;padding: 12px;cursor: default;text-align: center;display: inline-block;border: 1px solid #e1e1e1;} 10 .taksit-logo img{max-height: 28px;padding-bottom: 10px;} 11 .taksit-tutari-text{float: left;width: 126px;color: #a2a2a2;margin-bottom: 5px;} 12 .taksit-tutar-wrapper{display: inline-block;background-color: #f7f7f7;} 13 .taksit-tutar-wrapper:hover{background-color: #e8e8e8;} 14 .taksit-tutari{float: left;width: 126px;padding: 6px 0;color: #474747;border: 2px solid #ffffff;} 15 .taksit-tutari-bold{font-weight: bold;} 16 @media all and (max-width: 600px) {.taksit-tablosu-wrapper {margin: 5px 0;}} 17 </style> 5 18 <div id="paytr_taksit_tablosu"></div> 6 <script src="https://www.paytr.com/odeme/taksit-tablosu ?token=<?php echo $token; ?>&resp=1&merchant_id=<?php echo $merchant; ?>&amount=<?php echo $price; ?>&taksit=0&tumu=0"></script>19 <script src="https://www.paytr.com/odeme/taksit-tablosu/v2?token=<?php echo $token; ?>&merchant_id=<?php echo $merchant; ?>&amount=<?php echo $price; ?>&taksit=0&tumu=0"></script>
Note: See TracChangeset
for help on using the changeset viewer.