Products with Shop only visibility do not sync
-
Hi,
I have some products that are not shown in Search, so they are Shop only.
The plugin does not sync these products. It is due to this check.
if ( ‘visible’ !== $product->get_catalog_visibility() ) {
throw new ProductExcludedException( __( ‘Product is hidden from catalog and search.’, ‘facebook-for-woocommerce’ ) );
}Any chance of fixing this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Products with Shop only visibility do not sync’ is closed to new replies.