- 4
(NOP 3.7)
I encountered weird problem on Azure web application with azure when adding product to cart, nothing in logs.
1. Add to cart popup
2. Product added to cart
3. Empty popup instead of summary with "go to cart".
{"PopupTitle":null,"Status":"success","AddToCartWarnings":"","ErrorMessage":"","RedirectUrl":"","ProductAddedToCartWindow":null}
So I downloaded database bacpac to debug, and it works on local SQL Express. It also works for another azure instance with same codebase, theme and plugin set.
I managed to replicate issue by connecting to Azure database from local instance under debug, execution is not reaching ProductAddedToCartPopupDialog.cshtml, to test I edited it to empty <div class="productAddedToCartWindow">Hello!</div>, still empty popup.
Apparently something weird goes wrong in plugin code and instead of being logged returns null.
Any ideas?
I encountered weird problem on Azure web application with azure when adding product to cart, nothing in logs.
1. Add to cart popup
2. Product added to cart
3. Empty popup instead of summary with "go to cart".
{"PopupTitle":null,"Status":"success","AddToCartWarnings":"","ErrorMessage":"","RedirectUrl":"","ProductAddedToCartWindow":null}
So I downloaded database bacpac to debug, and it works on local SQL Express. It also works for another azure instance with same codebase, theme and plugin set.
I managed to replicate issue by connecting to Azure database from local instance under debug, execution is not reaching ProductAddedToCartPopupDialog.cshtml, to test I edited it to empty <div class="productAddedToCartWindow">Hello!</div>, still empty popup.
Apparently something weird goes wrong in plugin code and instead of being logged returns null.
Any ideas?