Group: Forum Members
Last Active: Sat 11 Oct 2014
Posts: 6,
Visits: 5
|
URGENT!! How to clear shopping cart when a user log out? Thanks in advance
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
You can use the method BasketBLL.DeleteBasket when the user logs out.
You can put this inside LoginStatus.ascx within the KartrisLoginStatus_LoggingOut event.
Protected Sub KartrisLoginStatus_LoggingOut(sender As Object, e As LoginCancelEventArgs) Handles KartrisLoginStatus.LoggingOut Dim bskt As New BasketBLL bskt.DeleteBasket() End Sub
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: Forum Members
Last Active: Sat 11 Oct 2014
Posts: 6,
Visits: 5
|
Thank You very much it worked thanks a lot.. i have one more query how to insert one picture at the place of sample store???in home page?im new to this that's why im asking this kind of silly questions.. Thanks..
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
|