Skip to content
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

feature/134-cart-layout Cart layout #134 #270

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

Puneetsehgal
Copy link
Collaborator

Update the Cart layout to match the comp and implement the quantity change and remove item features

wjcPS and others added 3 commits May 13, 2019 05:33
Initial blocking in of the cart layout and wiring up of the data
Update the Cart layout to match the comp and implement the quantity change and remove item features
@Puneetsehgal Puneetsehgal linked an issue Mar 6, 2020 that may be closed by this pull request
@Puneetsehgal
Copy link
Collaborator Author

Puneetsehgal commented Mar 6, 2020

Screen Shot 2020-03-06 at 12 38 31 PM

Screen Shot 2020-03-06 at 12 39 08 PM

Screen Shot 2020-03-06 at 12 39 29 PM

Screen Shot 2020-03-06 at 12 39 51 PM

Screen Shot 2020-03-06 at 12 40 02 PM

@Puneetsehgal Puneetsehgal requested a review from theBRiGuy March 10, 2020 18:53
<div class="cart-items" data-template="cart-items">
<h2 class="heading heading--section">Items in Cart</h2>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per BEM, should this be .cart-items__heading?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are other places it was used like this so I just copied and pasted
like in
cart-moneyBox.hbs
product-sort.hbs
product-filter.hbs

Do you still want me to changes?
if yes
is this ok?

<h2 class="cart-items__heading heading--section">Items in Cart</h2>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cart layout
3 participants