mindkomm / timber-integration-woocommerce

WooCommerce integration for Timber
MIT License
109 stars 20 forks source link

Product Twig Function not available when using admin-ajax.php #19

Closed ahbyass closed 3 years ago

ahbyass commented 3 years ago

When getting posts via ajax with admin-ajax

Timber\Integrations\WooCommerce\WooCommerce does not init.

Specifically highlighted when trying to use Product Twig Function.

Fixed by changing line 55

    if ( is_admin() && ! wp_doing_ajax() ) {
        return;
    }
gchtr commented 3 years ago

Sorry for the late reply. I just realized that this is the same issue as #22. This is fixed in the 0.6.0 release.