Plugin Directory

Changeset 2328348


Ignore:
Timestamp:
06/21/2020 11:50:06 PM (6 years ago)
Author:
askbux
Message:

update readme and version

Location:
bux-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bux-woocommerce/trunk/bux-plugin.php

    r2328347 r2328348  
    44 * Plugin URI: https://bux.ph/static/bux-plugin-wp.zip
    55 * Description: Bux plugin for Woocommerce, you need to have Woocommerce installed
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author: UBX Philippines
    88 * Author URI: https://bux.ph
     
    251251}
    252252
     253/*
    253254add_action( 'woocommerce_cart_calculate_fees','bux_wc_add_custom_surcharge' );
    254255function bux_wc_add_custom_surcharge() {
     
    291292}
    292293add_action( 'wp_footer', 'bux_wc_cart_update_script', 999 );
     294*/
    293295
    294296function bux_wc_add_order_statuses( $order_statuses ) {
     
    454456            $blog_name = get_bloginfo('name');
    455457            $data = array(
    456                 'amount' => $this->get_order_total() - 20,
    457                 'fee' => 20,
     458                'amount' => $this->get_order_total(),
     459                'fee' => 0,
    458460                'description'=> "[WC - ".$blog_name."] Order ".$order_id,
    459461                'order_id'=> $order_id,
  • bux-woocommerce/trunk/readme.txt

    r2328347 r2328348  
    99Tested up to: 5.3.2
    1010Requires PHP: 5.2.4
    11 Stable tag: 1.0.2
    12 Version: 1.0.2
     11Stable tag: 1.0.3
     12Version: 1.0.3
    1313Donate link: https://bux.ph/
    1414
     
    1818
    1919Bux is the best payment gateway for online sellers. Sell products online, generate payment codes via Messenger app, and transfer funds to your bank.
     20
     21Bux 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.
    2022
    2123This Plugin integrates your online store to Bux Payment Platform.
     
    4648* Support for Cebuana, LBC, Bayad Center, etc
    4749
     50= 1.0.3 =
     51* Online Banking enable
     52
    4853== Upgrade Notice ==
    4954
     
    5257
    5358= 1.0.2 =
    54 Include more channels: Cebuana, LBC, Bayad Center.
     59Include more OTC channels: Cebuana, LBC, Bayad Center.
     60
     61= 1.0.3 =
     62Include Online Banking channels: BPI, UnionBank, RCBC
    5563
    5664
    5765== Screenshots ==
    5866
    59 1. Add 7-eleven, Cebuana, LBC, etc as a mode of payment upon checkout
     671. Choose bux as a mode of payment upon checkout
    60682. Present reference code to 7-eleven, Cebuana, LBC, etc
Note: See TracChangeset for help on using the changeset viewer.