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

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.

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.

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.

Recently Viewed Products in Magento

I want to be able to clear recently viewed products when I click on a link Clear Recently Viewed Products.
When customers login and view some products in Magento then Magento displays recently viewed products on the right side. I would like to add one link under that recently viewed products block which when clicked - it should remove/clear all the recently viewed products from that right block and it should show "There are no recently viewed product available" message there.
$_products = $this->getRecentlyViewedProducts();
Recently viewed products data are stored in this table report_viewed_product_index.
So simply you can delete those records based on customer_id.

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

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

Resources