aboutsummaryrefslogtreecommitdiff
path: root/saleor/checkout
AgeCommit message (Expand)Author
2017-08-03Change 'is_authenticated' to propertyPacu2
2017-04-15Add some docstrings to checkoutPatryk Zawadzki
2017-03-15Move registration to new moduleMira Szewczyk
2017-03-15Add login and logout viewsMira Szewczyk
2017-02-22Save user language in orderMaciek Jabłoński
2017-02-16Reduce queries in checkout viewKrzysztof Wolski
2017-02-16Fix checkout address cache and test itKrzysztof Wolski
2017-02-16Rename Checkout variablesKrzysztof Wolski
2017-02-16Style fixKrzysztof Wolski
2017-02-16Cache properties in checkout objectKrzysztof Wolski
2017-02-16Reduce queries for products in checkout viewsKrzysztof Wolski
2017-02-10Move DeliveryGroup.add_items_from_partition to a functionPatryk Zawadzki
2017-02-04Improve contextual markers for checkout appMarco Badan
2017-01-26Move saving address to a helperArtur Smęt
2017-01-17Fix storing billing addressArtur Smęt
2017-01-13Apply all decorators on view levelArtur Smęt
2017-01-13Add docstring for checkout login pageArtur Smęt
2017-01-13Call load_checkout directly on viewsArtur Smęt
2016-12-28Merge branch 'master' into demo-storeArtur Smęt
2016-12-22Rename view from alternative_login to loginMira Szewczyk
2016-12-22Display form in login viewMira Szewczyk
2016-12-22First scrach of checkout login viewMira Szewczyk
2016-12-22Move cart decorator functions into utilsKrzysztof Wolski
2016-12-02Fix decorator callArtur Smęt
2016-12-02Prefetch more data with cart, to avoid multiple SQL queriesArtur Smęt
2016-11-03Add cart argument to remove_voucher viewKrzysztof Wolski
2016-10-29CosmeticsArtur Smęt
2016-10-29Detect invalid vouchers during order placementArtur Smęt
2016-10-29Use select_for_update only in a transactionArtur Smęt
2016-10-29Add voucher validation layerArtur Smęt
2016-10-28Order should save current user emailMaciek Jabłoński
2016-10-27Refactor checkout address related methodsArtur Smęt
2016-10-27Store a copy of an address instead of a reference to the same objectArtur Smęt
2016-10-25Don't use AddressForm directlyArtur Smęt
2016-10-25Use new i18n API in shipping and summary stepsArtur Smęt
2016-10-25Add country specific address forms in checkout viewsArtur Smęt
2016-10-25Add address form formattingArtur Smęt
2016-10-17Move tests to a separate directoryPatryk Zawadzki
2016-10-16Clarify product variable naming in cartKrzysztof Wolski
2016-10-06Fix Django 1.8 compatibility in testsArtur Smęt
2016-10-05Clean up duplicated testsArtur Smęt
2016-10-05Add checkout integration testArtur Smęt
2016-10-05Improve decorators test coverageArtur Smęt
2016-10-05Add tests for decoratorsArtur Smęt
2016-10-05Add Cart modelKrzysztof Wolski
2016-08-29There is no such field as shipping_requiredPatryk Zawadzki
2016-08-24Improve checkout testsPatryk Zawadzki
2016-07-28Move templates to a single directoryPatryk Zawadzki
2016-02-17Merge branch 'feature/deflake' of https://github.com/funkybob/saleor into fun...Patryk Zawadzki
2016-02-17Extract voucher usage increase/decrease methods to Voucher managerArtur Smęt