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 ?
|
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.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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
|
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.
|