/Dwaso

Dwaso is an online store built with PHP/MySQL, Ajax, Jquery, Bootstrap and Javascript. It contains all the features of an E-commerce System with an admin dashboard and a sleek User Interface

Primary LanguageJavaScriptMIT LicenseMIT

Dwaso - E-commerce made simple

Dwaso is an online store built with PHP/MySQL, Ajax, Jquery, Bootstrap and Javascript It entails the following features

  1. Hompage with Slider and owl-carousel for products
  2. Cart Page
  3. Wishlist Page
  4. Order tracking feature
  5. 4-steps checkout page
  6. Order confirmation page
  7. Password reset and forgot password feature
  8. Verify Email on signup
  9. Orders page
  10. Product comparison page
  11. Sign-in & Registration page
  12. Social media login
  13. Products Details page
  14. All products page (Grid & List) view
  15. Product sorting by various categories
  16. Product ratings
  17. Product Review Page
  18. Store Info (ContactUs, About Us, Location)
  19. Angular in disguse

Admin Dashboard

  1. Multiple Image Upload feature
  2. Order Management
  3. Sales by criteria (Month, year, day)
  4. Inventory Management
  5. Invoice feature (send as pdf)
  6. Review Management
  7. Woocommerce in disguise

How to configure

  1. create database "yourDb" and import "gill.sql"
  2. open db.php and change the following: DEFINE("DBUSER","engineerskasa"); DEFINE("DBPWD",'$eng$kasa'); DEFINE("DBHOST","localhost"); DEFINE("DBNAME","giloo"); To DEFINE("DBUSER","your username usually root"); DEFINE("DBPWD",'tour DB password'); DEFINE("DBHOST","localhost"); DEFINE("DBNAME","your database name");