Refund Process

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Carolharry
Commander (CMDR)
Commander (CMDR)
Posts: 121
Joined: Wed Dec 17, 2008 9:13 am

Refund Process

Post by Carolharry » Mon Jun 01, 2009 3:00 pm

I am testing the refund section in AbleCommerce.
1. I buy a product for 20$ and go to Orders--->Payments and select Issue Refund.
2. I made a partial refund of 5$ and the refund transaction was successful.

Problem:-
The order status is "Unpaid" and when I go to user receipt page, It showing me in red saying 5$ payment due.

How do I do the refund process correctly. Can anyone please let me know.

First payments record has 20$ as amount. When I refunded same Payment record was update to 15$. If this is the case how do I identify that some refund has happened on in this transaction.

Any help please.

Thank you,
Carol

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Refund Process

Post by mazhar » Tue Jun 02, 2009 4:42 am

If you don't want pending payments alert to be show to customers after making refund then you need to adjust order total. After making refund change order total as well. You can also check transactions on payment page to check if there is any refund made or not.

Carolharry
Commander (CMDR)
Commander (CMDR)
Posts: 121
Joined: Wed Dec 17, 2008 9:13 am

Re: Refund Process

Post by Carolharry » Wed Jun 03, 2009 7:05 am

Hi Mazhar,

The solution you gave is not working. I update ordertotal in the database, then when I visit the page again it's showing the same payment due. There is some check going on in the code which is reversing my changes.

How come when a refund is made AC looks at it as payment due that needs to be collected in the future. AC is having so many other statuses that I am not able to figure out what a happens when a status is changed.

Can you please help further. What is the AC recommended way to do a refund process and not show payment due to the user again after refund is done.

Appreciate your help.

Thank you,
Carol

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Refund Process

Post by mazhar » Wed Jun 03, 2009 7:39 am

Do not make change directly into database. Go to order and then select edit order items tab. Then manually add a credit item with amount you refunded it will automatically adjust order total.

Carolharry
Commander (CMDR)
Commander (CMDR)
Posts: 121
Joined: Wed Dec 17, 2008 9:13 am

Re: Refund Process

Post by Carolharry » Thu Jun 04, 2009 7:52 am

Hi Mazhar,

Just to confirm if I got you right, to make a refund

1. I go to particular Order, select Payments tab and in Tasks drop drown select Issue refund and enter amount to be refunded. This is the place where gateway transaction happens.
2. Go to EditOrderItems in that tab, Click on add Other Item and select credit and enter the same amount which was refunded earlier.

Did I get you right?

Thanks for you help.

Carol

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Refund Process

Post by mazhar » Thu Jun 04, 2009 8:01 am

Yes

User avatar
WylieE
Captain (CAPT)
Captain (CAPT)
Posts: 281
Joined: Tue Mar 25, 2008 8:26 am
Location: Puyallup, WA
Contact:

Re: Refund Process

Post by WylieE » Thu Jun 04, 2009 10:07 am

Think double entry book-keeping. Your credits need to match your debits.
Eric Wylie
Warmoth Guitar Products, Inc.
http://www.warmoth.com

Post Reply