pooranjoyb / popShop

eCommerce Shoping Platform (with Admin Panel) based on ReactTS & Daisy UI, integrating Supabase as BaaS
https://pop-shop-github.vercel.app/
MIT License
29 stars 66 forks source link

[Feature] Make Payment option functionals #233

Closed dhruv8433 closed 2 weeks ago

dhruv8433 commented 3 weeks ago

Description

@pooranjoyb

we can make this payment option functionals we can add stripe payment gateway to take card info and make payment in test mode

Screenshots

something like this

image

Checklist

pooranjoyb commented 3 weeks ago

Congratulations, @dhruv8433! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

pooranjoyb commented 3 weeks ago

Okay so after the payment is done. Save it to the order's table (create one) keep the necessary fields in the table. Coz we'll have the Orders page coming up soon. Check #234 for reference and create the fields accordingly in supabase table.

Use a modal (Daisy UI) to notify user that Order has been placed successfully with the order_id (some hash)

Take a fresh pull from dev before working on this. @dhruv8433

dhruv8433 commented 3 weeks ago

ok thank you @pooranjoyb