Changeset 2328348
- Timestamp:
- 06/21/2020 11:50:06 PM (6 years ago)
- Location:
- bux-woocommerce/trunk
- Files:
-
- 2 edited
-
bux-plugin.php (modified) (4 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bux-woocommerce/trunk/bux-plugin.php
r2328347 r2328348 4 4 * Plugin URI: https://bux.ph/static/bux-plugin-wp.zip 5 5 * Description: Bux plugin for Woocommerce, you need to have Woocommerce installed 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: UBX Philippines 8 8 * Author URI: https://bux.ph … … 251 251 } 252 252 253 /* 253 254 add_action( 'woocommerce_cart_calculate_fees','bux_wc_add_custom_surcharge' ); 254 255 function bux_wc_add_custom_surcharge() { … … 291 292 } 292 293 add_action( 'wp_footer', 'bux_wc_cart_update_script', 999 ); 294 */ 293 295 294 296 function bux_wc_add_order_statuses( $order_statuses ) { … … 454 456 $blog_name = get_bloginfo('name'); 455 457 $data = array( 456 'amount' => $this->get_order_total() - 20,457 'fee' => 20,458 'amount' => $this->get_order_total(), 459 'fee' => 0, 458 460 'description'=> "[WC - ".$blog_name."] Order ".$order_id, 459 461 'order_id'=> $order_id, -
bux-woocommerce/trunk/readme.txt
r2328347 r2328348 9 9 Tested up to: 5.3.2 10 10 Requires PHP: 5.2.4 11 Stable tag: 1.0. 212 Version: 1.0. 211 Stable tag: 1.0.3 12 Version: 1.0.3 13 13 Donate link: https://bux.ph/ 14 14 … … 18 18 19 19 Bux is the best payment gateway for online sellers. Sell products online, generate payment codes via Messenger app, and transfer funds to your bank. 20 21 Bux allows your website to accept payments from Over-the-counter channels (7-Eleven, Cebuana Pawnshop, LBC, Palawan, SM Dept Stores, Bayad Center, etc) as well as Online Banking channels such as UnionBank, BPI and RCBC. 20 22 21 23 This Plugin integrates your online store to Bux Payment Platform. … … 46 48 * Support for Cebuana, LBC, Bayad Center, etc 47 49 50 = 1.0.3 = 51 * Online Banking enable 52 48 53 == Upgrade Notice == 49 54 … … 52 57 53 58 = 1.0.2 = 54 Include more channels: Cebuana, LBC, Bayad Center. 59 Include more OTC channels: Cebuana, LBC, Bayad Center. 60 61 = 1.0.3 = 62 Include Online Banking channels: BPI, UnionBank, RCBC 55 63 56 64 57 65 == Screenshots == 58 66 59 1. Add 7-eleven, Cebuana, LBC, etcas a mode of payment upon checkout67 1. Choose bux as a mode of payment upon checkout 60 68 2. Present reference code to 7-eleven, Cebuana, LBC, etc
Note: See TracChangeset
for help on using the changeset viewer.