John Beales
John Beales
Looking at my logs, I'm seeing a lot of warnings about a filter I added to `the_title`, many of which come from WPeC. According to [the `the_title` docs](https://developer.wordpress.org/reference/hooks/the_title/), the filter...
When using TEv2, and adding a product with variations to the cart, the variation information does not get saved, only the root product gets added to the cart. The mostly-correct...
Sometimes when I add products to my cart the quantities are wrong. Here's a [video of the problem in action](https://www.dropbox.com/s/ti21wbj0zto5iqg/wpec-wrong-product-quantities.mov?dl=0). I've seen this in two different sites - the one...
When we upgrade from Theme Engine v1 to v2 navigating to a store's existing Products page results in an empty page with the `[productspage]` shortcode visible. I propose either: 1....
Update the one test so it runs - I just had to change the classname that the test case extended.
When trying to debug why I was getting a 406 response when testing my h-card, (like in #81, but I didn't have the firewall problem), I couldn't run the test...
**Prerequisites (mark completed items with an [x]):** - [x ] I have have carried out troubleshooting steps and I believe I have found a bug. - [ x] I have...
**Prerequisites (mark completed items with an [x]):** - [x] I have have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for...
## Issue Description The [documentation page](https://developer.wordpress.org/reference/hooks/add_meta_boxes/) for the `add_meta_boxes` hook says that the second parameter is a `WP_Post` type, but it is sometimes a `WP_Comment`, and is sometimes a `stdClass`...