• The Catalog Visibility is not used for variations.
    When initially searched the field is empty. As soon as scrolled down/up the fields get filled with “Hidden” and “Shop and search results”.
    Later I noticed, when first moving to the right the fields when scrolling down/up even have prices in them.

    First I thought the variations have old metadata as I moved from single to variations using the same SKUs. I checked with the following SQL (maybe it is incorrect) but could not find any data for variations.

    
    SELECT * FROM wp_term_relationships
    where term_taxonomy_id in (SELECT term_id FROM wp_terms where name in ('exclude-from-search', 'exclude-from-catalog'))
    order by 1;
    

    The issue is reproducible with Firefox, Edge and Chrome.

    • This topic was modified 2 years, 11 months ago by rolfhuiber.
    • This topic was modified 2 years, 11 months ago by rolfhuiber.
Viewing 1 replies (of 1 total)
  • Plugin Author storeapps

    (@storeapps)

    Hi there,

    Yes, we are able to reproduce the same issue with the Smart Manager plugin and the issue seems to be related to the Smart Manager grid simply showing duplicate values in the same ‘Catalog Visibility’ column

    We will investigate the issue and surely get back to you once we have found a working solution for the same.

Viewing 1 replies (of 1 total)
  • The topic ‘Nonsense in non-used variation fields’ is closed to new replies.