Hello!
I want to check product visibilty , that exists in database , but it is not shown in Magento Backend.
As I have understand it is gotten via two tables catalog_product_enabled_index and
catalog_product_entity but I haven't found link between them
I have only sku to look for product
I know my question seems trivial but I did not arrive to resolve it
Thanks in advance
@ahmed_chouihi if you have product sku, you can check the product visibility from admin.
Go to Catalog->Products and there on search just enter the sku for which you want to search the visibility.
Thanks
I can't found the element when i have searched by SKU but not found
@ahmed_chouihi if you are not able to find that product by sku it means that product doesn't exist.
Either it is deleted by mistake.
You can also check by searching it using sku on the frontend of the website.
Thanks
Hello @ahmed_chouihi
Try searching the product with its name or any other parameter you remember for now.
Backend should give you idea, if you are not able to find the product in backend then database also won't have any information regarding.