cancel
Showing results for 
Search instead for 
Did you mean: 

How can I see my product on my Home Page

SOLVED

How can I see my product on my Home Page

I just created a new product.

 

I reindexed everything from CLI through Telnet

 

I flushed everything.

 

The product is listed in my backend Products > Catalog

 

When I go to the public webpage for the Category the product is assigned to, nothing appear.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How can I see my product on my Home Page

I figured it out. You need to:

 

  1. Telnet into your server and run this from the command line:
    > php /home/{myhost}/public_html/bin/magento indexer:reindex
  2. Then, in the Admin Panel backend of Magento, you need to navigate System > Cache Management and click the Flush Cache Storage button
  3. Then, in the Admin Panel backend of Magento, you need to navigate System > Cache Management and click the Flush Magento Cache button in order to get the Product to appear on the public Home Page
  4. Repeat steps 1-3 above, in the exact order, for each product

Clunky, but I got the product to appear on my site.

View solution in original post

3 REPLIES 3

Re: How can I see my product on my Home Page

Please publish all the problem product's backend screens.

Re: How can I see my product on my Home Page

Thank you @Dmitry_Fedyuk.

 

Can you help me with how to publish the products?

 

Where in the backend do I go to publish the product?

 

(I thought saving it would be good enough).

Re: How can I see my product on my Home Page

I figured it out. You need to:

 

  1. Telnet into your server and run this from the command line:
    > php /home/{myhost}/public_html/bin/magento indexer:reindex
  2. Then, in the Admin Panel backend of Magento, you need to navigate System > Cache Management and click the Flush Cache Storage button
  3. Then, in the Admin Panel backend of Magento, you need to navigate System > Cache Management and click the Flush Magento Cache button in order to get the Product to appear on the public Home Page
  4. Repeat steps 1-3 above, in the exact order, for each product

Clunky, but I got the product to appear on my site.