initial
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
app.js
0 → 100644
bin/www
0 → 100644
config/axios-config.js
0 → 100644
config/error-config.js
0 → 100644
config/main-config.js
0 → 100644
config/route-config.js
0 → 100644
controllers/addresslist.js
0 → 100644
controllers/bundle_details.js
0 → 100644
controllers/bundle_list.js
0 → 100644
controllers/cart.js
0 → 100644
controllers/category_menu.js
0 → 100644
controllers/checkout.js
0 → 100644
controllers/home.js
0 → 100644
controllers/myorder_detail.js
0 → 100644
controllers/myorders.js
0 → 100644
controllers/myshoppinglist.js
0 → 100644
controllers/mywishlist.js
0 → 100644
controllers/product_detail.js
0 → 100644
controllers/product_list.js
0 → 100644
controllers/profile.js
0 → 100644
controllers/schedule.js
0 → 100644
controllers/search.js
0 → 100644
controllers/select_area.js
0 → 100644
controllers/select_city.js
0 → 100644
controllers/userbundle.js
0 → 100644
lib/auth.js
0 → 100644
lib/logger.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "valuecart-web", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "nodemon start", | ||
| "start": "node ./bin/www" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.18.0", | ||
| "body-parser": "^1.18.3", | ||
| "connect-flash": "^0.1.1", | ||
| "cookie-parser": "~1.4.3", | ||
| "debug": "~2.6.9", | ||
| "dotenv": "^6.0.0", | ||
| "ejs": "~2.5.7", | ||
| "express": "~4.16.0", | ||
| "express-session": "^1.15.6", | ||
| "http-errors": "~1.6.2", | ||
| "lodash": "^4.17.10", | ||
| "moment": "^2.22.2", | ||
| "morgan": "^1.9.0", | ||
| "winston": "^3.0.0", | ||
| "winston-mongodb": "^4.0.0-rc1" | ||
| }, | ||
| "devDependencies": { | ||
| "nodemon": "^1.18.2" | ||
| } | ||
| } |
public/angular/app.js
0 → 100644
public/angular/controllers/add_address.js
0 → 100644
public/angular/controllers/bundle_details.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/controllers/bundle_list.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/controllers/cancelorder.js
0 → 100644
public/angular/controllers/cart.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/controllers/checkout.js
0 → 100644
public/angular/controllers/home.js
0 → 100644
public/angular/controllers/mybundles.js
0 → 100644
public/angular/controllers/myorders.js
0 → 100644
public/angular/controllers/myshipping.js
0 → 100644
public/angular/controllers/mywishlist.js
0 → 100644
public/angular/controllers/product_list.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/controllers/select_area.js
0 → 100644
public/angular/controllers/select_city.js
0 → 100644
public/angular/controllers/update_profile.js
0 → 100644
public/angular/controllers/userbundle.js
0 → 100644
public/angular/controllers/verify_otp.js
0 → 100644
public/angular/factory/add_address.js
0 → 100644
public/angular/factory/bundle_details.js
0 → 100644
public/angular/factory/bundle_list.js
0 → 100644
public/angular/factory/bundle_list_new.js
0 → 100644
public/angular/factory/bundle_review.js
0 → 100644
public/angular/factory/cart.js
0 → 100644
public/angular/factory/createUserBundle.js
0 → 100644
public/angular/factory/mybundles.js
0 → 100644
public/angular/factory/myorders.js
0 → 100644
public/angular/factory/myshipping.js
0 → 100644
public/angular/factory/product_details.js
0 → 100644
public/angular/factory/product_list.js
0 → 100644
public/angular/factory/product_list_new.js
0 → 100644
public/angular/factory/update_profile.js
0 → 100644
public/angular/factory/userbundle.js
0 → 100644
public/angular/factory/verify_otp.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/factory/wishlist.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-animate.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-aria.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-aria.min.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-cookies.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-loader.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-loader.min.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-messages.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-parse-ext.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-resource.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-route.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-route.min.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-sanitize.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-touch.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular-touch.min.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/angular/lib/angular.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/angular/lib/angular.min.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/OwlCarousel.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap-theme.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/component.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/custom.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/integrate.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/jquery-ui.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/line.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/main.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/new.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/nice-select.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/.DS_Store
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/HelveticaNeueLTPro-Blk.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/HelveticaNeueLTPro-Lt.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/HelveticaNeueLTPro-Md.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/HelveticaNeueLTPro-Roman.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/.DS_Store
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/codropsicons.eot
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/codropsicons.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/codropsicons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/codropsicons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/codropsicons/license.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/icomoon.dev.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/icomoon.eot
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/icomoon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/icomoon.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/icomoon.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/icomoon/license.txt
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/1.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/11.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/12.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/13.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/1523362788_shoppersstop-offer.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/2.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/25.gif
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/3.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/App_Store.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-5.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-6.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Banner-7.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Bigbasket-Bigsave-Offer.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Build-your-own-bundle-pro.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Build-your-own-bundle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Google_play.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Group 39.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Valucart-exclusives.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Valuzone-bundles.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Vector Smart Object2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/Vector_Smart_Object2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/addarrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/address.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/addtocart.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/arrow-2.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/arrow-down.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/arrow-home.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/arrowbg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bag.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bb-arrowbg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bg-pattern.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/big - Copy.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/big-offer.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/blacklogo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bn-del.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bn-edit.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bn1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bn1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bnd-list.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brands/Comfort.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brands/Johnsons.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brands/Kelloggs.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brands/Nestle.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/brands/Regilait.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/btn-arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/buildbundle.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle-list-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle-listing.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundle_icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundleimg1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundleimg2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/bundleimg3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/byob.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/calendar.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cancel-order.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cancel-order1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cancelimg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/card.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/carousel2bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cart-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cart.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cart.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-5.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-6.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/cat-7.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/chat.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/choose-bundle.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/city.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/close-icon-black.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/close-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/contact.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/coupon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/delivery.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/discount.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/dots-pattern.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/dots-pattern.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/img/download-app.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/duration.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/edit-bundle.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/edit-calender.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/edit-clock.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/edit-delivery.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/editimg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/email.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/email.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/exclusive.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/exclusiveproductimg1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/fav-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/favicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/fb.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/filter.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/frequency.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/google+.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/grammeter.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/group-39.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/group-calender.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/group1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/hazzlenut.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/heart.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home-pattern.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home-product-1-old.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home-product-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home-product-2-old.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home-product-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/howitworkbg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/huge - Copy.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/huge-offer.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/index-bg.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/info-success.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/info.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/jam.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/kellogs.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/latest.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/left-side-home.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/location.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/location.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/locationtop.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logged.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/logo1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/map.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mb_bnr.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/menu-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/menu.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/minus.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mobile.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/modal-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mybundles-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mybundles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mycart-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/mycart-bg1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/myorder-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/name.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/nature.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/navbar.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/next-arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/non-pay.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/non-ship.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/nuetella.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/orderplaced.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/pattern.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/payment-success.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/payment.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/phl.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/phone.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/phone.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/plh.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/plus.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/popularity.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/postalcode.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/prev-arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product-detail-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product-list.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product5.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product6.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product7.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/product8.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Air-toilet-freshner.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Beverages.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Biscuits.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Breakfast-bundles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Household-bundles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Olives-pickles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Organic-bundles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Preserves.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Snack-bundles.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/Snacks-nuts.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/combo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/downy.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/hartley.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/hershey.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/mango.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/mixed-fruit.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/products/tide.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/profile-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/ramadanoffer.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/return.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/right-arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/right-side-home.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/search-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/search-2.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/search-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/search.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/searchicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/searchiconnav.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/shipping.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/shop.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/shopping-bag.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/sliderimg.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/sliderimg1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/sort.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/step1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/step2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/step3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/step4.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/step5.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/success.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/syrub1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/syrub2.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/syrub3.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/tick.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/totop.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/track.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/user.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/user.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/valucart-alart.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/valucart-exclusive.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/valucart-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/valucart.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/valucartbundle.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/vc-batch-w.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/vc-batch.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/vector-smart-object.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/wishlist.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/wishlist.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/bundle_list.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/checkoutAddress.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/createuserbundle.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/createuserbundle_new.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/myorders.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/product_list.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/includes/userbundle.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/classie.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/integrate.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery-3.3.1.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/jquery-ui.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/jquery.cookie.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.nice-select.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.touchSwipe.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/line.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/modernizr.custom.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/notify.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/npm.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/owlcarousel.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/register.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/search.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/uisearch.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/stylesheets/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
routes/about-us.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/addressbook.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/bundle_details.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/bundle_list.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/cancelorder.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/cart.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/category.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/change_password.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/checkout.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/contact-us.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/create-bundle-cp.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/create-bundle.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/edit-profile.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/faq.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/home.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/intro.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/mybundles.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/myorder-details.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/myorders.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/myshopping-dashboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/myshopping.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/mywishlist.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/new-address.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/order-tracking.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/otp.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/privacy-policy.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/product-detail.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/product-listing.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/profile.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/replacement-success.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/request-replacement.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/return-policy.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/schedule.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/search.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/select_area.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/select_city.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/service-request.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/subscribe.js
0 → 100644
This diff is collapsed.
Click to expand it.
routes/terms.js
0 → 100644
This diff is collapsed.
Click to expand it.
server.cert
0 → 100644
This diff is collapsed.
Click to expand it.
server.key
0 → 100644
This diff is collapsed.
Click to expand it.
sslforfree/ca_bundle.crt
0 → 100644
This diff is collapsed.
Click to expand it.
sslforfree/certificate.crt
0 → 100644
This diff is collapsed.
Click to expand it.
sslforfree/private.key
0 → 100644
This diff is collapsed.
Click to expand it.
views/404.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/about.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/addressbook.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/bundle-listing.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/bundle-listing_new.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/bundle-success.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/bundledetail.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/bundledetail_new.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/cancelorder.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/category.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/change-password.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/contact-us.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/create-bundle-cp.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/create-bundle.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/create-bundle_new.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/edit-bundle.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/edit-profile.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/error.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/faq.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/home-new-kutung.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/home.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/home_new.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/index.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/mybundle-edit.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/mybundles.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/mycart.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/myorder-details.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/myorders.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/myshopping-dashboard.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/myshopping.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/mywishlist.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/new-address.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/newbundle.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/order-tracking.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/organicbundles.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/otp.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/payment-success.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/payment.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/privacy-policy.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/productdetail.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/productlisting.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/productlisting_new.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/productlisting_new_ve.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/profile.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/replacement-success.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/request-replacement.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/return-policy.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/schedule.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/schedule_common.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/schedule_edit.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/schedule_success.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/select-area.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/select-city.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/service-request.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/subscribe.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/footer.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/footer1.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/header-old.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/header.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/header1.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/login_post.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/myaccount/header.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/product/footer.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/template/product/header.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
views/terms.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment