0

I am using magento version 1.9.0.1 and having site on this Client asked me to migrate data to other server with same configuration But when I transferred all data to another server everything is working fine except products not showing up at front-end.It shows in database and admin side. I guess this in list.phtml

$products = $this->getLoadedProductCollection();

is not working

And I have also checked with loading base theme magento but no luck in that.

If anyone help me in this would be really helpful

Thanks in advance

Shahzad Barkati
  • 2,532
  • 6
  • 25
  • 33
Ali Fani
  • 1
  • 4

2 Answers2

1

You can do following steps :

1) go to backend, select all products, click on update attributes, click on websites on left, check your website and click on submit.

2) Go to system->config catalog and check if you have disabled retrieval of out of stock products on listing page.

3) After above steps, reindex your products and inventory.

4) Delete magento/var/cache/* and check website again.

Mihir Bhende
  • 8,677
  • 1
  • 30
  • 37
  • Thanks but I tried above steps which you mentioned but still not able to see products – Ali Fani Sep 28 '15 at 14:13
  • Categories are coming up but not able to see products – Ali Fani Sep 28 '15 at 14:17
  • Is your website a multistore on or single store? – Mihir Bhende Sep 28 '15 at 15:13
  • Also i found below thread with similar issue, you can try and update here is it works : http://stackoverflow.com/questions/2493141/magento-products-will-not-show-in-category – Mihir Bhende Sep 28 '15 at 15:14
  • Products are showing there when I am searching in search bar but still not able to see them in respective categories – Ali Fani Sep 29 '15 at 10:54
  • If this is the case then please check product visibility. It has to be catalog-search to be able to view products both on catalog and search result page. If it is only search, products will only be visible on search result page. – Mihir Bhende Sep 29 '15 at 11:19
0

After many attempts finally found solution,it was because of license issue which is only for domain and i was accessing it from other IP and when I pointed it to that domain all things started working fine.

Thank you all for your inputs and help

Ali Fani
  • 1
  • 4