Products not showing up in "French" and "English" and cannot be added in Manage Categories - magento

when I change the view to English or French store view, there is no product in that category. Why aren't they inherit from All Store Views? how can I fix it?
Products added to the category while scope was "all store views". so it really should be in both French and English store now.
I did full re-index many times. I cleared the cache too.
see the bug in action [youtube]: http://www.youtube.com/watch?v=oE4h6H6PW78&feature=youtu.be
In "English" and "French" store views, new products not even show up when tried to add them again. They only can be added in "All Store Views" scope.
Magento version 1.6.2.0

I managed to get that working by disabling all products and reenable for store views added after products were added.
To disable and reenable products for specific view, follow these steps
EDIT: before disable and enable your products back, I suggest to try reindexing and refreshing cache, from the System menu.

Login to your magento admin panel
Go to System>>Index Management
Select All
Set Action to Reindex data
Click Submit
Go to System>>Cache Management
Select All
Set Action to Refresh
Click Submit
Now All product will be display at frontend

Related

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.

How to display products in home page which are created from a program in magento?

I created products using a controller in magento.The products are successfully created and are shown in list of products in Magento admin panel.But these are not shown in Magento home page.
But once I click on EDIT of these products and save them unchanged,they are shown on home page.
I am new to magento...
What might be the reason and how to overcome?
Thankyou,
First you need to flush all Cache you can do it form admin->system->Cache Management now click on "Flush Magento Cache" Button
secondly you need to Index you can do it form admin->system->Index Management
select all indexes and select reindex data and click on submit button now check your home page it should work.make sure your product should be in stock
and status = enable.

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 while saving in backend

I have a small problem with my Magento 1.5
The products is showing ok in the frontend, but on open a product in backend and press Save or Save and Continue, the frontend is not showing nothing.
I think that here is a problem with Index Management.
What can i do to no reindex the hole category or the hole database on save product ?
Any help is appreciated.
You can change the behavior of the index to not update on every product change, and only do it manually (i.e. via cronjob)
You can change that in the admin area at System / Index Management. Select the Product Index and choose "Change index mode" in the dropdown.

Magento Related Products not showing

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

Resources