https://github.com/webkul/magento2_verticalproductslider
Magento2 Vertical Product Slider - allow to display products in vertical Slider with magento2 system configuration and block code https://store.webkul.com/
https://github.com/webkul/magento2_verticalproductslider
Last synced: 4 months ago
JSON representation
Magento2 Vertical Product Slider - allow to display products in vertical Slider with magento2 system configuration and block code https://store.webkul.com/
- Host: GitHub
- URL: https://github.com/webkul/magento2_verticalproductslider
- Owner: webkul
- Created: 2015-10-12T13:31:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T15:53:57.000Z (over 10 years ago)
- Last Synced: 2024-12-31T21:42:35.646Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Magento2 Vertical Product Slider
Magento2 Vertical Product Slider - allow to display products in vertical Slider with magento2 system configuration and block code https://store.webkul.com/
How to Install the module
--------------------------
copy Webkul folder in app/code
Run Following Command via terminal
-----------------------------------
php bin/magento setup:upgrade
now module is properly installed
How to call the Block code
--------------------------
After setting configuration settings , just add the following block calling code in the content area of CMS page-
Add the following code in CMS page content -
{{block class="Webkul\Verticalproductslider\Block\Slidedown" template="slidedown.phtml"}}