├── README.md ├── __MACOSX ├── ._css ├── ._font-awesome ├── ._js ├── ._login.html ├── ._shop-account2.html ├── ._shop-cart.html ├── ._shop-checkout.html ├── ._shop-full.html ├── ._shop-single-full.html ├── css │ ├── ._bootstrap.css │ ├── ._light.css │ ├── ._responsive.css │ ├── ._settings-panel.css │ └── ._style.css ├── font-awesome │ ├── ._css │ ├── ._fonts │ ├── css │ │ └── ._font-awesome.min.css │ └── fonts │ │ ├── ._fontawesome-webfont.ttf │ │ ├── ._fontawesome-webfont.woff │ │ └── ._fontawesome-webfont.woff2 └── js │ ├── ._booking.js │ ├── ._bootstrap.min.js │ ├── ._classie.js │ ├── ._contact.js │ ├── ._dialog-js.js │ ├── ._dialogFx.js │ ├── ._flexslider │ ├── ._gmap.js │ ├── ._gmap2.js │ ├── ._isotope │ ├── ._jquery.bpopup.js │ ├── ._jquery.min.js │ ├── ._jquery.prettyphoto.js │ ├── ._modernizr.custom.js │ ├── ._navigation │ ├── ._owl-carousel │ ├── ._pikaday │ ├── ._rs-plugin │ ├── ._script.js │ ├── ._superfish │ ├── ._tweecool.js │ ├── flexslider │ ├── ._flexslider.css │ └── ._jquery.flexslider.js │ ├── isotope │ ├── ._isotope.css │ └── ._isotope.pkgd.js │ ├── navigation │ ├── ._jquery.easing.js │ ├── ._jquery.sticky.js │ └── ._scroll.js │ ├── owl-carousel │ ├── ._owl.carousel.css │ ├── ._owl.carousel.min.js │ ├── ._owl.theme.css │ └── ._owl.transitions.css │ ├── pikaday │ ├── ._pikaday.css │ └── ._pikaday.js │ ├── rs-plugin │ ├── ._js │ └── js │ │ ├── ._jquery.themepunch.revolution.min.js │ │ └── ._jquery.themepunch.tools.min.js │ └── superfish │ ├── ._css │ ├── ._js │ ├── css │ ├── ._megafish.css │ └── ._superfish.css │ └── js │ ├── ._hoverIntent.js │ └── ._superfish.js ├── addto_cart.php ├── addto_wishlist.php ├── admin ├── add_category.php ├── add_product.php ├── categories.php ├── category_delete.php ├── category_edit.php ├── delproductimg.php ├── inc │ ├── footer.php │ ├── header.php │ └── nav.php ├── index.php ├── login.php ├── logo.svg ├── logout.php ├── order-process.php ├── orders.php ├── product │ ├── 41KCn76Apm_SY450_.jpg │ ├── 51HUrtezH3L_SX322_BO1,204,203,200_.jpg │ ├── 51jGCELP5zL_SY450_.jpg │ ├── 614jRJ9uPbUX625_.jpg │ ├── 61OJTZbVqhL_UY535_.jpg │ ├── 61z3TuBdTyL_UX679_.jpg │ ├── 81cUNi7ND9L_SX450_.jpg │ ├── Men.jpg │ ├── book.jpg │ └── mob.jpg ├── product_delete.php ├── product_edit.php └── products.php ├── cancel-order.php ├── cart.php ├── cart_delete.php ├── checkout.php ├── config ├── connect.php └── ecomphp.sql ├── css ├── bootstrap.css ├── light.css ├── responsive.css ├── settings-panel.css └── style.css ├── demu.php ├── edit-address.php ├── font-awesome ├── css │ └── font-awesome.min.css └── fonts │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── html ├── login.html ├── shop-account2.html ├── shop-cart.html ├── shop-checkout.html ├── shop-full.html └── shop-single-full.html ├── images ├── 1.jpg ├── 11.jpg ├── General Knowledge 2018.jpg ├── Sony Alpha ILCA-77M2Q 24 3MP.jpg ├── Sony Alpha a6000 Mirrorless Digital.jpg ├── The Power of your Subconscious Mind.jpg ├── Think and Grow Rich.jpg ├── logo.svg ├── s2.jpg ├── s3.jpg ├── s4.jpg ├── s5.jpg └── s7.jpg ├── img ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── logo.png ├── logo.webp └── logo1.webp ├── inc ├── footer.php ├── header.php └── nav.php ├── index.php ├── js ├── booking.js ├── bootstrap.min.js ├── classie.js ├── contact.js ├── dialog-js.js ├── dialogFx.js ├── flexslider │ ├── flexslider.css │ └── jquery.flexslider.js ├── gmap.js ├── gmap2.js ├── isotope │ ├── isotope.css │ └── isotope.pkgd.js ├── jquery.bpopup.js ├── jquery.min.js ├── jquery.prettyphoto.js ├── modernizr.custom.js ├── navigation │ ├── jquery.easing.js │ ├── jquery.sticky.js │ └── scroll.js ├── owl-carousel │ ├── owl.carousel.css │ ├── owl.carousel.min.js │ ├── owl.theme.css │ └── owl.transitions.css ├── pikaday │ ├── pikaday.css │ └── pikaday.js ├── rs-plugin │ └── js │ │ ├── jquery.themepunch.revolution.min.js │ │ └── jquery.themepunch.tools.min.js ├── script.js ├── superfish │ ├── css │ │ ├── megafish.css │ │ └── superfish.css │ └── js │ │ ├── hoverIntent.js │ │ └── superfish.js └── tweecool.js ├── login.php ├── loginprocess.php ├── logout.php ├── my-account.php ├── project-screenshot ├── 1.frntp.PNG ├── 10.addcategry.PNG ├── 11.viewallcatgry.PNG ├── 12..prdtad.PNG ├── 13.viewprdt.PNG ├── 14.editprdt.PNG ├── 15.viewordr.PNG ├── 16.ordrprcess.PNG ├── 2.shop.PNG ├── 3.singlp.PNG ├── 4.addtocard.PNG ├── 5.loginckout.PNG ├── 6.bllingdetil.PNG ├── 7.billingdtl2.PNG ├── 8.myaccot.PNG └── 9.admin.PNG ├── registerprocess.php ├── single.php ├── view-order.php └── wishlist.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/README.md -------------------------------------------------------------------------------- /__MACOSX/._css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._css -------------------------------------------------------------------------------- /__MACOSX/._font-awesome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._font-awesome -------------------------------------------------------------------------------- /__MACOSX/._js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._js -------------------------------------------------------------------------------- /__MACOSX/._login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._login.html -------------------------------------------------------------------------------- /__MACOSX/._shop-account2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._shop-account2.html -------------------------------------------------------------------------------- /__MACOSX/._shop-cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._shop-cart.html -------------------------------------------------------------------------------- /__MACOSX/._shop-checkout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._shop-checkout.html -------------------------------------------------------------------------------- /__MACOSX/._shop-full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._shop-full.html -------------------------------------------------------------------------------- /__MACOSX/._shop-single-full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/._shop-single-full.html -------------------------------------------------------------------------------- /__MACOSX/css/._bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/css/._bootstrap.css -------------------------------------------------------------------------------- /__MACOSX/css/._light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/css/._light.css -------------------------------------------------------------------------------- /__MACOSX/css/._responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/css/._responsive.css -------------------------------------------------------------------------------- /__MACOSX/css/._settings-panel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/css/._settings-panel.css -------------------------------------------------------------------------------- /__MACOSX/css/._style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/css/._style.css -------------------------------------------------------------------------------- /__MACOSX/font-awesome/._css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/._css -------------------------------------------------------------------------------- /__MACOSX/font-awesome/._fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/._fonts -------------------------------------------------------------------------------- /__MACOSX/font-awesome/css/._font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/css/._font-awesome.min.css -------------------------------------------------------------------------------- /__MACOSX/font-awesome/fonts/._fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/fonts/._fontawesome-webfont.ttf -------------------------------------------------------------------------------- /__MACOSX/font-awesome/fonts/._fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/fonts/._fontawesome-webfont.woff -------------------------------------------------------------------------------- /__MACOSX/font-awesome/fonts/._fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/font-awesome/fonts/._fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /__MACOSX/js/._booking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._booking.js -------------------------------------------------------------------------------- /__MACOSX/js/._bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._bootstrap.min.js -------------------------------------------------------------------------------- /__MACOSX/js/._classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._classie.js -------------------------------------------------------------------------------- /__MACOSX/js/._contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._contact.js -------------------------------------------------------------------------------- /__MACOSX/js/._dialog-js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._dialog-js.js -------------------------------------------------------------------------------- /__MACOSX/js/._dialogFx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._dialogFx.js -------------------------------------------------------------------------------- /__MACOSX/js/._flexslider: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._flexslider -------------------------------------------------------------------------------- /__MACOSX/js/._gmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._gmap.js -------------------------------------------------------------------------------- /__MACOSX/js/._gmap2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._gmap2.js -------------------------------------------------------------------------------- /__MACOSX/js/._isotope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._isotope -------------------------------------------------------------------------------- /__MACOSX/js/._jquery.bpopup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._jquery.bpopup.js -------------------------------------------------------------------------------- /__MACOSX/js/._jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._jquery.min.js -------------------------------------------------------------------------------- /__MACOSX/js/._jquery.prettyphoto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._jquery.prettyphoto.js -------------------------------------------------------------------------------- /__MACOSX/js/._modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._modernizr.custom.js -------------------------------------------------------------------------------- /__MACOSX/js/._navigation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._navigation -------------------------------------------------------------------------------- /__MACOSX/js/._owl-carousel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._owl-carousel -------------------------------------------------------------------------------- /__MACOSX/js/._pikaday: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._pikaday -------------------------------------------------------------------------------- /__MACOSX/js/._rs-plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._rs-plugin -------------------------------------------------------------------------------- /__MACOSX/js/._script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._script.js -------------------------------------------------------------------------------- /__MACOSX/js/._superfish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._superfish -------------------------------------------------------------------------------- /__MACOSX/js/._tweecool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/._tweecool.js -------------------------------------------------------------------------------- /__MACOSX/js/flexslider/._flexslider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/flexslider/._flexslider.css -------------------------------------------------------------------------------- /__MACOSX/js/flexslider/._jquery.flexslider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/flexslider/._jquery.flexslider.js -------------------------------------------------------------------------------- /__MACOSX/js/isotope/._isotope.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/isotope/._isotope.css -------------------------------------------------------------------------------- /__MACOSX/js/isotope/._isotope.pkgd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/isotope/._isotope.pkgd.js -------------------------------------------------------------------------------- /__MACOSX/js/navigation/._jquery.easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/navigation/._jquery.easing.js -------------------------------------------------------------------------------- /__MACOSX/js/navigation/._jquery.sticky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/navigation/._jquery.sticky.js -------------------------------------------------------------------------------- /__MACOSX/js/navigation/._scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/navigation/._scroll.js -------------------------------------------------------------------------------- /__MACOSX/js/owl-carousel/._owl.carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/owl-carousel/._owl.carousel.css -------------------------------------------------------------------------------- /__MACOSX/js/owl-carousel/._owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/owl-carousel/._owl.carousel.min.js -------------------------------------------------------------------------------- /__MACOSX/js/owl-carousel/._owl.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/owl-carousel/._owl.theme.css -------------------------------------------------------------------------------- /__MACOSX/js/owl-carousel/._owl.transitions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/owl-carousel/._owl.transitions.css -------------------------------------------------------------------------------- /__MACOSX/js/pikaday/._pikaday.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/pikaday/._pikaday.css -------------------------------------------------------------------------------- /__MACOSX/js/pikaday/._pikaday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/pikaday/._pikaday.js -------------------------------------------------------------------------------- /__MACOSX/js/rs-plugin/._js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/rs-plugin/._js -------------------------------------------------------------------------------- /__MACOSX/js/rs-plugin/js/._jquery.themepunch.revolution.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/rs-plugin/js/._jquery.themepunch.revolution.min.js -------------------------------------------------------------------------------- /__MACOSX/js/rs-plugin/js/._jquery.themepunch.tools.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/rs-plugin/js/._jquery.themepunch.tools.min.js -------------------------------------------------------------------------------- /__MACOSX/js/superfish/._css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/._css -------------------------------------------------------------------------------- /__MACOSX/js/superfish/._js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/._js -------------------------------------------------------------------------------- /__MACOSX/js/superfish/css/._megafish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/css/._megafish.css -------------------------------------------------------------------------------- /__MACOSX/js/superfish/css/._superfish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/css/._superfish.css -------------------------------------------------------------------------------- /__MACOSX/js/superfish/js/._hoverIntent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/js/._hoverIntent.js -------------------------------------------------------------------------------- /__MACOSX/js/superfish/js/._superfish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/__MACOSX/js/superfish/js/._superfish.js -------------------------------------------------------------------------------- /addto_cart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/addto_cart.php -------------------------------------------------------------------------------- /addto_wishlist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/addto_wishlist.php -------------------------------------------------------------------------------- /admin/add_category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/add_category.php -------------------------------------------------------------------------------- /admin/add_product.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/add_product.php -------------------------------------------------------------------------------- /admin/categories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/categories.php -------------------------------------------------------------------------------- /admin/category_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/category_delete.php -------------------------------------------------------------------------------- /admin/category_edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/category_edit.php -------------------------------------------------------------------------------- /admin/delproductimg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/delproductimg.php -------------------------------------------------------------------------------- /admin/inc/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/inc/footer.php -------------------------------------------------------------------------------- /admin/inc/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/inc/header.php -------------------------------------------------------------------------------- /admin/inc/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/inc/nav.php -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/index.php -------------------------------------------------------------------------------- /admin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/login.php -------------------------------------------------------------------------------- /admin/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/logo.svg -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/logout.php -------------------------------------------------------------------------------- /admin/order-process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/order-process.php -------------------------------------------------------------------------------- /admin/orders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/orders.php -------------------------------------------------------------------------------- /admin/product/41KCn76Apm_SY450_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/41KCn76Apm_SY450_.jpg -------------------------------------------------------------------------------- /admin/product/51HUrtezH3L_SX322_BO1,204,203,200_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/51HUrtezH3L_SX322_BO1,204,203,200_.jpg -------------------------------------------------------------------------------- /admin/product/51jGCELP5zL_SY450_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/51jGCELP5zL_SY450_.jpg -------------------------------------------------------------------------------- /admin/product/614jRJ9uPbUX625_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/614jRJ9uPbUX625_.jpg -------------------------------------------------------------------------------- /admin/product/61OJTZbVqhL_UY535_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/61OJTZbVqhL_UY535_.jpg -------------------------------------------------------------------------------- /admin/product/61z3TuBdTyL_UX679_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/61z3TuBdTyL_UX679_.jpg -------------------------------------------------------------------------------- /admin/product/81cUNi7ND9L_SX450_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/81cUNi7ND9L_SX450_.jpg -------------------------------------------------------------------------------- /admin/product/Men.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/Men.jpg -------------------------------------------------------------------------------- /admin/product/book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/book.jpg -------------------------------------------------------------------------------- /admin/product/mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product/mob.jpg -------------------------------------------------------------------------------- /admin/product_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product_delete.php -------------------------------------------------------------------------------- /admin/product_edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/product_edit.php -------------------------------------------------------------------------------- /admin/products.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/admin/products.php -------------------------------------------------------------------------------- /cancel-order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/cancel-order.php -------------------------------------------------------------------------------- /cart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/cart.php -------------------------------------------------------------------------------- /cart_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/cart_delete.php -------------------------------------------------------------------------------- /checkout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/checkout.php -------------------------------------------------------------------------------- /config/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/config/connect.php -------------------------------------------------------------------------------- /config/ecomphp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/config/ecomphp.sql -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/css/light.css -------------------------------------------------------------------------------- /css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/css/responsive.css -------------------------------------------------------------------------------- /css/settings-panel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/css/settings-panel.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/css/style.css -------------------------------------------------------------------------------- /demu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/demu.php -------------------------------------------------------------------------------- /edit-address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/edit-address.php -------------------------------------------------------------------------------- /font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /html/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/login.html -------------------------------------------------------------------------------- /html/shop-account2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/shop-account2.html -------------------------------------------------------------------------------- /html/shop-cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/shop-cart.html -------------------------------------------------------------------------------- /html/shop-checkout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/shop-checkout.html -------------------------------------------------------------------------------- /html/shop-full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/shop-full.html -------------------------------------------------------------------------------- /html/shop-single-full.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/html/shop-single-full.html -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/1.jpg -------------------------------------------------------------------------------- /images/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/11.jpg -------------------------------------------------------------------------------- /images/General Knowledge 2018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/General Knowledge 2018.jpg -------------------------------------------------------------------------------- /images/Sony Alpha ILCA-77M2Q 24 3MP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/Sony Alpha ILCA-77M2Q 24 3MP.jpg -------------------------------------------------------------------------------- /images/Sony Alpha a6000 Mirrorless Digital.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/Sony Alpha a6000 Mirrorless Digital.jpg -------------------------------------------------------------------------------- /images/The Power of your Subconscious Mind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/The Power of your Subconscious Mind.jpg -------------------------------------------------------------------------------- /images/Think and Grow Rich.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/Think and Grow Rich.jpg -------------------------------------------------------------------------------- /images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/logo.svg -------------------------------------------------------------------------------- /images/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/s2.jpg -------------------------------------------------------------------------------- /images/s3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/s3.jpg -------------------------------------------------------------------------------- /images/s4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/s4.jpg -------------------------------------------------------------------------------- /images/s5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/s5.jpg -------------------------------------------------------------------------------- /images/s7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/images/s7.jpg -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/1.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/2.jpg -------------------------------------------------------------------------------- /img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/3.jpg -------------------------------------------------------------------------------- /img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/4.jpg -------------------------------------------------------------------------------- /img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/5.jpg -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/logo.webp -------------------------------------------------------------------------------- /img/logo1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/img/logo1.webp -------------------------------------------------------------------------------- /inc/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/inc/footer.php -------------------------------------------------------------------------------- /inc/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/inc/header.php -------------------------------------------------------------------------------- /inc/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/inc/nav.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/index.php -------------------------------------------------------------------------------- /js/booking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/booking.js -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/classie.js -------------------------------------------------------------------------------- /js/contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/contact.js -------------------------------------------------------------------------------- /js/dialog-js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/dialog-js.js -------------------------------------------------------------------------------- /js/dialogFx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/dialogFx.js -------------------------------------------------------------------------------- /js/flexslider/flexslider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/flexslider/flexslider.css -------------------------------------------------------------------------------- /js/flexslider/jquery.flexslider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/flexslider/jquery.flexslider.js -------------------------------------------------------------------------------- /js/gmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/gmap.js -------------------------------------------------------------------------------- /js/gmap2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/gmap2.js -------------------------------------------------------------------------------- /js/isotope/isotope.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/isotope/isotope.css -------------------------------------------------------------------------------- /js/isotope/isotope.pkgd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/isotope/isotope.pkgd.js -------------------------------------------------------------------------------- /js/jquery.bpopup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/jquery.bpopup.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/jquery.prettyphoto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/jquery.prettyphoto.js -------------------------------------------------------------------------------- /js/modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/modernizr.custom.js -------------------------------------------------------------------------------- /js/navigation/jquery.easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/navigation/jquery.easing.js -------------------------------------------------------------------------------- /js/navigation/jquery.sticky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/navigation/jquery.sticky.js -------------------------------------------------------------------------------- /js/navigation/scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/navigation/scroll.js -------------------------------------------------------------------------------- /js/owl-carousel/owl.carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/owl-carousel/owl.carousel.css -------------------------------------------------------------------------------- /js/owl-carousel/owl.carousel.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/owl-carousel/owl.carousel.min.js -------------------------------------------------------------------------------- /js/owl-carousel/owl.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/owl-carousel/owl.theme.css -------------------------------------------------------------------------------- /js/owl-carousel/owl.transitions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/owl-carousel/owl.transitions.css -------------------------------------------------------------------------------- /js/pikaday/pikaday.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/pikaday/pikaday.css -------------------------------------------------------------------------------- /js/pikaday/pikaday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/pikaday/pikaday.js -------------------------------------------------------------------------------- /js/rs-plugin/js/jquery.themepunch.revolution.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/rs-plugin/js/jquery.themepunch.revolution.min.js -------------------------------------------------------------------------------- /js/rs-plugin/js/jquery.themepunch.tools.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/rs-plugin/js/jquery.themepunch.tools.min.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/script.js -------------------------------------------------------------------------------- /js/superfish/css/megafish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/superfish/css/megafish.css -------------------------------------------------------------------------------- /js/superfish/css/superfish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/superfish/css/superfish.css -------------------------------------------------------------------------------- /js/superfish/js/hoverIntent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/superfish/js/hoverIntent.js -------------------------------------------------------------------------------- /js/superfish/js/superfish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/superfish/js/superfish.js -------------------------------------------------------------------------------- /js/tweecool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/js/tweecool.js -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/login.php -------------------------------------------------------------------------------- /loginprocess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/loginprocess.php -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/logout.php -------------------------------------------------------------------------------- /my-account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/my-account.php -------------------------------------------------------------------------------- /project-screenshot/1.frntp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/1.frntp.PNG -------------------------------------------------------------------------------- /project-screenshot/10.addcategry.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/10.addcategry.PNG -------------------------------------------------------------------------------- /project-screenshot/11.viewallcatgry.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/11.viewallcatgry.PNG -------------------------------------------------------------------------------- /project-screenshot/12..prdtad.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/12..prdtad.PNG -------------------------------------------------------------------------------- /project-screenshot/13.viewprdt.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/13.viewprdt.PNG -------------------------------------------------------------------------------- /project-screenshot/14.editprdt.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/14.editprdt.PNG -------------------------------------------------------------------------------- /project-screenshot/15.viewordr.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/15.viewordr.PNG -------------------------------------------------------------------------------- /project-screenshot/16.ordrprcess.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/16.ordrprcess.PNG -------------------------------------------------------------------------------- /project-screenshot/2.shop.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/2.shop.PNG -------------------------------------------------------------------------------- /project-screenshot/3.singlp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/3.singlp.PNG -------------------------------------------------------------------------------- /project-screenshot/4.addtocard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/4.addtocard.PNG -------------------------------------------------------------------------------- /project-screenshot/5.loginckout.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/5.loginckout.PNG -------------------------------------------------------------------------------- /project-screenshot/6.bllingdetil.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/6.bllingdetil.PNG -------------------------------------------------------------------------------- /project-screenshot/7.billingdtl2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/7.billingdtl2.PNG -------------------------------------------------------------------------------- /project-screenshot/8.myaccot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/8.myaccot.PNG -------------------------------------------------------------------------------- /project-screenshot/9.admin.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/project-screenshot/9.admin.PNG -------------------------------------------------------------------------------- /registerprocess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/registerprocess.php -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/single.php -------------------------------------------------------------------------------- /view-order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/view-order.php -------------------------------------------------------------------------------- /wishlist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Safayet-Shawn/Ecommerce-Website/HEAD/wishlist.php --------------------------------------------------------------------------------