Alex Florisca

Results 15 comments of Alex Florisca

Just pinging to see if there's any chance of getting this merged any time soon?

While smoke testing this PR, I found and fixed 2 bugs. 1. When reseting the payment status to pristine, we were not resetting the other status properties. This is due...

Yep, I haven't investigated yet, but most probably!

I can still replicate on a local version of WP, see video below (and apologies for the long wait times between page load, my machine being slow). Maybe let's pair...

I think either team could work on this one but I see you've assigned it to Kirigami Backlog so will let you guys handle it :) If you need a...

Hey @helgatheviking, thanks for opening this PR, great to see people contribute. Unfortunately it's not so simple, as we need to support both `name` and `key`, depending on where the...

@nielslange see my comment above. The product variations use the `key` prop which this PR removes. Which is why you're not seeing the attribute labels. I can't add a static...

@helgatheviking do you need to target individual items or would it be enough to have a static class for all items, e.g: ``? If the latter is ok, then this...

> I am trying to target the .wc-block-components-product-details__name class of a specific item Ok so to select a **specific** item in the list, you'd have to do that with the...

Hi @helgatheviking, I've just checked the code again, and it doesn't look like the `name` or `key` props are actually translated before they are used within the class. So they...