Plugin Directory

Changeset 2152986


Ignore:
Timestamp:
09/08/2019 11:11:27 AM (7 years ago)
Author:
muratbtn
Message:

PayTr 2.0 versiyonu icin kodlar guncellendi

Location:
woo-paytr-taksit-tab/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-paytr-taksit-tab/trunk/readme.txt

    r2032268 r2152986  
    66License URI: http://www.gnu.org/licenses/gpl-3.0.html
    77Requires at least: 4.5
    8 Tested up to: 5.0.3
     8Tested up to: 5.3.2
    99Stable tag: 0.1
    1010
     
    2828== Changelog ==
    2929
     30= 2.0 =
     31- PayTr 2.0 versiyonu için kodlar güncellendi
    3032= 0.1 =
    3133- Initial Revision
  • woo-paytr-taksit-tab/trunk/woocommerce-paytr-taksit-tab.php

    r2032268 r2152986  
    44   Plugin URI: https://www.muratbutun.com/woocommerce-paytr-taksit-tabi.html
    55   Author URI: https://www.muratbutun.com/
    6    Version: 1.3
     6   Version: 2.0
    77   Author: Murat Bütün
    88   Description: PayTR Ödeme Eklentisi İçin Geliştirilmiş Olan Taksit Tab Eklentisi
  • woo-paytr-taksit-tab/trunk/woocommerce/tablo.php

    r1814019 r2152986  
    33<?php $merchant = get_option('WoocommercePaytrTaksitTab_Plugin_merchantid');?>
    44<?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>
    518<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.