Aaron Ware

Results 32 comments of Aaron Ware

@jeffpaul yes definitely. Now that 2.x has been out in the wild I can revisit. My apprehension before and why I drafted this was adding to the 1.9.x branch when...

Not sure if this is helpful however if these products are variable we've had to add a lot of customizations to take into account how Woo handles product types and...

@ScrewlooseA Also noticed you mentioned Product type challenge here as well https://github.com/10up/distributor/issues/1142 While I think compatibility is important. I think it's less of a bug and more so a feature...

Ok so I looked at @linchpin's implementation with Woo. Your issue is a side effect of how Distributor works. As documented and as I mentioned. Distributor doesn't take into account...

I suspect this happened due to a timeout when trying to send all those images over in a single request and the conversion didn't happen. We have a project that...

@ScrewlooseA here is an example gist for allowing more WooCommerce centric taxonomies https://gist.github.com/aaronware/52e0c66e38f4836b109e493d99cc76b0

If anyone is looking at this post, As a workaround, we ended up utilizing the following hooks along w/ the Woo action scheduler to accomplish what we needed. ``` //...

@Gall73 you'll need to push the child variations separately in order to keep the relationship. I recently created #1043 to help w/ not only `dt_push_post` and also when a post...

I know there has been some work done in a separate PR (#417) however, that PR seemed to be stale. PR #1043 tries to simply add hooks w/ the currently...

Just a note that if you are getting this error and you are using the render_block filter if you explicitly `return '';` it will "work" with the casting. We had...