- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
Hi!
#2928484: Continue shopping button has no hyperlink β introduced a new bit in the js. While the check on top checks if (typeof settings.commerceAddToCartConfirmation != 'undefined') {} the new bit isn't inside this check. This leads to an error when the element isn't available & settings are not available (when attach is called by some other module). Leading to all kinds of issues with ajax forms, etc (nice stuff to debug).
Attached patch moves the new bit inside the check.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.