@xanderkrosh We will check and let you know the fix. Thanks
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.
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
@xanderkrosh Thanks for clarifying. We’ve fixed the issue. Please update the plugin to latest version.
Thanks
I have downloads the plugin but I cannot find menu ‘Product Feeds’
@designitalia Please open a new thread instead of commenting on a different topic.