i created a parent page called shopping cart as "common\Layout" and payment page as "Layouts\LayoutPopup"
after a successful payment i cleared the shopping cart items and close the popup by using Popup_Editor_Close Server Action
after that i need to refresh my shopping cart page once or navigate to order summary page
need some guidance
Thanks in Advance
Umar Ali wrote:
Hi Umar,
You can refresh your page on the destination action of the Popup_Editor widget.
Before the close, call the Popup_Editor_Notify action in the popup.
Then you can use a Notify on the Popup_Editor widget like Cristiano said, to refresh what you desire.
Hope it helps.