add todo notes

This commit is contained in:
Mira Weller
2024-06-08 02:40:17 +02:00
parent c156581ad1
commit f56d67ec9c
2 changed files with 3 additions and 0 deletions

View File

@@ -656,6 +656,8 @@ class AddOnsStep(CartMixin, AsyncAction, TemplateFlowStep):
if self.request.customer else None
),
)
# TODO calculate discounted price
# TODO set item.order_max for benefit_only_apply_to_cheapest_n_matches discounted items
return items
def get_context_data(self, **kwargs):