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

🌸✨ Marketplace: Checkout includes Products, Taxes, and DeliveryFee #1997

Merged

Conversation

zspencer
Copy link
Member

@zspencer zspencer commented Dec 5, 2023

It's not the prettiest, but it includes each product being purchased,
the quantity, the unit pricer, and the total price as well as the taxes
and delivery fees.

Screenshot 2023-12-04 at 6 25 43 PM Screenshot 2023-12-04 at 6 25 39 PM

- #1980
- #1326

It's not the prettiest, but it includes each product being purchased,
the quantity, the unit pricer, and the total price as well as the taxes
and delivery fees.
@zspencer zspencer changed the title Marketplace: Checkout includes Products, Taxes, and DeliveryFee 🌸✨ Marketplace: Checkout includes Products, Taxes, and DeliveryFee Dec 5, 2023
@zspencer zspencer requested review from a team December 5, 2023 02:47
@zspencer zspencer added ✨ feature Reduces Client's Burden or Grants them Benefits 🌸 Polish Improves the UX! labels Dec 5, 2023
Copy link
Member

@anaulin anaulin left a comment

Choose a reason for hiding this comment

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

Yay, this is better!

@zspencer zspencer merged commit 3f20f99 into main Dec 5, 2023
@zspencer zspencer deleted the marketplace/include-products-being-purchased-on-checkout-page branch December 5, 2023 03:18
<h3 class="font-bold">Delivering to:</h3>
<p>
<%= render(delivery.delivery_area) %><br />
<span class="text-sm font-light italic"><%= render(Marketplace::Cart::DeliveryExpectationsComponent.new(cart: delivery.cart)) %></span>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this text styling become part of the component? Layout styling makes sense for wrapper tags but if these seem like inherent styling attributes of the component itself not of this "area" of the page.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, I think pushing this responsibility down is a good idea

Copy link
Member Author

Choose a reason for hiding this comment

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

Ehh, actually let's not do that just yet. DeliveryExpectationsComponent is rendered in a number of places, with a substantially different information hierarchy.

Presuming it should always be small, light, and italic does not seem to be valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature Reduces Client's Burden or Grants them Benefits 🌸 Polish Improves the UX!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants