-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shopping cart icon & animations according to design #31
Conversation
Kas lehel olevas (onsite) ostukorvis peaks koguseid muutes popover nähtaval olema? Screen.Recording.2021-04-19.at.12.41.59.mov |
Ei. "Veiw cart" badge peaks ilmuma vaid ostunupul toote ostukorvi lisamisel ( Mõtteks: Küsimus disaini kohalt, mida arutada - pika tootenime korral peaks äkki tootenime ellipsiga lühendama teatud märgipikkusest alates. |
Küsin stefanilt üle. |
manifest.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"description": "Modular layout", | |||
"name": "Nuuk", | |||
"description": "New design", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifestiga on miskit viltu läinud.
Disaini "Name" ja description väljad on muutunud. Product layout on saanud defaultiks (page_default
), sama front page'iga jne.
@@ -305,7 +305,7 @@ body { | |||
} | |||
} | |||
|
|||
.edy-ecommerce-shopping-cart-button:hover { | |||
.edy-ecommerce-shopping-cart_btn:hover { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kas siin on liiga hoogsalt saanud asendada?
EI näe, et edy-ecommerce-shopping-cart_btn
kusagil kasutusel oleks. Küll aga genereerib ostukorvis skript edy-ecommerce-shopping-cart-button
klassi.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toimib küll kenasti ja ootuspäraselt, kuid küsitavus on ikooni kuvamises (peidetult, kuid ruumi võtvalt) siis, kui toodet pole korvis või pood pole aktiveeritud.
@@ -43,7 +43,11 @@ | |||
<div class="js-prevent-sideclick">{%- include "search-btn" -%}</div> | |||
{%- endif -%} | |||
</div> | |||
<div class="cart_btn-container"></div> | |||
<div class="cart_btn"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See div on jäänud sulgemata.
manifest.json
Outdated
@@ -37,7 +37,7 @@ | |||
"content_type": "blog", | |||
"component": false, | |||
"file": "layouts/blog___news.tpl", | |||
"layout_name": "blog", | |||
"layout_name": "blog___news", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"layout_name" võiks jääda "blog"
@@ -43,7 +43,11 @@ | |||
<div class="js-prevent-sideclick">{%- include "search-btn" -%}</div> | |||
{%- endif -%} | |||
</div> | |||
<div class="cart_btn-container"></div> | |||
<div class="cart_btn"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cart_btn div'il hoverdades on ostukorvi ikoon näha ka siis, kui ostukorvis ei ole ühtegi elementi, kuid ka siis, kui saidil on poe funktsionaalus välja lülitatud (JS tasemel puudub Voog
ja Voog.ShoppingCart
objekt=
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lisatud ostukorvi nupu popover ja muudetud nupu paigutust mobiilses menüüs vastavalt disainile:
Close #28