118
Views
2
Comments
Refresh parent page once when popup get closed

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

2018-10-16 12-50-10
Cristiano Chamorra
Staff

Umar Ali wrote:

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

Hi Umar,

You can refresh your page on the destination action of the Popup_Editor widget.

2022-05-25 10-40-45
Hugo Duarte

Hi Umar,

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.