feat: Card Actions and Wishlist

- Rough UI for card actions
- Wishlist doctype
- Indicators on card based on stock availability
This commit is contained in:
marination
2021-03-11 10:56:00 +05:30
parent d7130e31fe
commit 16b9c8c383
12 changed files with 315 additions and 16 deletions

View File

@@ -2,5 +2,5 @@
{{ item_card(
item.item_name or item.name, item.website_image or item.image, item.route, item.website_description or item.description,
item.formatted_price, item.item_group
item.formatted_price, item.item_group, in_stock=item.in_stock
) }}