Magento configurable product not showing all posible combinations - magento

I am using an attribute set for all the jeans products which have waist size, inseam and color. I managed to add the products to the configurable product but now all the options don't show in the front end. I already add all the options to the attributes and also linked the single products to the configurable product. The first product I created shows the correct attributes but the second one doesnt, instead it shows exactly the same options than the first product even when the extra options were already added as single products.
This is the product in question:http://geveysim.net/ValleyBigandTall/index.php/copper-cove-big-and-tall-stonewashed-denim-jeans.html
This is the product showing correctly: http://geveysim.net/ValleyBigandTall/index.php/casual-wear/jeans/greystone-big-and-tall-570-cargo-jeans.html

01) check the quantity in all simple products and make it as in stock
02) after changed go to configuration and re-index

Related

Magento Configurable Products Do Not Show Up

My configurable products do not show up. Here is how I set up The configurable product:
1) Created two attributes that are global, dropdown with
"Apply to Configurable Product" and "Use to Create Configurable Product"="Yes".
2) Added these two attributes to an attribute set.
3) Create a new configurable product based on this attribute set.
4) Select both attributes in my attribute set.
5) Add a default price to the configurable attribute, and set manage stock to "No".
6) Under Associated Product: I filled out all fields with visibility = "Not Visible Individually" and "Stock"="in stock".
7) I am also using the "Parent Product Thumbnail" for each associated product.
At this point, I am expecting:
1) As each associated products is created, it appears in the list at the bottom of the admin page. There should be one associated product at the bottom of the page, but there is not.
2) In the front end, I am expecting my configurable product to show up but I cannot see it in the navigational filters. I am expecting that the navigational filters reflect information for the associated products.
3) I am expecting that the product listing and the product page shows options for product variation along with images from the parent product. However I cannot get anything to show up.
Any advice would be greatly appreciated, thank you!
I think you have forgot to choose the attribute in simple product which are used as super attribute configurable product.
For example an super attribute "color" is used for configurable product and in the simple product you have not choose any "color" attribute.
After that in configurable product, associate the same simple product.

Preselect configurable product options based on simple product

This is a very similar question to this:
Preselect configurable product options by simple product URL
But the important part of the answer just points to a dead link.
There are a million pages that explain how to get the configurable product from the simple product, but not the configurable product with the options set to what would produce the simple product.
I need this for a couple areas. First, there's a section of the site that will programatically add the product to the cart based on SKU. It finds the simple product via SKU, and I can get its parent product, but I can't add that to the cart with the options that will point it to the simple product.
Secondly, I need the link that's generated for the simple product to show the page for it's configurable product, with the appropriate options selected since we're generating links for an external service that gets the links to all the simple product pages which are currently disabled.
I've looked everywhere but can't find how to get the configurable product options selected.

Product variants with same sku

I need to add a few products with the same sku but different attributes, such as weight and size. How can i do this with using magmi or anyway? As i understant product SKU must be unique.
You cannot have 2 products with the same SKU.
But there is a workaround for this.
You cannot use configurable products because each combination of attributes must be a standalone simple product, hence different sku.
But you can simulate this using custom options (See the tab 'custom options' in the product edit page in admin).
It has all you need. You can have the same sku, you can have different prices for different custom options.
There is only one drawback.
You cannot have a separate stock for each combination of options. The product can either be in stock or out of stock.
So if you use up the stock for a weight and size you have to manually remove it from the backend.

magento configurable product have no “Add to cart” button

I have created a configurable product and also added two products in it with proper size and color option but in the frontend in product details page, there is no add to cart button or select size/color option.I also added quantity and selected in stock option for both of the products.Here is my screenshot.
Please help.
Also set In Stock for configurable product also and do reindexing.
Configurable product needs to be set to in stock, Enabled, and have Associated Products
Simple Products need to have QTY, in stock, Enabled, and associated with a Parent (can only do that on the parent).
After those are set, you will need to clear cache and reindex.

Associated Product not showing the different price

I have just added a product and everything works fine. The product is a top with different attributes: size and color.
However I want to have reduced price on one of the different colors like in a sale, so I went into the associated products section and changed the price. However, whenever I go to the website and click on the color of the reduced price top, it still shows the original price and not the one I just changed.
How can I get it to show the price I changed it to?
Out of the box the only way to do this is via the price offsets for each configurable option under "Super product attributes configuration" as shown in the attached image:
Otherwise, you can use an extension such as Simple Configurable Products http://www.magentocommerce.com/magento-connect/simple-configurable-products.html
Go to system > Index Management and reindex Product Prices data
It sounds like you are using a configurable product with associated simple products. As far as I'm aware Magento only refreshes the product price for bundle product types.
I have seen a lot of people recommending this module.

Resources