hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
180 stars 54 forks source link

#269 Minor improvements #270

Closed rajeev-k-tomy closed 2 years ago

rajeev-k-tomy commented 2 years ago
  1. When the cart billing address is empty, the cart states cart.billing_address must be an empty object {}.
  2. Shipping charge is not shown when "Free shipping" is selected.
  3. Show the "Other Addresses" section if the cart address is a "new" address and the customer possesses addresses in the book.
  4. Guest checkout scenario & billing ≠ shipping: When we save billing address, it will make billing = shipping in the UI perspective. However, in the background, it saves billing address only and the shipping address remains intact.
  5. Translations seems to be missing for the below strings
    • Save in address book
    • Do you already have an account?
    • Login
    • Do you want to login?