kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Issue08 #35

Closed dtran550 closed 4 years ago

dtran550 commented 4 years ago

Added metrics link to all html pages that require it, metrics functionality provided to web application. Bug involving typos fixed. Bug involving customers and user fixed (user is not a customer, as customer accounts have not been implemented yet). Resolved Price adjustment multiplication (price needed to be converted to float prior to multiplication with decimal, as it is in the form of string when accessed through the form request function in app.py).