Wrong behavior?

Y2K Webs
Y2K Webs
Offline
0
Hello

I am getting an unwanted behavior when trying to make a payment. I am redirected to an error page.

Please try fr yourself with this link

https://uci.ac.cr/index.php?option=com_invoices&view=payment&id=43

that payment is unpaid and it should give the payments options instead..

what could it be?

thanks
Responses (5)
  • Accepted Answer

    Wednesday, October 01 2014, 05:07 PM - #Permalink
    0
    which payment processor is this?
    The reply is currently minimized Show
  • Accepted Answer

    Y2K Webs
    Y2K Webs
    Offline
    Wednesday, October 01 2014, 05:37 PM - #Permalink
    0
    Its one I devolved myself using paypal as a base. I fixed my original problem by updating to latest version.

    One last question: can i have multiple payment processor together to give multiple options to customers?

    thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, October 01 2014, 06:49 PM - #Permalink
    1
    yes, you can install more than one payment option
    The reply is currently minimized Show
  • Accepted Answer

    Y2K Webs
    Y2K Webs
    Offline
    Wednesday, October 01 2014, 08:19 PM - #Permalink
    0
    Ok I am trying to modify authorize.net gateway (/tmpl/form.php) but I see that

    $data->x_invoice_num

    returns the payment number instead of invoice number

    in the paypal plugin you use a different method to retrieve info

    echo plg_invoices_escape($vars->row->invoice_num)

    that works ok in paypal

    how to get invoice number in authorize.net?

    thanks,
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 02 2014, 10:49 AM - #Permalink
    1
    the same way. try using $vars->row->invoice_num
    The reply is currently minimized Show
Your Reply