Results 1 to 2 of 2

Thread: Create other payment gateway question.

  1. #1
    Thread Starter
    Member nikthompson's Avatar
    Join Date
    May 2011
    Location
    Australia
    Posts
    79
    Thanks
    18
    Thanked 2 Times in 1 Post

    Create other payment gateway question.

    After i follow the Google checkout plugin to create other payment gateway. I get 3 problems.

    1. what values i can use in this $order_vals array????

    2. why after i add a new option of the pay method it just replace the google checkout one? Here is the code

    function paymate_add_gateway_option() {
    global $app_abbr, $gateway_name;

    if ( get_option( $app_abbr.'_enable_ppcheckout' ) == 'yes' ) {
    echo '<option value="ppcheckout">' . __( 'Paymate Checkout', 'ppc' ) . '</option>';
    }

    }
    add_action( 'cp_action_payment_method', 'paymate_add_gateway_option' );

    3. The final check out process will be do at the bank website. so i need to open sum link like this:

    https://www.paymate.com/PayMate/Expr...mt=100&ref=123

    How could i redirect to that url??

    Thanks

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Add New Payment Gateway
    By sszetan in forum Help Using ClassiPress
    Replies: 3
    Last Post: March 29th, 2011, 08:19 AM
  2. Payment Gateway
    By azahry in forum Showcase & Feedback
    Replies: 1
    Last Post: June 14th, 2010, 02:37 PM