Kristof, Fooman

Results 59 comments of Kristof, Fooman

> applying gift cards and discounts at checkout - do you recommend to move coupon code and gift cards before payment methods to respect subtotal threshold that payment methods might...

One thing to add: the current checkout implementation hard codes shipping address and shipping method selection as a step. This will need to be adjustable so that things like gift...

I am just going to drop this into this discussion but it may as well be a separate proposal for overhauling just the totals display. I am currently adding a...

A few other things not quite right with this [implementation](https://github.com/magento/pwa-studio/blob/1fe1329b45bb584f138e351a77ddebef2ebfeb13/packages/venia-ui/lib/components/OrderHistoryPage/orderRow.js#L44). Checking for 'Complete' would not work if the language is not English and/or the label was changed. It's also a...

As a further suggestion if the frontend should display differently depending on how far an order has objectively progressed relying on the order state https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Sales/Api/Data/OrderInterface.php#L29 would be the way to...

PWA Studio 10.0.0 is only compatible with Magento 2.4.2 source https://github.com/magento/pwa-studio/blob/develop/magento-compatibility.js#L7

Log in as customer is also available in Magento Open Source.

I have added PR #3889 as we may as well try to upgrade Apollo while we are at it. I believe my pull request has accumulated the commits from develop....

@RaghavendraTirumalasetti currently the frontend relies on the order status for its logic. This is problematic as order statuses can a.) be customised and b.) be translated. It would be better...

> For the fix as per the discussion, rather than using this [derivedStatus](https://github.com/magento/pwa-studio/blob/1fe1329b45bb584f138e351a77ddebef2ebfeb13/packages/venia-ui/lib/components/OrderHistoryPage/orderRow.js#L44), it should use the value of the state that is returning from GraphQL @RaghavendraTirumalasetti this is correct...