Magento Related Products not showing - magento

this problem has been bugging me for a while now.
I have these simple products on my magento configuration at the moment. And I really like to make a related product for each of them. I was able to apply the filter and find the products itself on the back-end.
My cache is disabled so this is not the problem
I have re-indexed everything several times
I checked if none of the items was added to the cart, but my cart was
empty
All the products are added to categories, have a quantity of > 0 and
a "In Stock" property.
I have no idea why it is not displaying properly.

This worked for me:
Login to Admin
Go to System -> Index Management
Select All checkboxes
Select 'Reindex Data' from Actions selection list
Click Submit button

Related

Magento Products are not visible in category after switching to multisite

I have recently switched to multisite functionality in magento which is working fine except one thing that I cant view product list in respective category ie. categories are displaying empty. however I can see the products individually but not in category. please let me know what is going wrong?
You need to check is, select products from product grid, click on Update Attributes, on the left hand side 'Websites' tab, check the website on which you want to upload products in. Then reindex the category products.

Magento: Assign all products to New store View after creating substore

I have main site and created multiple stores for different langues from magento admin.
Requirement - All categories and products need to be automatically displayed for new store.
Problem - All categories are displaying ok but all products are not displaying as these are displaying in main site. How can I achieve this?
What I have already done:
Magento version: 1.9
All categories and products need display on all stores
Multiple stores are created successfully
What else can I do?
Go to your manage products page, click select all, change the action dropdown to say "Change Attributes" and click submit. Then, on the websites tab, make sure your new site is checked in the "Add Product to Websites" area, and click save.

Simple configurable product conflict with ajax add to cart (Magento)

I have a problem with my site being once you click on add to cart and select a custom option this sets the price to 0.00 it will add the product with the options but uses the lowest priced product instead of the one selected i have browsed for the last few days and think I’ve narrowed it down to another plugin AJAX Excellence i think conflicting with SCP i got my info from this link but have no idea what I’m looking for.
This problem doesnt happen if you go through the product description page only on the product listing pages which brings up a pop up of options to add to cart
Your help will be appreciated.
Magento ver. 1.7.0.2

Can not view products in admin of magento

I am new to magento and i need little help....
Actually I added simple products in magento and was trying to add some configurable products,The simple products were working fine.
While working on configurable products something happened and I can not see any products in manage products area.
I have checked the database and products exists there.
What should I do to fix this issue.....Kindly help
you can see associated product
just click on that
then you can see yoursimple product list ,,if not then click on reset filter
Go to catalog manage products and check if the fields are blank and click search
The simple products will not show if you do not have the attribute set that links the simples to the configurable. What is the attribute you are using? Check in the simples if this is set to be a value. Then go back to the Configurable, go to the associated products and click on 'Reset'. They should now show.

Magento Not Showing Products to Users who are Not Logged in

Using Magento CE 1.7, I have uploaded multiple csv files to create categories, create a lot of products, and assign the products to the correct category. I don't know when precisely it happened, but about two weeks ago I noticed that the category listings pages would stop showing the products on the front-end. I have spent nearly half of the development time for this project trying to get the category pages to consistently show the products.
Today I noticed that, again, the category pages no longer showed the products. Once again I logged into the admin section and double checked that the products were active, in stock, had qty and that the indexes were refreshed (I have turned off caching so this was not an issue). When none of the usual fixes worked, I carried on to my original task of the day. I logged into the members area and did my tweaks there. It was then that I went back to the category pages and found that the products were back. By logging in and logging out I could make the category pages show / hide the products. I have been through the admin section looking for an option that may hide a product from a non-logged-in user but am unable to locate one.
Why do my products not show when a user is not logged in?
Whilst going through through the customer groups section of the admin panel I noticed there was an entry for "NOT LOGGED IN" users. There was something suspicious with it, though. The ID was '5'. The other customer groups ascended from 1 to 3 and there was no entry with an id of 4.
My solution was to alter my database to set the id of the 'NOT LOGGED IN' customer group to 0:
UPDATE customer_group SET customer_group_id = 0 WHERE customer_group_code = 'NOT LOGGED IN'

Resources