From 08a5c20a373e55a0c1e6821670967ddc3098a55a Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 26 Apr 2024 12:54:15 +0300 Subject: [PATCH] Updated reflow project ids --- v2/add-to-cart/cart.html | 19 ++++--- v2/add-to-cart/index.html | 53 ++++++++++++++------ v2/auth-button/index.html | 20 +++++--- v2/cart/index.html | 34 ++++++++++--- v2/category-list/index.html | 23 ++++++--- v2/order-status/index.html | 30 ++++++++--- v2/product-full/index.html | 27 +++++----- v2/product-search/index.html | 22 ++++++--- v2/products-dynamic/cart.html | 23 ++++++--- v2/products-dynamic/categories.html | 29 ++++++++--- v2/products-dynamic/index.html | 41 +++++++++------ v2/products-dynamic/product.html | 46 ++++++++++++----- v2/products-list/index.html | 20 +++++--- v2/user-settings/index.html | 15 ++++-- v2/view-cart/index.html | 77 ++++++++++++++++++++++------- 15 files changed, 344 insertions(+), 135 deletions(-) diff --git a/v2/add-to-cart/cart.html b/v2/add-to-cart/cart.html index f5dbc08..6dabb80 100644 --- a/v2/add-to-cart/cart.html +++ b/v2/add-to-cart/cart.html @@ -1,18 +1,21 @@ - - + Shopping Cart - + - @@ -20,6 +23,10 @@
- + diff --git a/v2/add-to-cart/index.html b/v2/add-to-cart/index.html index f45dd1c..3ef75f6 100644 --- a/v2/add-to-cart/index.html +++ b/v2/add-to-cart/index.html @@ -2,41 +2,64 @@ - + Add to Cart Examples - +
-

Add to Cart Examples

-
+

Full example with quantities and variants.

-
+
-
+

Button, quantity and custom text.

-
- -
+
-

Button only, without a shopping cart url. Won't display a "See Cart" button in the notification.

+
-
+

+ Button only, without a shopping cart url. Won't display a "See Cart" + button in the notification. +

+
- + diff --git a/v2/auth-button/index.html b/v2/auth-button/index.html index b3bffb7..2f62f80 100644 --- a/v2/auth-button/index.html +++ b/v2/auth-button/index.html @@ -2,19 +2,27 @@ - + Auth Button - +
- -
- +
- + diff --git a/v2/cart/index.html b/v2/cart/index.html index 7a01462..165839e 100644 --- a/v2/cart/index.html +++ b/v2/cart/index.html @@ -2,23 +2,45 @@ - + Shopping Cart - +
-
-
-
+
+
+
- + diff --git a/v2/category-list/index.html b/v2/category-list/index.html index 0887df9..67be1fd 100644 --- a/v2/category-list/index.html +++ b/v2/category-list/index.html @@ -2,25 +2,34 @@ - + All Categories - +
-

Categories (unstyled)

-
+

Categories (horizontal-bar)

-
- +
- + diff --git a/v2/order-status/index.html b/v2/order-status/index.html index 637b602..36705bb 100644 --- a/v2/order-status/index.html +++ b/v2/order-status/index.html @@ -2,20 +2,36 @@ - + Order Status - + + - - -
-
+
+
- + diff --git a/v2/product-full/index.html b/v2/product-full/index.html index 3299ee2..a3ddfb5 100644 --- a/v2/product-full/index.html +++ b/v2/product-full/index.html @@ -1,20 +1,25 @@ - - + - + Reflow Example - + - + - +
-
+
- - - - \ No newline at end of file + + + diff --git a/v2/product-search/index.html b/v2/product-search/index.html index 1914d01..a5b9e34 100644 --- a/v2/product-search/index.html +++ b/v2/product-search/index.html @@ -2,23 +2,31 @@ - + Product Search - +
-
-
- -
+
+
- + diff --git a/v2/products-dynamic/cart.html b/v2/products-dynamic/cart.html index f54a3ee..32d2ae9 100644 --- a/v2/products-dynamic/cart.html +++ b/v2/products-dynamic/cart.html @@ -1,19 +1,24 @@ - - + Shopping Cart - + - @@ -21,6 +26,10 @@
- + diff --git a/v2/products-dynamic/categories.html b/v2/products-dynamic/categories.html index 88861d9..2dffbdf 100644 --- a/v2/products-dynamic/categories.html +++ b/v2/products-dynamic/categories.html @@ -2,25 +2,38 @@ - + All Products - +
-

Categories

-
- +
- + diff --git a/v2/products-dynamic/index.html b/v2/products-dynamic/index.html index 3aad43e..8155056 100644 --- a/v2/products-dynamic/index.html +++ b/v2/products-dynamic/index.html @@ -2,36 +2,49 @@ - + All Products - +
-

Products

-
- +
- + diff --git a/v2/products-dynamic/product.html b/v2/products-dynamic/product.html index 2d0a14d..bab4bbf 100644 --- a/v2/products-dynamic/product.html +++ b/v2/products-dynamic/product.html @@ -1,38 +1,58 @@ - - + Product Page - + -
-
+

Similar Products

-
-
+
- + diff --git a/v2/products-list/index.html b/v2/products-list/index.html index f23d457..5138a5c 100644 --- a/v2/products-list/index.html +++ b/v2/products-list/index.html @@ -2,20 +2,28 @@ - + All Products - +
-

Products

-
- +
- + diff --git a/v2/user-settings/index.html b/v2/user-settings/index.html index 18cb7c7..4e42ea5 100644 --- a/v2/user-settings/index.html +++ b/v2/user-settings/index.html @@ -2,19 +2,24 @@ - + User Settings - +
-
-
- + diff --git a/v2/view-cart/index.html b/v2/view-cart/index.html index 8ab547b..4e625d7 100644 --- a/v2/view-cart/index.html +++ b/v2/view-cart/index.html @@ -2,32 +2,75 @@ - + View Cart - +
-
-
-
+
+
+
- -
- -
- - - -
- - -
View Cart
+
+ +
+ + + +
+ + +
+ View Cart +
- +