BUG report new webshop
Is there a need of usage by the Prusa team if we collect bugs we see in the new webshop? Or is that not helpful?
I see many glitches from my point of view. And I assume more customers see things that need fixing as well. So please let me know if I should list them here or not 🙂
RE: BUG report new webshop
-impossibility to check order details (those not shipped yet).
RE:
- order isn't listed in account after placement of order (this takes days before it comes available)
- payment status can't handle VAT differences with more than two digits behind the comma (common basic programming mistake)
- order status and dispatch date contradict (shipped / will be shipped)
- order color details (black or orange/back machine) not visible in order confirmation
- address is not placed in account after placing order. This needs to be manual added to account (...)
RE: BUG report new webshop
Email response (receipt) for placing an order has some problems (as of 2021-11-27). Emails are a multipart/alternative with both a text/plain and text/html, which is good. However, the text/plain part has pages of CSS in it which should not be there. The formatting of the text/plain could be better (many sites are a lot worse though). Looks like the text/plain is likely auto-generated from the text/html and I have never seen those handle html tables well. The thousands of tabs aren't helping either.