update
This commit is contained in:
352
static/admin/assets/pug/pages/theme/list-wish.pug
Normal file
352
static/admin/assets/pug/pages/theme/list-wish.pug
Normal file
@@ -0,0 +1,352 @@
|
||||
- var theme_customizer = true;
|
||||
- var tooltip = true;
|
||||
- var page_datatable = true;
|
||||
- var datatable = true;
|
||||
- var sidebar = true;
|
||||
- var slick = true;
|
||||
- var header_slider = true;
|
||||
- var animate = true;
|
||||
- var scrollbar = true;
|
||||
doctype html
|
||||
html(lang='en')
|
||||
include ../../components/header-files
|
||||
body
|
||||
include ../../components/loader
|
||||
include ../../components/taptop
|
||||
// page-wrapper Start
|
||||
#pageWrapper.page-wrapper.compact-wrapper
|
||||
include ../../components/header
|
||||
// Page Body Start
|
||||
.page-body-wrapper
|
||||
include ../../components/sidebar
|
||||
.page-body
|
||||
.container-fluid
|
||||
.page-title
|
||||
.row
|
||||
.col-6
|
||||
h3
|
||||
| Wishlist
|
||||
|
||||
.col-6
|
||||
ol.breadcrumb
|
||||
li.breadcrumb-item
|
||||
a(href='index.html')
|
||||
svg.stroke-icon
|
||||
use(href='../assets/svg/icon-sprite.svg#stroke-home')
|
||||
li.breadcrumb-item Ecommerce
|
||||
li.breadcrumb-item.active Wishlist
|
||||
|
||||
// Container-fluid starts
|
||||
.container-fluid
|
||||
.row
|
||||
.col-sm-12
|
||||
.card
|
||||
.card-header
|
||||
h5 Wishlist
|
||||
.card-body
|
||||
.row.g-sm-4.g-3
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-6.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Women Top
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-5.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Womem shorts
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-4.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Cyclamen
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-3.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Men Solid Denim Jacket
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-2.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Blue shirt
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-1.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Red shirt
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-1.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Red Shirt
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
|
||||
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-6.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Women Top
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-5.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Women shorts
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-4.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Cyclamen
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-3.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Men Solid Denim Jacket
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-3.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Men Solid Denim Jacket
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-2.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Blue shirt
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-6.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Women Top
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
.col-xl-4.col-md-6
|
||||
.prooduct-details-box
|
||||
.media
|
||||
img.align-self-center.img-fluid.img-60(src='../assets/images/ecommerce/product-table-5.png', alt='#')
|
||||
.media-body.ms-3
|
||||
.product-name
|
||||
h6
|
||||
a(href='#') Women Short
|
||||
.rating
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
i.fa.fa-star
|
||||
.price.d-flex
|
||||
.text-muted.me-2 Price
|
||||
| : 210$
|
||||
.avaiabilty
|
||||
.text-success In stock
|
||||
a.btn.btn-primary.btn-xs(href="#") Move to Cart
|
||||
// Container-fluid Ends
|
||||
include ../../components/footer
|
||||
include ../../components/footer-files
|
||||
Reference in New Issue
Block a user