└── ecommerce ├── PayTm ├── Checksum.py └── __pycache__ │ ├── Checksum.cpython-310.pyc │ ├── Checksum.cpython-37.pyc │ └── Checksum.cpython-38.pyc ├── authcart ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-310.pyc │ ├── admin.cpython-310.pyc │ ├── apps.cpython-310.pyc │ ├── models.cpython-310.pyc │ ├── urls.cpython-310.pyc │ ├── utils.cpython-310.pyc │ └── views.cpython-310.pyc ├── admin.py ├── apps.py ├── migrations │ ├── __init__.py │ └── __pycache__ │ │ └── __init__.cpython-310.pyc ├── models.py ├── tests.py ├── urls.py ├── utils.py └── views.py ├── db.sqlite3 ├── ecommerce ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-310.pyc │ ├── settings.cpython-310.pyc │ ├── urls.cpython-310.pyc │ └── wsgi.cpython-310.pyc ├── asgi.py ├── settings.py ├── urls.py └── wsgi.py ├── ecommerceapp ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-310.pyc │ ├── admin.cpython-310.pyc │ ├── apps.cpython-310.pyc │ ├── keys.cpython-310.pyc │ ├── models.cpython-310.pyc │ ├── urls.cpython-310.pyc │ └── views.cpython-310.pyc ├── admin.py ├── apps.py ├── keys.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_product.py │ ├── 0003_orders_orderupdate.py │ ├── __init__.py │ └── __pycache__ │ │ ├── 0001_initial.cpython-310.pyc │ │ ├── 0002_product.cpython-310.pyc │ │ ├── 0003_orders_orderupdate.cpython-310.pyc │ │ └── __init__.cpython-310.pyc ├── models.py ├── tests.py ├── urls.py └── views.py ├── manage.py ├── media └── images │ └── images │ ├── Dslrr.jpg │ ├── airpods.jpg │ ├── cam2.jpg │ ├── camera.jpg │ ├── dss.jpg │ ├── e2.jpg │ ├── e3.jpg │ └── e4.jpg ├── static ├── assets │ ├── css │ │ └── style.css │ ├── js │ │ └── main.js │ ├── scss │ │ └── Readme.txt │ └── vendor │ │ ├── bootstrap-icons │ │ ├── bootstrap-icons.css │ │ ├── bootstrap-icons.json │ │ ├── fonts │ │ │ ├── bootstrap-icons.woff │ │ │ └── bootstrap-icons.woff2 │ │ └── index.html │ │ ├── bootstrap │ │ ├── css │ │ │ ├── bootstrap-grid.css │ │ │ ├── bootstrap-grid.css.map │ │ │ ├── bootstrap-grid.min.css │ │ │ ├── bootstrap-grid.min.css.map │ │ │ ├── bootstrap-grid.rtl.css │ │ │ ├── bootstrap-grid.rtl.css.map │ │ │ ├── bootstrap-grid.rtl.min.css │ │ │ ├── bootstrap-grid.rtl.min.css.map │ │ │ ├── bootstrap-reboot.css │ │ │ ├── bootstrap-reboot.css.map │ │ │ ├── bootstrap-reboot.min.css │ │ │ ├── bootstrap-reboot.min.css.map │ │ │ ├── bootstrap-reboot.rtl.css │ │ │ ├── bootstrap-reboot.rtl.css.map │ │ │ ├── bootstrap-reboot.rtl.min.css │ │ │ ├── bootstrap-reboot.rtl.min.css.map │ │ │ ├── bootstrap-utilities.css │ │ │ ├── bootstrap-utilities.css.map │ │ │ ├── bootstrap-utilities.min.css │ │ │ ├── bootstrap-utilities.min.css.map │ │ │ ├── bootstrap-utilities.rtl.css │ │ │ ├── bootstrap-utilities.rtl.css.map │ │ │ ├── bootstrap-utilities.rtl.min.css │ │ │ ├── bootstrap-utilities.rtl.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── bootstrap.min.css.map │ │ │ ├── bootstrap.rtl.css │ │ │ ├── bootstrap.rtl.css.map │ │ │ ├── bootstrap.rtl.min.css │ │ │ └── bootstrap.rtl.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.esm.js │ │ │ ├── bootstrap.esm.js.map │ │ │ ├── bootstrap.esm.min.js │ │ │ ├── bootstrap.esm.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ │ ├── boxicons │ │ ├── css │ │ │ ├── animations.css │ │ │ ├── boxicons.css │ │ │ ├── boxicons.min.css │ │ │ └── transformations.css │ │ └── fonts │ │ │ ├── boxicons.eot │ │ │ ├── boxicons.svg │ │ │ ├── boxicons.ttf │ │ │ ├── boxicons.woff │ │ │ └── boxicons.woff2 │ │ ├── glightbox │ │ ├── css │ │ │ ├── glightbox.css │ │ │ ├── glightbox.min.css │ │ │ ├── plyr.css │ │ │ └── plyr.min.css │ │ └── js │ │ │ ├── glightbox.js │ │ │ └── glightbox.min.js │ │ ├── isotope-layout │ │ ├── isotope.pkgd.js │ │ └── isotope.pkgd.min.js │ │ ├── php-email-form │ │ └── validate.js │ │ ├── remixicon │ │ ├── remixicon.css │ │ ├── remixicon.eot │ │ ├── remixicon.less │ │ ├── remixicon.svg │ │ ├── remixicon.symbol.svg │ │ ├── remixicon.ttf │ │ ├── remixicon.woff │ │ └── remixicon.woff2 │ │ └── swiper │ │ ├── swiper-bundle.min.css │ │ ├── swiper-bundle.min.js │ │ └── swiper-bundle.min.js.map └── images │ ├── bgg.jpg │ └── logo.png └── templates ├── about.html ├── activate.html ├── activatefail.html ├── base.html ├── checkout.html ├── contact.html ├── copy.html ├── index.html ├── login.html ├── paymentstatus.html ├── paytm.html ├── profile.html ├── request-reset-email.html ├── reset-user-password.html ├── set-new-password.html └── signup.html /ecommerce/PayTm/Checksum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/PayTm/Checksum.py -------------------------------------------------------------------------------- /ecommerce/PayTm/__pycache__/Checksum.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/PayTm/__pycache__/Checksum.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/PayTm/__pycache__/Checksum.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/PayTm/__pycache__/Checksum.cpython-37.pyc -------------------------------------------------------------------------------- /ecommerce/PayTm/__pycache__/Checksum.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/PayTm/__pycache__/Checksum.cpython-38.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/admin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/admin.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/apps.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/apps.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/models.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/models.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/urls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/urls.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/__pycache__/views.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/__pycache__/views.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/admin.py -------------------------------------------------------------------------------- /ecommerce/authcart/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/apps.py -------------------------------------------------------------------------------- /ecommerce/authcart/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ecommerce/authcart/migrations/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/migrations/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/authcart/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/models.py -------------------------------------------------------------------------------- /ecommerce/authcart/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/tests.py -------------------------------------------------------------------------------- /ecommerce/authcart/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/urls.py -------------------------------------------------------------------------------- /ecommerce/authcart/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/utils.py -------------------------------------------------------------------------------- /ecommerce/authcart/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/authcart/views.py -------------------------------------------------------------------------------- /ecommerce/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/db.sqlite3 -------------------------------------------------------------------------------- /ecommerce/ecommerce/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ecommerce/ecommerce/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerce/__pycache__/settings.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/__pycache__/settings.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerce/__pycache__/urls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/__pycache__/urls.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerce/__pycache__/wsgi.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/__pycache__/wsgi.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerce/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/asgi.py -------------------------------------------------------------------------------- /ecommerce/ecommerce/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/settings.py -------------------------------------------------------------------------------- /ecommerce/ecommerce/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/urls.py -------------------------------------------------------------------------------- /ecommerce/ecommerce/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerce/wsgi.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/admin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/admin.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/apps.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/apps.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/keys.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/keys.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/models.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/models.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/urls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/urls.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/__pycache__/views.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/__pycache__/views.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/admin.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/apps.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/keys.py: -------------------------------------------------------------------------------- 1 | MID="" 2 | MK="" -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/0001_initial.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/0002_product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/0002_product.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/0003_orders_orderupdate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/0003_orders_orderupdate.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/__pycache__/0001_initial.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/__pycache__/0001_initial.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/__pycache__/0002_product.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/__pycache__/0002_product.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/__pycache__/0003_orders_orderupdate.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/__pycache__/0003_orders_orderupdate.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/migrations/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/migrations/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/models.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/tests.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/urls.py -------------------------------------------------------------------------------- /ecommerce/ecommerceapp/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/ecommerceapp/views.py -------------------------------------------------------------------------------- /ecommerce/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/manage.py -------------------------------------------------------------------------------- /ecommerce/media/images/images/Dslrr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/Dslrr.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/airpods.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/airpods.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/cam2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/cam2.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/camera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/camera.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/dss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/dss.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/e2.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/e3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/e3.jpg -------------------------------------------------------------------------------- /ecommerce/media/images/images/e4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/media/images/images/e4.jpg -------------------------------------------------------------------------------- /ecommerce/static/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/css/style.css -------------------------------------------------------------------------------- /ecommerce/static/assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/js/main.js -------------------------------------------------------------------------------- /ecommerce/static/assets/scss/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/scss/Readme.txt -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap-icons/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap-icons/bootstrap-icons.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap-icons/bootstrap-icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap-icons/bootstrap-icons.json -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap-icons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap-icons/index.html -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/css/bootstrap.rtl.min.css.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.esm.min.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/bootstrap/js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/bootstrap/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/css/animations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/css/animations.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/css/boxicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/css/boxicons.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/css/boxicons.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/css/boxicons.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/css/transformations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/css/transformations.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/fonts/boxicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/fonts/boxicons.eot -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/fonts/boxicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/fonts/boxicons.svg -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/fonts/boxicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/fonts/boxicons.ttf -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/fonts/boxicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/fonts/boxicons.woff -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/boxicons/fonts/boxicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/boxicons/fonts/boxicons.woff2 -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/css/glightbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/css/glightbox.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/css/glightbox.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/css/glightbox.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/css/plyr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/css/plyr.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/css/plyr.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/css/plyr.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/js/glightbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/js/glightbox.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/glightbox/js/glightbox.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/glightbox/js/glightbox.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/isotope-layout/isotope.pkgd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/isotope-layout/isotope.pkgd.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/isotope-layout/isotope.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/isotope-layout/isotope.pkgd.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/php-email-form/validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/php-email-form/validate.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.eot -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.less -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.svg -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.symbol.svg -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.ttf -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.woff -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/remixicon/remixicon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/remixicon/remixicon.woff2 -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/swiper/swiper-bundle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/swiper/swiper-bundle.min.css -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/swiper/swiper-bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/swiper/swiper-bundle.min.js -------------------------------------------------------------------------------- /ecommerce/static/assets/vendor/swiper/swiper-bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/assets/vendor/swiper/swiper-bundle.min.js.map -------------------------------------------------------------------------------- /ecommerce/static/images/bgg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/images/bgg.jpg -------------------------------------------------------------------------------- /ecommerce/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/static/images/logo.png -------------------------------------------------------------------------------- /ecommerce/templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/templates/about.html -------------------------------------------------------------------------------- /ecommerce/templates/activate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arkprocoder/ecommerce-shopping-cart/HEAD/ecommerce/templates/activate.html -------------------------------------------------------------------------------- /ecommerce/templates/activatefail.html: -------------------------------------------------------------------------------- 1 |