Results 1 to 10 of 679

Hybrid View

  1. #1
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by retched View Post
    I can check on the first in a few but can you explain the second? What do you mean by "offer price"?
    a offer made via SaleMaker in admin

  2. #2
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Code:
        $i = count($order_totals);
        $i -= 1;
        
     echo $order_totals[$i]['value'];
    gets the full total amount to send to Stripe but I can only get it to work on index.php?main_page=checkout_confirmation page and need to get this to
    includes/modules/payment/stripe.php

    line 146
    PHP Code:
    $amount_total=round($order->info['total']*$order->info['currency_value'],$decimal_places)*$multiplied_by
    should be like

    PHP Code:
        $i count($order_totals);    $i -= 1;
    $order_value $order_totals[$i]['value'];
            
    $amount_total round($order_value $order->info['currency_value'], $decimal_places) * $multiplied_by

  3. #3
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by OJ_SIMON View Post
    Code:
        $i = count($order_totals);
        $i -= 1;
        
     echo $order_totals[$i]['value'];
    gets the full total amount to send to Stripe but I can only get it to work on index.php?main_page=checkout_confirmation page and need to get this to
    includes/modules/payment/stripe.php

    line 146
    PHP Code:
    $amount_total=round($order->info['total']*$order->info['currency_value'],$decimal_places)*$multiplied_by
    should be like

    PHP Code:
        $i count($order_totals);    $i -= 1;
    $order_value $order_totals[$i]['value'];
            
    $amount_total round($order_value $order->info['currency_value'], $decimal_places) * $multiplied_by

    I'll look into both of these but no promises as I have a bit of work ahead of me.

  4. #4
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by retched View Post
    I'll look into both of these but no promises as I have a bit of work ahead of me.
    could I hire you (paid service) to help me make a new plugin from scratch for stripe

  5. #5
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe.com payment integration module

    Sorry for making you wait.
    The previous module had a problem. Stripe ID generated twice for a single order, but I resolved it today and uploaded a new module. Please wait until it is published.

  6. #6
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by Gozzandes View Post
    Sorry for making you wait.
    The previous module had a problem. Stripe ID generated twice for a single order, but I resolved it today and uploaded a new module. Please wait until it is published.
    Did you also get to the table error?

  7. #7
    Join Date
    Jan 2010
    Location
    Richmond, Virginia, United States
    Posts
    123
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Is there any way to change the payment confirmation page layout from tabs to accordion without radio buttons?

 

 

Similar Threads

  1. pay2check.com payment module?
    By sunrise99 in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Nov 2011, 03:55 AM
  2. klikandpay.com payment module
    By rulest in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 Sep 2010, 06:06 PM
  3. AlertPay Payment Module Integration Help Please!
    By etorf9751 in forum Addon Payment Modules
    Replies: 8
    Last Post: 16 Aug 2010, 05:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg