scottyzen / woonuxt

Static e-commerce powered by WooCommerce & Nuxt
https://woonuxt.com
GNU General Public License v3.0
639 stars 176 forks source link

Add Downloads List #177

Closed alexookah closed 3 months ago

alexookah commented 3 months ago

Implemented a new component mirroring the Orders List for WooCommerce to display downloadable products.

Screenshot 2024-06-25 at 04 58 59

Screenshot 2024-06-25 at 04 29 12

This update includes:

Kindly review and integrate these enhancements for a seamless customer experience with downloadable products.

Let me know what you think @scottyzen

netlify[bot] commented 3 months ago

Deploy Preview for sleepy-chandrasekhar-717c3d failed. Why did it fail? →

Name Link
Latest commit 64e46decb091628354938497292f8d1014ff0bbd
Latest deploy log https://app.netlify.com/sites/sleepy-chandrasekhar-717c3d/deploys/668325aa38288700089dd1c1
vercel[bot] commented 3 months ago

@alexookah is attempting to deploy a commit to the scottyzen's projects Team on Vercel.

A member of the Team first needs to authorize it.

alexookah commented 3 months ago

@scottyzen Please provide feedback on this. I want to know if it's useful or if there are areas that need improvement.

alexookah commented 3 months ago

@scottyzen Created another component called DownloadableItems, so that it can re-used also inside OrderSummary if the order is downloadable same way like wordpress does it. Screenshot 2024-06-30 at 14 38 22 Screenshot 2024-06-30 at 14 39 51

I think now it is really complete. :) If you think there is something better feel free to adjust my branch :) Really looking forward to merge this!