Skip to content

Instantly share code, notes, and snippets.

@vijayrami
Last active August 17, 2020 06:21
Show Gist options
  • Save vijayrami/0cee18dd88a4e351134593e4f26be66d to your computer and use it in GitHub Desktop.
Save vijayrami/0cee18dd88a4e351134593e4f26be66d to your computer and use it in GitHub Desktop.
Infortis Ultimo Theme Customisation and Bugs

Siderbar related products checkbox not working.

in app/design/frontend/Infortis/base/Infortis_Base/templates/product/list/slider.phtml

change role="select-all" to data-role="select-all"

Remove review tab and review link from product detail page.

Add catalog_product_view.xml file in app/design/frontend/Infortis/ultimo_child/Magento_Catalog/layout

Add below code:

<referenceBlock name="product.info.review" remove="true" />
<referenceBlock name="reviews.tab" remove="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment