Known issues
“Confirm action” unavailable in Catalog, Sellers, CMS and Gift Card modules for Google Chrome
“Confirm action” unavailable in Catalog, Sellers, CMS and Gift Card modules for Google Chrome
ID:
Fixed
Published on 7/27/2021
•
Last update on 12/14/2022
Summary
Google Chrome’s update 92 removed the support for the alert
and confirm
Javascript functions on cross origin iframes. This will remove the “confirm action” prompt on your VTEX Admin for VTEX Catalog, Sellers, CMS and Gift Card modules, which will prevent some actions from being carried out.
Simulation
The “confirm action” prompts in Gift Card, Sellers and Catalog modules are unavailable, due to Google Chrome’s update 92. Actions that users won’t be able to accomplish include, for example:
- Gift Card: users cannot cancel a gift card.
- Catalog: users are unable to delete SKU images, delete brands, remove list types, delete or enable attachments, edit XML collections, delete comercial conditions and remove providers/suppliers.
- Sellers (only the Management and SKU binding modules): users are unable to deactivate Sellers (Management module) and unable to remove SKU bindings (SKU binding module).
- CMS (settings): users are unable to delete geographical areas on their CMS settings page.
Workaround
To avoid this issue, users can:
- Access the VTEX Admin through another browser like Mozilla Firefox, Internet Explorer, Microsoft Edge, or Apple Safari browser.
- Add the following flag to your Google Chrome Shortcut:
--disable-features="SuppressDifferentOriginSubframeJSDialogs"
Check out Google Chrome’s documentation to know how.