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

Fix data-num on "Add to cart" button #12

Closed bordalix closed 10 months ago

bordalix commented 10 months ago

On store listing, all products add its "Add to cart" button with data-num = internal_products.length - 1, which I think was an error, since this data-num value is later used to find the product in the internal_products array. Previous to this PR, all products in the store would have the same data-num.