Changeset 2771866
- Timestamp:
- 08/18/2022 01:56:09 AM (4 years ago)
- Location:
- thanh-toan-chuyen-khoan
- Files:
-
- 3 edited
-
tags/1.0.0/ttck.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/ttck.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thanh-toan-chuyen-khoan/tags/1.0.0/ttck.php
r2768123 r2771866 115 115 wp_enqueue_style('ttck-style', plugins_url('assets/css/style.css', __FILE__), array(), false, 'all'); 116 116 wp_enqueue_script('ttck-qrcode', plugins_url('assets/js/easy.qrcode.js', __FILE__), array('jquery'), '', true); 117 if(is_admin() ) {117 if(is_admin() && isset($_GET['page']) && $_GET['page']=='ttck') { 118 118 wp_enqueue_script('ttck-js', plugins_url('assets/js/js.js', __FILE__), array('jquery'), '', true); 119 119 } -
thanh-toan-chuyen-khoan/trunk/readme.txt
r2768123 r2771866 1 1 === Thanh Toán Quét Mã QR Code Tự Động – MoMo, ViettelPay, MB, Vietcombank, Vietinbank, Techcombank, Agribank, ACB, BIDV === 2 - Author: TTCK Team 3 - Contributors: TTCKSoft 4 - Tags: woocommerce, payment gateway, gateway, ket noi ngan hang, vietcombank, techcombank, plugin thanh toan, acb, ocb, msb, scb, shb, mbbank, sacombank, vpbank, hdbank, momo, viettelpay, vnpay, vietinbank, bidv, agribank, vib, abbank, bac a bank, eximbank, nam a bank, ncb, seabank, lienvietpostbank, viet capital bank, timo, timo plus, cake, tnex, MoMo, thanh toán momo, quét mã qr, quét qr code, ViettelPay, VNPay, thanh toán ngân hàng, Vietcombank, VietinBank, Techcombank, MB, ACB, VPBank, BIDV, TPBank, HDBank, Agribank, VIB, Sacombank, OCB, MSB, LienVietPostBank, Viet Capital Bank, Timo, Cake, TNEX 5 - Requires WooCommerce at least: 2.1 6 - Version: 1.0.0 7 - Tested up to: 6.0.0 8 - Author URI: https://dev4vn.com 9 - Plugin URI: https://tichhopthanhtoan.dev4vn.com/ 10 - License: GPLv3.0 11 - License URI: http://www.gnu.org/licenses/gpl-3.0.html 2 - Author: TTCK Team 3 - Contributors: TTCKSoft 4 - Tags: woocommerce, payment gateway, gateway, ket noi ngan hang, vietcombank, techcombank, plugin thanh toan, acb, ocb, msb, scb, shb, mbbank, sacombank, vpbank, hdbank, momo, viettelpay, vnpay, vietinbank, bidv, agribank, vib, abbank, bac a bank, eximbank, nam a bank, ncb, seabank, lienvietpostbank, viet capital bank, timo, timo plus, cake, tnex, MoMo, thanh toán momo, quét mã qr, quét qr code, ViettelPay, VNPay, thanh toán ngân hàng, Vietcombank, VietinBank, Techcombank, MB, ACB, VPBank, BIDV, TPBank, HDBank, Agribank, VIB, Sacombank, OCB, MSB, LienVietPostBank, Viet Capital Bank, Timo, Cake, TNEX 5 - Requires WooCommerce at least: 2.1 6 - Requires at least: 4.4 7 - Version: 1.0.0 8 - Tested up to: 6.0.0 9 - Author URI: https://dev4vn.com 10 - Plugin URI: https://tichhopthanhtoan.dev4vn.com/ 11 - License: GPLv3.0 12 - License URI: http://www.gnu.org/licenses/gpl-3.0.html 12 13 13 14 Tích hợp thanh toán quét mã QR Code với MoMo, ViettelPay, VNPay, Vietcombank, Vietinbank, Techcombank, MB, ACB, VPBank, TPBank.. cho Woocommerce -
thanh-toan-chuyen-khoan/trunk/ttck.php
r2768116 r2771866 115 115 wp_enqueue_style('ttck-style', plugins_url('assets/css/style.css', __FILE__), array(), false, 'all'); 116 116 wp_enqueue_script('ttck-qrcode', plugins_url('assets/js/easy.qrcode.js', __FILE__), array('jquery'), '', true); 117 if(is_admin() ) {117 if(is_admin() && isset($_GET['page']) && $_GET['page']=='ttck') { 118 118 wp_enqueue_script('ttck-js', plugins_url('assets/js/js.js', __FILE__), array('jquery'), '', true); 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.