products are not visible on category page

Hello there,
After successful migration till step 5 indexing is done and cache is also cleaned
I am facing following issues.
-Products are not visible on frontend and category page but categories are visible on frontend.
(https://nimb.ws/ng4hQf)
products are assigned in categories. (https://nimb.ws/j8DupJ)
on some categories pages products are visible (https://nimb.ws/GwsoKT)
-Product page of admin paanel is broken.(https://nimb.ws/Rd75ho)
-How to remove suffix migrated from attributes names.

1 answer

Profile photo of Mall Staff 184060.00 $tone August 26, 2020
Public

Hi there,

-Products are not visible on frontend and category page but categories are visible on frontend.
(https://nimb.ws/ng4hQf)

That depends on either your product’s settings or product’s stock status. Please check this again because, as you mentioned, another category page was still showing products on it: 

on some categories pages products are visible (https://nimb.ws/GwsoKT)

Please provide me more information about the issue you mentioned:

-Product page of admin paanel is broken.(https://nimb.ws/Rd75ho)

Please enable full developer mode in your instance following the steps below and check that issue again, then provide me more details of that issue: 
1 -- Open SSH terminal, go to M2 folder and run the CLI command:
php -f bin/magento deploy:mode:set developer

Next, run the command:
cp pub/errors/local.xml.sample pub/errors/local.xml
2 -- And open the PHP file at app/bootstrap.php
and find the code line: 
#error_reporting(E_ALL);
and replace it with:
error_reporting(E_ALL);

-How to remove suffix migrated from attributes names.

You can remove that in the Attribute sets management in your M2 backend (Stores > Attributes > Attribute Sets).

Regards,
Mall.
 

#1

Please login or Register to Submit Answer

Written By

Comments