Open devAsadNur opened 1 month ago
The changes involve enhancements to the Home.vue
component for improved product display and cart management, including new methods for handling categories and payment processing. Additionally, the Discounts
class in the includes/Admin/Discounts.php
file has been updated to manage discount coupon URLs more effectively, particularly for POS orders. These updates aim to streamline user interactions and improve functionality within the application.
File | Change Summary |
---|---|
assets/src/frontend/components/Home.vue | Enhanced product display and cart management; added methods for category handling and payment processing. |
includes/Admin/Discounts.php | Added method to modify coupon URLs for POS orders; maintained existing discount coupon functionalities. |
Objective | Addressed | Explanation |
---|---|---|
Automatically generated coupons are not removed and still can be seen from the admin dashboard. (#157) | ✅ |
🐰 In the land of code, we hop with glee,
New features sprout like leaves on a tree.
Coupons now vanish, no trace to be found,
In the cart, sweet items dance all around.
With a click and a twirl, the payments flow,
Hooray for the changes, let the good times grow! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores