• Hi there, tried to use your plugin everything works well until I activated Polylang?
    Do I need to make something or simply it’s not compatible?
    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @grumo64,

    Seem we need to use “Polylang for WooCommerce” but we don’t have it. Could you please give us a staging environment (with the same configuration of your site) then we’ll work on it? If yes, please contact us via Support Forum on our website.

    Regards,

    Thread Starter grumo64

    (@grumo64)

    I installed Polylang for woocommerce and everything works now.
    One more thing is it possible to show product variation when using th woocommerce shortcode(I know that’s anather topic but…)

    Thread Starter grumo64

    (@grumo64)

    I found by myself how to display production variation with native woocommerce shortcode.
    Simply paste the following code:

    add_filter( 'woocommerce_shortcode_products_query', 'woocommerce_shortcode_products_query_post_type');
    function woocommerce_shortcode_products_query_post_type($query_args){
    	$query_args['post_type'] = array('product', 'product_variation');
    	return $query_args;
    }
    • This reply was modified 2 years, 12 months ago by grumo64.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn’t work with Polylang’ is closed to new replies.