diff --git a/DataLayer/Event/ViewCart.php b/DataLayer/Event/ViewCart.php
index 2827d26..cb19ac0 100644
--- a/DataLayer/Event/ViewCart.php
+++ b/DataLayer/Event/ViewCart.php
@@ -72,7 +72,7 @@ private function getAllowedPages(): array
return [];
}
- return ['/checkout/cart/'];
+ return ['checkout/cart/'];
}
/**
diff --git a/view/frontend/layout/hyva_checkout_cart_index.xml b/view/frontend/layout/hyva_checkout_cart_index.xml
new file mode 100644
index 0000000..364fee8
--- /dev/null
+++ b/view/frontend/layout/hyva_checkout_cart_index.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
diff --git a/view/frontend/templates/hyva/cart-script-additions.phtml b/view/frontend/templates/hyva/cart-script-additions.phtml
new file mode 100644
index 0000000..deec43b
--- /dev/null
+++ b/view/frontend/templates/hyva/cart-script-additions.phtml
@@ -0,0 +1,11 @@
+
+