Support » Plugin: Authorize.Net Payment Gateway WooCommerce Addon » Authorize transaction only

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nazrulhassanmca

    (@nazrulhassanmca)

    yes you can change the main plugin file on line no 192
    from
    $response = $sale->authorizeAndCapture();
    to
    $response = $sale->authorizeOnly();

    Plugin Author nazrulhassanmca

    (@nazrulhassanmca)

    This feature has been released in new current plugin on repository if you are using this plugin please download a fresh copy from repository

    thanks

    I also have the need to authorize only on some transactions, but other transactions will need to go all the way thru right away. Will the new version do that? In the customer’s shopping cart, one item would be a purchase (payment should go thru right away) and one item would be an equipment deposit (authorize only). Is this possible?

    Plugin Author nazrulhassanmca

    (@nazrulhassanmca)

    @texin5

    yes we have to customize plugin on product level with a setting in each product to know if its Authorize or auth & capture

    Other way to do it Add a text box in plugin settings and add all product id comma separated so at checkout we can know which product is of which type and split the order into two ( one for authorize and other for auth & capture ) this will involved charging card two times but will make life easier because there can be more that one product of different type in cart

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Authorize transaction only’ is closed to new replies.