Cart still has items in it after returning from authorize.net payment

Posted By pfkoss Tue 10 Nov 2015
Add to Favorites1

Cart still has items in it after returning from authorize.net payment

Author Message
pfkoss
 Posted Tue 10 Nov 2015
Supreme Being

Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)Supreme Being - (3,811 reputation)

Group: Forum Members
Last Active: Fri 19 Jan 2018
Posts: 7, Visits: 14
We have site working with authorize.netSIM payment method. The payment is working and authorize.net is returning to the receipt page which shows the card as empty.

The problem is, once I navigate away from the receipt page and/or login again the cart still shows as having the items in it.

Anyone run into anything similar ?
Tiggywiggler
 Posted Tue 22 Dec 2015
Supreme Being

Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)

Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235, Visits: 750
Hello,
This is a very interesting problem for me, I notice that you posted this back in November though and so I am wondering if you found a solution. Can you tell me if this was resolved please mate?


We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either
1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx.
2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx.

Have fun and good luck coding.
Paul
 Posted Fri 15 Jan 2016
große Käse

große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)große Käse - (449,994 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
You can wipe the basket in Kartris on any page by passing the following querystring to the page

strWipeBasket=yes

So if the payment gateway has a return URL setting, you can set it to go to the checkoutcomplete.aspx page and pass that querystring

http://www.mysite.zyx/checkoutcomplete.aspx?strWipeBasket=yes

But this should work on any Kartris front end page, default, products, categories, etc. just in case you want to return the user to another page or are doing some other kind of customization where you need to empty the basket. Note that wiping the basket this way, there is no popup confirmation; it's a silent wipe.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Tiggywiggler
 Posted Sun 17 Jan 2016
Supreme Being

Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)Supreme Being - (105,342 reputation)

Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235, Visits: 750
Paul,

My reason for concern is due to the recent changes to the BasketBLL object, I was wondering if there is an event that should trigger a clear that isn't processing.


We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either
1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx.
2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx.

Have fun and good luck coding.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top