Magento bundle product price when out of stock - magento

We have a bunch of bundle packages and if one of the items is not available, the bundled product will show "out of stock" which is good. However, the price will show the amount of the available products.
Is there a way to show the full price to include both the available AND unavailable items? Or to just hide the price completely if an item in the bundle is out of stock as this can upset customers when they see a lower price compared to the full price when bundled product is available with all simple items in stock.
Example: http://screencast.com/t/vIKSfcXUQA , that out of stock bundled product is actually over $600 when all items are in stock.
EDIT: Bundle Product price options are set to Dynamic and price view is set to "As low as"

Login in to your Magento Admin go to System > Configuration.
On the left column, under Catalog, go to Inventory.
Under the tab Stock Options, you have a Display Out of Stock Products which you can set to "No".
If that did not work, then Magento is not allowing such a thing, I'm afraid.

Related

Magento Products disappear due to stock 0 But stock Option not available

I have set Stock management Yes but My website have only three option, i cant put Qty of product. Please help me. My magento version is 1.9.3
Configurable product do not have the Quantity field. They are not physical products, so they can't have exact qty amount.
If all associated products of a configurable product are out of stock, then configurable product itself is considered out of stock.
Further more, under System -> Config -> Catalog -> Inventory, you can choose if Magento show render out of stock products on the frontend. Maybe this is something that you actually want?

Magento: Best Product type for Camera Kits

I am developing a magento site. In this site I have products for camera kits. In one kit the product can have camera body, camera lens etc. These products when sold in group will have lesser price when sold individually.
I am thinking of "Grouped Products" in magento will suit my case the best.
But how to set the discounted price when purchased from a group?
Also I have to import product from another site so I will be creating all the products programmatically. So any suggestions for the discounted price. Also my approach for grouped products is right or wrong?
Grouped products are just a way to sell multiple products on one product page.
You could use a bundle product. When creating a bundle you can choose if the price will be calculated as the sum of all items or a fixed price.
I see two options for you:
Use the fixed price and create one bundle for each camera kit. The bundle will have an option "body" and an option "lens", each option has only one product selection and is marked as "required" (i.e. you don't have a choice)
Use dynamic price and a special price, then you can add different body and lens selections with different prices from which the customer can choose, but can give a discount of for example 10% on the bundle.

Configurable products for different product sizes and price

I am trying to make a store for car care chemicals in Magento for online buyers and company distributors.
Each chemical has a size option - 0.5 liters, 5 liters, 207 liters
And the above options have price difference depending upon the customer is a normal buyer or a distributor.
I have made a configurable product, but the price in the
"Super product attributes configuration" overrides the Group pricing in the simple products.
Can somebody please suggest the right way?
You have to create a attribute "size" as dropdown with all possible sizes.
When you add the product you have to choose one of them.
Magento will not take into the account the simple products' price of a configurable one. Simple products' prices are ignored. if you want to sell a simple product X having price $120 and a simple product B ($130) then set configurable product's price to $120 and add products you want to associate with this configurable product. After adding them click on 'Associated Products' tab which opens a block named Super product attributes configuration, which contains options and price differences and set the prices accordingly as described in attached image.
Moreover There's an extension that allows you to use simple product prices instead of price differences Since it's free extension. The extension is "Simple Configurable Products(SCP)".

Magento products with stock and products without stock

I'm building a Mawebshop with certain products that are always in stock. These products don't have a inventory qty.
There are also products that are not always in stock and these products always have x number of stock.
So I need to enable "Decrease Stock When Order is Placed" for the products which have a x number off inventory qty. But the products which are always on stock don't have an qty and need always to be visible.
I can't establish this with basic features of Magento. Does anyone know if there is an extension to fix this problem?
This feature already present with default magento admin panel. You just need to go under Manage Product and open any product. Then You need to click on inventory tab from the left tab section. There is first drop down Manage Stock which have two value YES and NO.
So you just need to select NO for those product for which you don't want the manage quantity and please select to YES for others.

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