Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #4040377
Issue with Linked Variations Not Displaying
Open

Comments

  • Ton started the conversation

    Hello,

    I'm experiencing an issue with the WPC Linked Variation for WooCommerce plugin.

    Problem: I have created over 800 Linked Variations, but old variations stop displaying on the frontend. When I duplicate the non-displaying variations, the new duplicated ones work fine, but then more old variations disappear. This creates a continuous cycle.

    Could you please help me resolve this issue?

    Thank you.

  •  1,478
    Dustin replied

    Hi Tom,

    Please add the custom code below. (How to add custom code? ↗):

    add_filter( 'wpclv_get_linked_args', function ( $args ) {
    	$args['posts_per_page'] = - 1;
    
    	return $args;
    } );

    If the issue persists, please provide your website credentials (wp-admin link, username, and password) or create a development or staging site with identical configurations so that I can investigate further.

    In that case, please purchase a premium version here https://wpclever.net/downloads/wpc-linked-variation/ 

    Best regards,
    Dustin