Magento products with stock and products without stock - magento

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.

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?

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 bundle product price when out of stock

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.

Magento Qty Increments

Basically all my products in magento are single units, however everything is sold in packs say 10 units to a pack. Theres the Enable Qty Increments on the product options in Magento and then you enter the Qty increments, which works without problems. However by default when you go to the product on the front end, hit add to cart it tries to add just 1 unit not the minimum of 10 is there a way, when you hit add to cart it adds the minimum qty of 10 rather than 1?
I know this is a while after you posted the problem & you probably have a fix already..
We are looking at this problem ourselves.. & have an issue with Bundled products not allowing us to add more than one instance of the product on each page.. hard to explain..
What I am thinking to do is remove the quantity box from the actual product.. Customers can select in a drop down if they want packs of 5 - 10 - or singles.. if they require odd numbers they can adjust the number still in the checkout..
does that all make sense..
Add to cart & Qty box are on the products.phtml page i think... I am still looking at all my options though.. Setting up a selection of Grouped products at the moment..
Just a passing suggestion ;)
Edit.. // What we have done as a final solution.. Use // Promotions /
Shopping Cart Rules.. You can make specific rules for Bulk categories
& Products in set numbers.. This will be a lot easier for our staff to
manage.. just drop requested products into a category called "bulk"
..wish I had thought of it earlier :)
In Admin panel go to
System >> Configuration >> Catalog >> Inventory >> Product Stock Options and set Qty Increments to what you want.
Magento provides Bundled Products to achieve such sell of products in packets.
Create a Bundle Product and follow these steps at Bundled Items tab in product edit form
Add New Option
Provide Title, select input type checkbox or multiselect and set Is Required to Yes
Search your product in below grid and add this product providing "Qty to add" to 10
Add selected product to option and then save product.

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