Download the PHP package techyouknow/module-skurl without Composer
On this page you can find all versions of the php package techyouknow/module-skurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techyouknow/module-skurl
More information about techyouknow/module-skurl
Files in techyouknow/module-skurl
Package module-skurl
Short Description Access to the product page by SKU, Allow add to cart from url, and easy access to product hero image by sku
License OSL-3.0 AFL-3.0
Informations about the package module-skurl
SKuRL For Magento 2
Help Magento 2 store owners to simplify access to the product page by SKU, Allow add to cart, and easy access to product hero image. The sales and marketing team would love this extension. Make things much easier to set up the campaign.
The router is configurable on the backend.
What's included?
(a) Product sku redirect
Open the Product page for the SKU that specified in the URL.
(b) Direct add to cart from url
Allows store owner to create a links that add product directly in cart and redirect customer to cart page immediately.
(c) Product Image from SKU
Display the Product image for the SKU that specified in the URL.
Usage Instructions
TechYouKnow SKuRL Extension - Installation steps
INSTALL TechYouKnow SKuRL EXTENSION FROM ZIP FILE ON YOUR DEV INSTANCE. TEST THAT THE EXTENSION WAS INSTALLED CORRECTLY BEFORE SHIPPING THE CODE TO PRODUCTION
INSTALLATION
Composer Installation
- Go to your magento root path
- Execute command
cd /var/www/Magento
orcd /var/www/html/Magento
based on your server Centos or Ubuntu. - run composer command:
composer require techyouknow/module-skurl
- To enable module execute
php bin/magento module:enable Techyouknow_Skurl
- Execute
php bin/magento setup:upgrade
- Optional
php bin/magento setup:static-content:deploy
- Execute
php bin/magento setup:di:compile
- Execute
php bin/magento cache:clean
Manual Installation
- extract files from an archive.
- Execute command
cd /var/www/Magento/app/code
orcd /var/www/html/Magento/app/code
based on your server Centos or Ubuntu. - Move files into Magento2 folder
app/code/Techyouknow/Skurl
. If you downloaded zip file on github, you need to create directoryapp/code/Techyouknow/Skurl
. - To enable module execute
php bin/magento module:enable Techyouknow_Skurl
- Execute
php bin/magento setup:upgrade
- Optional
php bin/magento setup:static-content:deploy
- Execute
php bin/magento setup:di:compile
- Execute
php bin/magento cache:clean
Requirements
Techyouknow SKuRL Extension For Magento2 requires
- Magento version 2.0 and above
- PHP 7.0 or greater
All versions of module-skurl with dependencies
magento/framework Version >=100.0.0
magento/module-theme Version >=100.0.0