Parsa Nazer d29ed8e35b feat: add profit and special discount fields to ProductVariant model
- Updated ProductVariant model to include 'profit' and 'special_discount_percent' fields.
- Added corresponding fields in the admin interface for ProductVariant.
- Created migration to add new fields to the database.

feat: implement special discount code functionality in cart

- Added composables for submitting and deleting special discount codes.
- Updated CartSummary and CartItem components to handle special discount codes.
- Enhanced API endpoints to support special discount operations.
- Updated global types to include special discount code details in the cart.
2025-11-15 11:00:33 +03:30
2025-01-19 22:07:15 +03:30
2025-03-09 01:07:29 +03:30
2025-03-30 16:29:22 +03:30
2024-12-05 13:53:40 +03:30
2025-01-25 22:09:36 +03:30
S
Description
No description provided
Readme 233 MiB
Languages
Python 45.9%
Vue 37.9%
HTML 8.8%
TypeScript 5.1%
CSS 2.2%