magento configurable products options - magento

In my store i have all the products as configurable products and there is no simple products displayed on store. Everything goes fine but then i noticed one problem.
After adding a product to cart by choosing the simple product from the configurable product page, i still gets configurable products sku in the cart , also it maintains through out the session. So we cant track actually which product sell.
Is it problem with any configuration or should i do anything to catch the simple products sku instead of configurable product SKU.
Please help me

This is probably a bit late if your store is filled with configurable products, but I've found this product a lifesaver in the past:
http://www.magentocommerce.com/magento-connect/Matt+Dean/extension/596/simple-configurable-products
It basically just adds the simple product to the cart using the simple product's price as the buying price. Custom options must also be added to the simple products rather than the config products.
As a result the purchased item is the simple product SKU rather than the configurable product.

Related

Price in Cart is not correct Magento 1.8

Today I've run into a new problem and can´t find a solution.
I've added some simple products and configurable products via MagMI. Everything is fine. Products are shown in the front-end as I want it. But following happens:
simple product 1 has a price of 49€, simple product 2 has a price of 90€.
Both are part of the same configurable product which has a price of 49€. Now, in cart, the single-price of both simples is 49€. (If I print out $_item->getSku() I get the right skus of the simple products, so I think, the products in cart are the correct ones)
How can I fix this?
It would be also helpful if someone could tell me where the subtotal is built exactly - I can't find this.
I would be thankful for all help or hints.
If the simple products are not visible individually then the price shown will be the price of the configurable product. The pricing variations on the associated single products are managed in the Associated Products tab of the configurable item.
Pricing is managed here as a plus/minus relative to the price of the main configurable.

Set associated product category different from configurable product

I have a configurable product which has a number of associated products, each of these is a simple product and determines the size of the product.
I want to add a number of the simple products to a new category "Sale", but this doesn't work unless I set the main configurable product as Sale too. But if I do that then all the sizes appears in the Sale category.
How can I make only specific sizes appear in the new Sale category?
I guess you're trying to promote those simple products in a special way, right? Maybe an product attribute would suit your need better.
However, if you have configured your simple products to not appear as single products in catalog, they will not do this of course. If you set your configurable products to the new category Sale it doesn't matter what the simple products have been assigned to, they will always appear.
What might help you, is to copy your configurable product, attach that one to Sale an associate only the simple products that should appear under sale.

How to remove required field validation in magento 1.7.0.1?

I am beginner in magento.I need to remove required field for select option in configurable products and add into shopping cart pages in magento.In product details page,customers can purchased set of product and individual product.For example, Product A can buy shirt model and product B can buy pant model but product A and product B can show shirt and pant.so i am using product
How to remove required field and add into shopping cart page in magento? Please advice me
You are using the wrong kind of products. Configurable product options are always required.
I think you need to look at using grouped or bundled products to do what you want.
http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-grouped-product
http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/catalog_product/producttype

Magento Shopping Cart Rule not getting simple product attribute values

On a client's store we have configurable products based on a custom weight attribute (4kg, 10kg, 12.5kg etc...). I've set up a discount rule so that the discount only applies to products that are above 4Kg.
However, i realised the discount is also applied to 4Kg products. It seems that it's not pulling the attribute from the relevant simple product but from the configurable product. When trying with SKUs it was pulling the SKU of the configurable product rather than the simple product.
Has anyone been able to get around that? I'm using Magento 1.5.1
thanks

order configurable product when out of stock

I have to configure my magento store so that my customers can order configurable products when they are out of stock.
Because these products are out of stock, they do not appear on the products page.
I did find a way to show them the products page (system-->configuration-->inventory-->Display Out of Stock Products) but because the product is out of stock, the customer can't order it.
Anyone an idea on how to configure my site so the customer can buy out of stock configurable products?
I'm using Magento 1.5.0.1
In Configuration > Inventory an option exits to display products out of stock. This would be a good place to look.
EDIT: Also if you want the ability for the customer to purchase the product you need to allow products to be back ordered in the following configuration tab.

Resources