diff --git a/views/layouts/bagcard.ejs b/views/layouts/bagcard.ejs new file mode 100644 index 0000000..a7ae949 --- /dev/null +++ b/views/layouts/bagcard.ejs @@ -0,0 +1,43 @@ + + + +<%- include('../layouts/header.ejs', {title: 'Shopping Bag', state: 'bag'}); %> + + +
+
+
+
+ placeholder image +
+
+

Fashione Shoes

+

Size : 44

+
Qty
+
+ + + + + + + +
+
+

Rp 1.999.999,00

+ Remove +

+
+
+
+
+ + + + <%- include('../layouts/footer.ejs', {state: 'bag'}); %> + + \ No newline at end of file diff --git a/views/pages/bag.ejs b/views/pages/bag.ejs index e093c8b..926d591 100644 --- a/views/pages/bag.ejs +++ b/views/pages/bag.ejs @@ -9,99 +9,9 @@
-
-
-
-
- placeholder image -
-
-

Fashione Shoes

-

Size : 44

-
Qty
-
- - - - - - - -
-
-

Rp 1.999.999,00

- Remove -

-
-
-
-
-
-
-
-
- placeholder image -
-
-

Fashione Shoes

-

Size : 44

-
Qty
-
- - - - - - - -
-
-

Rp 1.999.999,00

- Remove -

-
-
-
-
-
-
-
-
- placeholder image -
-
-

Fashione Shoes

-

Size : 44

-
Qty
-
- - - - - - - -
-
-

Rp 1.999.999,00

- Remove -

-
-
-
-
+ <%- include('../layouts/bagcard.ejs') %> + <%- include('../layouts/bagcard.ejs') %> + <%- include('../layouts/bagcard.ejs') %>