Skip to content

product

Auto Added by WPeMatico

rearrange more information & details tab in product details page in product details page

I need to change the default tab on product details to be more information tab, i make this edit in vendor, i replace this code <block class=”MagentoCatalogBlockProductViewDetails” name=”product.info.details” template=”Magento_Catalog::product/view/details.phtml” after=”product.info.media”> <block class=”MagentoCatalogBlockProductViewDescription” name=”product.info.description” as=”description” template=”Magento_Catalog::product/view/attribute.phtml” group=”detailed_info”> <arguments> <argument name=”at_call” xsi:type=”string”>getDescription</argument>… Read More »rearrange more information & details tab in product details page in product details page

Duplicate the page.main.title

I wanted to duplicate the “page.main.title” element on the product pages, so I added this block to my catalog_product_view.ml <block class=”MagentoThemeBlockHtmlTitle” name=”title.additional2″ template=”Magento_Theme::html/title.phtml”> <arguments> <argument name=”css_class” xsi:type=”string”>product</argument> <argument name=”add_base_attribute” xsi:type=”string”>itemprop=”name”</argument> </arguments> </block> I want to add this block because I… Read More »Duplicate the page.main.title

General system exception happened Additional data

Getting This Error while importing the products General system exception happened Additional data: Error in data structure: entity values are mixed Screenshot: https://pasteboard.co/k5dv5AQBJMCN.png Here’s the first-row content: https://ctxt.io/2/AABQL4rSEA Please help to resolve this error.