• Resolved xanderkrosh

    (@xanderkrosh)


    Hi, i use WP 4.4.7. There is a mistake in cmb2-conditionals.js that cause an issue in variation product.

    screen

    Line 220 contains
    fieldName = fieldName.replace( /\[\]$/, '' );

    With turned on plugin i cant edit products.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author RexTheme

    (@rextheme)

    @xanderkrosh We will check and let you know the fix. Thanks

    Plugin Author RexTheme

    (@rextheme)

    Hi @xanderkrosh,

    I think you’re using an older version of the plugin. We’ve removed the custom product selection option in latest version because it’s causing some problem to those users who have a very large number or products in their store (Querying all the products there makes it very slow and sometimes cause server error). We will add a similar and optimized version of this feature soon.

    You can use category/tag mapping now.

    Thanks.

    Thread Starter xanderkrosh

    (@xanderkrosh)

    You don’t understand me.

    I mean screen an error on product edit page! I have updated your plugin to 1.1.0 ver. But error still breaking product edit page in variations tab.

    We need an export only in your plugin tab section. Mayby simple way to fix it – register scripts and styles only in your plugin area.

    Like

    add_action( 'admin_print_scripts-post-new.php', 'portfolio_admin_script', 11 );
    add_action( 'admin_print_scripts-post.php', 'portfolio_admin_script', 11 );
    
    function portfolio_admin_script() {
        global $post_type;
        if( 'portfolio' == $post_type )
        wp_enqueue_script( 'portfolio-admin-script', get_stylesheet_directory_uri() . '/admin.js' );
    } 

    Where you change post_type=product-feed

    Plugin Author RexTheme

    (@rextheme)

    @xanderkrosh Thanks for clarifying. We’ve fixed the issue. Please update the plugin to latest version.

    Thanks

    Thread Starter xanderkrosh

    (@xanderkrosh)

    OK! DONE!

    I have downloads the plugin but I cannot find menu ‘Product Feeds’

    Plugin Author RexTheme

    (@rextheme)

    @designitalia Please open a new thread instead of commenting on a different topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Variation product issue’ is closed to new replies.