Customize group product page

The Magento 2 site is currently used a pre-built theme (Argento Stripes). I am trying to make some customizations. I have created a new theme folder.

For the new theme I have created a newtheme folder in the app/design/frontend/Local folder.

I have then created componser.json, registration.php, and theme.xml files with what appears to be the correct configuration.

I was then able to apply the new theme to the store in the Magento backend.

However, for our group product pages I am unable to find how to change the configuration.

I created a catalog_product_view_type_grouped.xml file in the app/design/fontend/Local/newtheme/Magento_Catalog/layout folder

Here is the content of the xml file:

<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <move element="product.info.description" destination="product.info.main" before="-"/ </body> </page> 

Currently the description is part of the tabbed display on the grouped product page. I am trying to move it towards the top of the page where the product name is listed. Thus far the xml file does not seem to have made any changes. Even if I type gibberish characters in the file I don’t see any errors when I open the grouped product page.

Note: I have also flushed the Magento Cache.

Any hep would be appreciated.

submitted by /u/davidbarman
[link] [comments]