Skip to content

Latest commit

 

History

History
96 lines (57 loc) · 3.76 KB

README.md

File metadata and controls

96 lines (57 loc) · 3.76 KB

M2 Featured Products Module

This module for Magento 2 allows you to create groups of products manually from the backend and display them in the frontend. (Homepage, categories, product pages, cms pages, etc etc)

Quick Guide

You can add product groups from: Content > Product Blocks

You have different options to display a block of featured products on your site:

The first step will always be to create a block of featured products. Content > Product Blocks

- Using Magento Widgets

You can add a new widget from Content > Widget

You must select the widget "Featured Products", after selecting the all options, under the widget options tab, you can select the block product that you want to display.

you can know more about widgets magento here

- Include using wysiwyg editor

If the editor shows you the "Insert Widget" button your able to include a block of featured products.

Using this method you can include a block of featured products in CMS pages or CMS Blocks.

- Layout Update XML (advanced)

From some parts of the admin panel you can include a block of featured products using XML code.

  • CMS pages: "Layout Update XML" under "Design" tab.

  • Category: "Custom Layout Update" under "Custom Design" tab.

  • Product: "Custom Layout Update" under "Advanced Settings > Design" tab.

The code that you must use is this:

ID

CONTAINER: It is the place (reference name) where you want to install the block

NAME: You should choose a name for this xml node. The name must be unique.

ID: It is the ID of the block of featured products that you want to show. You can find the ID in Content > Product Blocks

- Layout XML file (advanced)

if you have enough knowledge, you can also insert XML code directly in the XML files from your theme.

The code that you must use is this:

ID

CONTAINER: It is the place (reference name) where you want to install the block

NAME: You should choose a name for this xml node. The name must be unique.

ID: It is the ID of the block of featured products that you want to show. You can find the ID in Content > Product Blocks

NOTE: we do not recommend this method because if the ID of your block changed you must edit the file to change it.

Support

Donation

If you have used this module consider the possibility of making a donation

paypal

Screenshots

ScreenShot

ScreenShot

ScreenShot

ScreenShot