products not showing up in magento frontend - magento

I am facing a problem in magento store, when any new customer group is added by admin site and if it is assigned to customer, for that particular customer no product showing, the page displaying like "There are no products matching the selection."
Please suggest me how this problem can resolved? or why this is arising?
Thanks!

The solution I got by
click on promotion->catalog price rule->apply rule
This is some how related with Indexing. and group or any rule created on that group will get apply on front end successfully.

Check this link. I got my imported products shown up by disabling all and then enabling all again.
http://www.aschroder.com/2010/07/why-are-my-magento-products-not-showing-up/

Related

Magento 1.9.1.0 - products not showing after changing data in product details fields

My task was to change existing products in shop with new one, so all that i have changed is NAME,
SKU, and URL key in GENERAL section and description field in PRODUCT DETAILS.
After i have done that, items are successfully edited in backend but they dissapear from frontend.
The only way to get to them in frontend is to enter complete address of that specific product in the address bar.
I have tried everything that i could found on the forum up to this date, and it didn't work for me.
Tips like reindexing, status - enabled, availability - in stock...
If someone has an idea, please, share it with me.
Thank you all.
You can try the below things:
1. Check the product quantity,in stock and enable status and catalog visibility.
2. Re indexing
3. delete the entry from url rewrite management for your product
4. rename the "var" folder
Solution for my problem was in associated products section. I had configurable product, but i didn't had associated (simple product) for that configurable product. So i had to create some simple product for related configurable, and then they appeared in frontend.
Thank you all.

Magento - Group Product not Working

I am trying to add new Group product in magento. I am able to add it but when i try to edit group products ( when i click on Associated Products ) section not loading. I mean I am not able to edit products under group products and I am able to see products on frontend but then when I click on product to see all description of group product, it shows me "Processing Error "
is there any one help me.
Please go under the admin section and click on system->index management and then re-index all magento indexes.
Please also check the logs into magento code at following location:-
magento-root-directory/var/log/

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.

Disabling/Deleting Products in Magento

I need to disable products in Magento as they are currently not available from my manufacturers but I know they will come back next year. If I disable these products, will it create 404 errors?
How do I delete products without creating 404 errors?
Why not just saying Out of Stock, so you will keep all links?
There are different ways to disable the product in frontend.
You can refer the following article for more:
http://masteringmagento.com/2010/04/8-and-a-half-reasons-your-magento-products-dont-show-up-in-the-catalog/

Magento - Configurable products not visible until manually saved in admin panel

I have a script that is creating a lot of configurable products and their associated simple products.
Everything goes ok and when inspecting the products in the admin section, everything is linked up and looks great.
The problem is that the products are not visible until I manually go to the admin section and save the configurable product - without changing any options - and then each simple product that is associated with it. After each simple product is saved, its option becomes available on the from end for the configurable product.
Does anyone have any ideas on this?
Solved this by going through the saveAction in the Mage_Adminhtml_Catalog_ProductController.
I wasn't setting the websiteIds correctly so the new products were never getting added to the site correctly.
Magento uses this piece of code to get the correct website:
$product->setWebsiteIds(array(Mage::app()->getStore(true)->getWebsite()->getId()));
Drew's answer above worked for me. For those using the REST API, this option is under extension_attributes like so:
"extension_attributes": {
"website_ids": [1]
}
Where 1 (for me) was the id of the website where I wanted the product to appear.

Resources