brid 98e8d3e46d main: improve logging and error tracking 1 year ago
..
templates e951562097 Added loading spinner for the checkout page for some GUI feedback on amount change for the users. 1 year ago
__init__.py 725a7d0c0b upload webshop 1 year ago
cart.py b07c1ff548 cart.py - added settings into call of get_products_id_db 1 year ago
db.py db81d6db02 db: set total_weight to 0 if it does not exist 1 year ago
email.py 9956e6ed70 Add our email address to BCC to receive emails 1 year ago
europe.json 725a7d0c0b upload webshop 1 year ago
form_validation.py 725a7d0c0b upload webshop 1 year ago
main.py 98e8d3e46d main: improve logging and error tracking 1 year ago
parser.py b16f22391f Removed git logic from the code, replaced git ls-files with python function. Included possibility to exclude certain files from indexing during read_dir. 1 year ago
payment.py d2128cbc97 payment.py: Fix Stripe checkout error by using price_data instead of price 1 year ago
read_settings.py b16f22391f Removed git logic from the code, replaced git ls-files with python function. Included possibility to exclude certain files from indexing during read_dir. 1 year ago
schema.py 9b2d0e875d Added more information to the checkout summary to include size/style in it if available. Removed total_weight from OrdersBlock to avoid conflicts with previous orders in index.md. 1 year ago
serializer.py 27e2e4f488 serializer: add missing weight variable to CartSessionItemOptions constructor 1 year ago
shipping-cost.json 725a7d0c0b upload webshop 1 year ago
template.py e82ee349b5 Dealing with the problem of multiple read_dir calls on checkout page. Introduced products.yaml as a table of product_id to product_path for faster processing of orders. 1 year ago