summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2017-10-06Further refactoring of sort_by and sort_menumichal
Combine sort_by and sort_menu to one template and templatetag. Move templatetags to shop.py. Delete sort_menu.py and _sort_menu.html. Update index.html with new templatetags.
2017-10-06Review changesmichal
Change everything from last review.
2017-10-06Refactor sort_menu.pymichal
Refactor sort_menu.py.
2017-10-05Made sorting menu dynamicdominik-zeglen
2017-10-05Hide paginator when products fit in one pagedominik-zeglen
2017-10-05Fix usage of products_with_availabilitymichal
Products_with_availability now runs only for products on current page. Products_paginated added to context. Update template.
2017-10-05Fix bug where price filter is not hiding when it is supposed todominik-zeglen
2017-10-04Revert product grid from 4 to 3 columnsdominik-zeglen
2017-10-04Final touchmichal
- Refactor category_index in product.views. - Translat and refactored choices for _sort_by.html. - Delete unused class in _sort_by.html.
2017-10-03Fix filter orderdominik-zeglen
2017-10-03Fix login panel centeringdominik-zeglen
2017-10-03Change sort_by popupmichal
Add dynamically created sort_by popup. Add templatetag sort_by.py. Add template _sort_by.html. Delete product_attributes_filter_form.
2017-10-03Fix losing sorting statusdominik-zeglen
2017-10-03Fix filter menu display bugdominik-zeglen
2017-10-03Add mobile filter menu openingdominik-zeglen
2017-10-02Fix sorterdominik-zeglen
2017-10-02Reformat codedominik-zeglen
2017-10-02Fix missing bottom borderdominik-zeglen
2017-10-02Fix breadcrumbsmichal
2017-10-02Rename standard_formmichal
Rename standard_form to product_attributes_filter_form.
2017-10-02Update templatemichal
Update template with static "Clear filters" functionality.
2017-10-02Add standard_form to ProductFiltermichal
Add standard_form property to ProductFilter which returns only filters generated in __init__(). Change template to use standard_form and correctly render price filter.
2017-09-29Refactor jsmichal
Refactor js to be better, faster, stronger.
2017-09-29Fix filters jsmichal
Fix filters javascript with proper click area and correct icon change.
2017-09-29Add javascript to storefront.jsmichal
Add javascript to storefront.js. Modify template.
2017-09-29Add JSmichal
Add some js
2017-09-28Add toggle to filtersmichal
Add toggle to filters in category/index.html. Add plain JS in template (so far).
2017-09-28Refactor testsmichal
Refactor tests. Add Sort by links to category/index.html.
2017-09-28Refactor filtersmichal
Refactor some code in product.filters.py, product.views.py, and in templates.
2017-09-27Add testsmichal
Add tests for product/filters.py.
2017-09-27Fix templatemichal
Fix category/index.html template. Add category/_items.html template to render product items in category/index.html. Add availability to product list.
2017-09-27Add sort by to filtersmichal
Add sort by to filters and template.
2017-09-27Change ProductFiltermichal
Change building product_attributes and variant_attributes to correct one.
2017-09-27Add filtersmichal
Add filter for price. Add filters for product/variant attributes - not working properly. Add some template updates.
2017-09-27Add filtersmichal
Add dynamically created filters for variant and product attributes.
2017-09-27Initial commitmichal
Delete data-category from category template.
2017-09-27Make titles sensences and fix phrasing in delete confirmation modalsJakub Draganek
2017-09-26Use base modal confirmation template for permission group removalJakub Draganek
2017-09-26Remove lost characterJakub Draganek
2017-09-26Rephrase discount sale delete confirmation modalJakub Draganek
2017-09-26Rephrase discount voucher delete confirmation modalJakub Draganek
2017-09-26Align product variant delete confirmation modal with otherJakub Draganek
2017-09-26Rephrase product attribute delete confirmation modalJakub Draganek
2017-09-26Rephrase product stock delete confirmation modalJakub Draganek
2017-09-26Rephrase product image delete confirmation modalJakub Draganek
2017-09-26Rephrase product class delete confirmation modalJakub Draganek
2017-09-26Rephrase stock location delete confirmation modalJakub Draganek
2017-09-26Rephrase category delete confirmation modalJakub Draganek
2017-09-26Rephrase shipping method delete confirmation modalJakub Draganek
2017-09-26Rephrase variant delete confirmation modalJakub Draganek