Magento grouped product - php

I have created one group product containing many associated products. On product page I am adding that associated(simple) products of grouped product to one container. Then after clicking on ADD TO CART all associated products are showing differently with their quantity and prizes. But I want to show then as one group like single product. And price and quantity will be addition of all the associated products. Is there any way to do this? please help

If you want to show the selection of products as a unity, you should use bundle product which is aimed to do this.

Related

How to add automatically products (just in the backhand) to orders in woocommerce?

I think is necessary some custom PHP, how can be added automatically to the backhand of the order 3 products (brochure, box and leaflet) for each order?
I do not want this to be visible in the front end like using plugins like chained products but I would like simply that for each order in the backhand automatically would be added 3 specific product to this order.
The three product would be products with their own SKU code and ID of course.
if you have the product id you can use
WC()->cart->add_to_cart($product_id,$quantity);
to set any product you want to customer's cart.

Magento Products are not showing in Shop

Hope you can help me today. I imported about 85.000 Products from an SQL Source via Magmi. These Products are showing in the backend, they are "active", I updated the index (all of them), deleted the cache, made sure, that the products are in any category, made sure all mandatory fields are filled out, and they have a price. The products are not in Stock, but when I manually add a product thats not in stock, it is shown in the shop. And if i modify an imported product and increase the amount I have in stock, they are still not shown.
The products are all visible in catalog and in search, but I just cant find then clicking on the category in the menu. But if I search for a specific product I can find it.
Got anybody an idea?
Cheers
EDIT: Here I got a picture from Magmi import Process
And i only have one store, and one store view, that has default values
Following things you can check -
Check Visibility of the product.
Check if the product is assigned to a category.
Check if the product is assigned to a store view.
Check if the product is In Stock.
Check if the product has a qty assigned.

Magento only one product showing on category page

Click here for screenshot
As you can see in the SS above, only one of the products in my category is being shown on the view. BUT notice that it says there are 3 items in the category. Any thoughts on how to fix this would be greatly appreciated. And before you say it, I have already tried all the following standard fixes that can be found on google such as:
The products must be Visible in Catalog.
The products must be Enabled.
Product must have a stock Quantity.
The product must be set to In Stock. If the product is set not to
track stock, it still has to have a stock Quantity and be set to In
Stock.
The product must be assigned to the target Category.
If using multi-website mode (or if you imported the products through
Data Flow), the products must be assigned to the target Website.
You must refresh your Cache / Indices, just to make sure.
Make all category anchor(is_anchor=1) is yes ,from design of tab category
and set store id to all Products
And Re indexing all index from Admin>system>Index management
Products will also not show up if you upload new products and missed the 'URL Key' field. Filling in this field will add the product to the category page.

How to separate stock products and out of stock products in woocommerce

I want to display FIRST in stock items THEN out of stock items. Within those two groups, the products should be alphabetized.
https://www.dropbox.com/lightbox/home/Public
Check this link out may be this is the thing which you are looking out for
[1]: http://tareq.wedevs.com/2013/12/woocommerce-sold-out-badge-on-products-listing/
Separating sold out products

How can we find out ordered grouped product ID on magento

I am having many grouped products on a store. Client wants to see grouped product detail also on the ordered item section but in magento it shows only simple products on the items list. How can we get the grouped product details in the grouped product ordering. Please help me out.
Mage_Sales_Model_Order_Item::getParentItem()
?
or equivalent - $item->getParentItem() ?

Categories