supertestnet / superstore

A simple bitcoin webstore with whisper addresses for enhanced privacy
https://supertestnet.github.io/superstore/
Creative Commons Zero v1.0 Universal
97 stars 28 forks source link

Bug when checking out with "Let users set the price" option #11

Closed NEEDcreations closed 10 months ago

NEEDcreations commented 10 months ago

See pictures screenshot-magicwebstore xyz-2023 08 16-00_07_39 screenshot-magicwebstore xyz-2023 08 16-00_07_27

supertestnet commented 10 months ago

Thank you! I've added this to my todo list: https://github.com/supertestnet/superstore

bordalix commented 10 months ago

I was able to replicate this, but only if I had multiple products on my store. While investigating this, I found a bug on how data-num was attributed to the "Add to cart" button. After the fix this bug disappeared. Tested on my local machine.

supertestnet commented 10 months ago

I was able to replicate this, but only if I had multiple products on my store. While investigating this, I found a bug on how data-num was attributed to the "Add to cart" button. After the fix this bug disappeared. Tested on my local machine.

Reviewed and merged. Thank you for the pr!