Post
Topic
Board Project Development
Re: hyprmall.com - ecommerce using crypto
by
hyprmall
on 07/10/2023, 12:22:31 UTC
2. When modify "qty" of item on cart, it's weird the page is full refereshed. In addition circle button "X" only reduce quantity by one, rather than remove the item from the cart.
3. There's no page which give information about website/purchase process, such as fees and minimum confirmation requirement.

2. That is really good thank you. We will change the X to a minus sign and QTY to Quantity. We used a server-side session-based cart because that's what I was familiar with.

3. When we go live we plan to use 6 to 8 confirmations and use estimatesmartfee to calculate the fee. We are still researching the best practices. If you have any advice on this it would be greatly appreciated. We also plan to take a percentage on every transaction (maybe 1% to 5%). We will add an informational page explaining this all.