Free Magento2 Widget Pack I

FREE
Auf Lager
SKU
snm-widget-pack-I
Download
Widgets1 1.6.2

• Focus Image
• YouTube Video
• Product Attribute
• Media Link
NEW Render widgets in product and category attributes (description,short description,..)

Backend: Demo-Bereich (Username: demo PW: demo123)

Frontend: Demo-Bereich

NEW: use composer to install the extension

  composer config repositories.snmportal composer https://snm-portal.com/repro
  composer require snmportal/widgets1
Links

Widget SNM Focus Image

Focus the image at a certain point.

The focus point is always displayed in the visible area.

Example:

{{widget 
    type="Snmportal\Widgets1\Block\Widget\Focusimage" 
    image="wysiwyg/training/training-main.jpg#-0.57,0.16,1280,372#21% 42%" 
    template="widget/focusimage/default.phtml"
}}

 

Widget SNM MediaLink

Returns a URL for a file from the media / WYSIWYG section. The allowed data types can be specified in the settings. When selecting, a file from the local computer can also be loaded into the area.

With this small widget, links for download files can be created quickly.

Example:

This can be inserted into an HTML link.

<a href="{{widget 
    type="Snmportal\Widgets1\Block\Widget\Medialink" 
    image="wysiwyg/training/gridExportDoc.pdf" 
    template="widget/focusimage/default.phtml"}}"> Link 
</ a>

 

Widget SNM Product Info

Allows you to output a product attribute. In the example, the price for the product 67.

{{widget 
    type="Snmportal\Widgets1\Block\Widget\Productinfo" 
    id_path="product/67" 
    attribute="price"
}}

 

Widget SNM YouTube video

Lets you view a YouTube video in a content area.

{{widget 
    type="Snmportal\Widgets1\Block\Widget\Youtube" 
    url="https://youtu.be/203GOsjN-Wg" 
    size="contain"
}}

Settings

Allows rendering of widgets also in product and category attributes.

As well as setting the possible file types for download files.

Mehr Informationen
Version 1.6.3
Compatibility Magento 2.1.x,2.2.x
Last Updated 12.11.2018
Änderungsprotokoll 25.05.2018 Version 1.6.2 Compatible with Magento 2.1.x and production mode 26.10.2017 Version 1.6.0 UPdate for 2.2 18.05.2017 Version 1.4 New option, allows filtering of widgets for product and category attributes.
Eigene Bewertung schreiben
Nur eingetragene Benutzer können Rezensionen schreiben. Bitte einloggen oder erstellen Sie einen Account