• Resolved dorefresh

    (@dorefresh)


    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)
  • Hi there,

    I understand that the products that are set to be shown only on “Shop” are not being synched to Facebook due to the code you shared above.

    The developers have already identified this issue and you can take a look at it here: https://github.com/woocommerce/facebook-for-woocommerce/issues/1961

    As per the GitHub issue, when WooCommerce catalog visibility for a product is set to any setting other than “Shop and Search results”, products do not sync to Facebook regardless of what is set in the individual product settings for sync.

    I cannot confirm an ETA for a fix at this time as our developers are still looking into it. I’d recommend you subscribe to that issue so you can track the progress and are notified of the updates and discussion around it.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Products with Shop only visibility do not sync’ is closed to new replies.