How to display products in home page which are created from a program in magento? - 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.

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.

Magento Add to cart button redirects back to product page, but only for certain products

I have 3 products on my site. Two of them can be added to cart just fine. The third one, when clicking add to cart, redirects back to the product page without adding the product to the cart. The other two, when clicked, directs to the cart page, showing the item in the cart. I'm baffled. Where should I look to fix this?
Found my solution. In the product configuration, in the tab dealing with downloadable things, I had to set the drop down for "allow to be bought separately" to No instead of Yes

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.

Product moved from Cat to Sub-Cat not showing up on site search

In Admin I created new subcats for my CyberPower category. When I search for BH1500 on our site for the product I get the whoops page. If I go step by step through our site to get to the product it works just fine. Why is the URL missing, or nor showing the link properly?
http://www.unipower.com/products/ups/cyberpower/bh-series.html, is what shows up.
However this
http://www.unipower.com/products/ups/cyberpower/bh-series/BH1500.html
should be the right link.
New to Magento, help me if you can!!
All you should need to do is run a reindex and flush your cache! Basically, your catalog URL rewrites are incorrect or out of date.
System > Index Management - Best to select all elements, choose the Reindex Data action and click the Submit button.
System > Cache Management - Flush Magento Cache

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