diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/product.html b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/product.html index bd5f1c788f..6c64417fe7 100644 --- a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/product.html +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/product.html @@ -11,60 +11,8 @@ ~ governing permissions and limitations under the License. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/--> - - -
- - - -
- - -
-
- -
-
- -
-
- -
-
-
-

${'Quantity' @ i18n}

- -
-
- -
-
- -
-
- -
-
-

${'Product not found.' @ i18n}

- + \ No newline at end of file diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/productFullDetail.html b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/productFullDetail.html new file mode 100644 index 0000000000..95e443dd00 --- /dev/null +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v1/product/productFullDetail.html @@ -0,0 +1,70 @@ + + \ No newline at end of file diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/README.md b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/README.md index 97506c6ce9..9f208044dc 100644 --- a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/README.md +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/README.md @@ -23,6 +23,7 @@ In addition to the elements documented for the version 1 of the product componen ``` BLOCK product + MOD productFullDetail__root--staged ELEMENT productFullDetail__staged ``` diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/product.html b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/product.html new file mode 100644 index 0000000000..e56e59f014 --- /dev/null +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/product/v2/product/product.html @@ -0,0 +1,18 @@ + + + \ No newline at end of file