cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the layout of grouped products for Differenr Products ?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to change the layout of grouped products for Differenr Products ?

Hi ,

I want to change the layout of grouped products based on Product.

Suppose i had two products

First product table is like

FilterByName        PackageContents   FileLength    FileSize     Qty

Second product table is like

ProductName   PackageContents       Color    Qty

Based on my requirement i have to change the layout.

For reference please find the attached images

Grouped_Product1.JPG Grouped_Product2.JPG

 

1 REPLY 1

Re: How to change the layout of grouped products for Differenr Products ?

Hi @sekhar_n,

 

Maybe you can check here: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html

 

Also, there is another way based on Product ID or product SKU (I can't find the official documentation):

 

<catalog_product_view_id_ENTITYID>

Or

<catalog_product_view_sku_SKU>

Using that you can customize de layout for the specific product.