diff --git a/shop/templates/components/cart/cart_dropdown.html b/shop/templates/components/cart/cart_dropdown.html new file mode 100644 index 0000000..017f940 --- /dev/null +++ b/shop/templates/components/cart/cart_dropdown.html @@ -0,0 +1,35 @@ +{% load i18n %} + +
+
+ Apple iPhone 15 +

$599

+
+ +
+

Qty: 1

+ + + +
+
+ + {% translate 'Ir a pagar' %} + diff --git a/shop/templates/components/generic/navbar.html b/shop/templates/components/generic/navbar.html index dc5aa8b..e00ebc0 100644 --- a/shop/templates/components/generic/navbar.html +++ b/shop/templates/components/generic/navbar.html @@ -15,25 +15,25 @@