summaryrefslogtreecommitdiff
path: root/saleor/product/views.py
AgeCommit message (Expand)Author
2017-10-06Further refactoring of sort_bymichal
2017-10-06Review changesmichal
2017-10-06Add DEFAULT_SORT to filtersmichal
2017-10-06Add order_by to initial product getermichal
2017-10-05Make codeclimate happydominik-zeglen
2017-10-05Made sorting menu dynamicdominik-zeglen
2017-10-05Fix pep8michal
2017-10-05Fix importsmichal
2017-10-05Hide paginator when products fit in one pagedominik-zeglen
2017-10-05Fix performancemichal
2017-10-05Fix usage of products_with_availabilitymichal
2017-10-04Final touchmichal
2017-10-04Refactor filters and viewmichal
2017-10-03Change sort_by popupmichal
2017-10-03Add paginationmichal
2017-10-02Add standard_form to ProductFiltermichal
2017-09-28Refactor filtersmichal
2017-09-27Fix templatemichal
2017-09-27Change filters ordermichal
2017-09-27Refactor filtersmichal
2017-09-27Add filtersmichal
2017-09-27Add filtersmichal
2017-08-03Change 'is_authenticated' to propertyPacu2
2017-02-08Add product json-ldKrzysztof Wolski
2017-02-07Use SiteSettings instead of SiteKrzysztof Wolski
2017-01-31Properly display price in local currencyMarcin Gębala
2017-01-16Merge branch 'master' into feature/single-page-category-searchMarcin Gębala
2017-01-16Raise TypeError for types other than DecimalMarcin Gębala
2017-01-13Fix casting decimals to floatMarcin Gębala
2017-01-05Render price in variant pickerMarcin Gębala
2017-01-04Remove product queries from category viewMarcin Gębala
2016-12-22Merge pull request #662 from krzysztofwolski/fix/simplify-cart-decoratorsPatryk Zawadzki
2016-12-22Show simple variant select when variants' attribute have no valuesMarcin Gębala
2016-12-22Move cart decorator functions into utilsKrzysztof Wolski
2016-12-22Use product_add_to_cart view with variant pickerMarcin Gębala
2016-12-22Display product attributes above variant pickerMarcin Gębala
2016-12-22Render components based on props from templateMarcin Gębala
2016-12-22WIP Add variant pickerMarcin Gębala
2016-12-19Get products available for cart helperMira Szewczyk
2016-12-15Add to cart view returns product details when error occursMira Szewczyk
2016-12-15Rename function argument from create to create_cartMira Szewczyk
2016-12-15Change double quotation to single quotationMira Szewczyk
2016-12-15Create new view for posting formMira Szewczyk
2016-12-15Rename function form process_purchase to process_cart_formMira Szewczyk
2016-12-15Move add to cart logic to helper functionMira Szewczyk
2016-12-13FixesKrzysztof Wolski
2016-12-07Rename pricing_info to availabilityArtur Smęt
2016-12-07Calculate product availability only in backendArtur Smęt
2016-12-07Improve tests and currency conversionArtur Smęt
2016-12-07Use pricing info on list and detail viewsArtur Smęt