Magento Extension Installation User Guide – Support Portal for Magento Extensions & Services https://magecomp.com/support MageComp Support Tue, 23 Jul 2024 12:42:12 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.7 Hyvä Addon Installation Guide https://magecomp.com/support/docs/magento-extension-installation-guide/hyva-addon-installation-guide/ Thu, 28 Dec 2023 11:07:43 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=13651 Follow the below steps for Hyvä installation: Step 1: Install the main package of the extension. Step 2: Contact our support team for the Hyvä package. Raise support ticket at – https://magecomp.freshdesk.com/ Step 3: Replace & Merge the main package with the Hyvä package. If you have installed main package manually, then extract zip files from […]

The post Hyvä Addon Installation Guide appeared first on Support Portal for Magento Extensions & Services.

]]>
Follow the below steps for Hyvä installation:

Step 1: Install the main package of the extension.

Step 2: Contact our support team for the Hyvä package.

Raise support ticket at – https://magecomp.freshdesk.com/

Step 3: Replace & Merge the main package with the Hyvä package.

  • If you have installed main package manually, then extract zip files from the below path

{{Magento Root Path}} /app/code/Magecomp/{{Your Extension}}/

  • If you have installed main package with composer, then extract zip files from the below path

{{Magento Root Path}} /vendor/magecomp/{{Your Extension}}/

The post Hyvä Addon Installation Guide appeared first on Support Portal for Magento Extensions & Services.

]]>
Composer Installation https://magecomp.com/support/docs/magento-extension-installation-guide/composer-installation/ Mon, 30 Dec 2019 09:38:19 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=5303 Add to Cart Product Place order Goto Composer Packages   Add our repository to your composer configuration Run repository command to your Magento root Next, install the package with the command Now run composer copy above command to your Magento root When prompted, enter your Authentication details

The post Composer Installation appeared first on Support Portal for Magento Extensions & Services.

]]>
Add to Cart Product

add to cart

Place order

place order

Goto Composer Packages

 

Add our repository to your composer configuration

add repository

Run repository command to your Magento root

run repository command

Next, install the package with the command

install package with command

Now run composer copy above command to your Magento root

run composer

When prompted, enter your Authentication details

authentication details

username password

The post Composer Installation appeared first on Support Portal for Magento Extensions & Services.

]]>
Extension Installation Guide for Magento Marketplace Extension https://magecomp.com/support/docs/magento-extension-installation-guide/extension-installation-guide-magento-marketplace-extension/ Mon, 30 Dec 2019 06:36:13 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=5276 Step – 1: Get your Marketplace Access API key First go to Marketplace Customer Login page. Now login to your Marketplace Account by entering email id and password and if you don’t have account yet simply click on Register button to create new account.   Now, click on the top- right corner menu and select […]

The post Extension Installation Guide for Magento Marketplace Extension appeared first on Support Portal for Magento Extensions & Services.

]]>
Step – 1: Get your Marketplace Access API key
  • First go to Marketplace Customer Login page.
  • Now login to your Marketplace Account by entering email id and password and if you don’t have account yet simply click on Register button to create new account.

 

Get Your Marketplace Access API key

  • Now, click on the top- right corner menu and select “My Profile”
  • And then select “Access Keys” link located under “My Products” tab.

Magento Market Place

  • Here, you will have Access Key to your purchase products.

Magento Marketplace Access Keys

Step – 2: Find Technical Details of Extension Package

  • Again click on the top- right corner menu and select “My Profile”
  • And then select “My Purchases” link located under “My Products” tab

My Purchases

  • Now, at the bottom of extension “Download” button you will find arrow key to see technical details of specific extension, simply copy details to safe place.

Magento Marketplace Extensions

Step – 3 : Run Commands in Console

  • First make sure that composer is installed on your Magento Sever, if you haven’t installed composer yet then simply type “Composer install” command in your console to install composer on your server.
  • Now, run command below command followed by your extension name and version of extension that you want to install on your server.

Composer require <extension name>:<version>

Composer Command

  • Now, it will ask you to enter your public API key as username and private API key as password of your marketplace account.

Composer API Command

  • Once you enter required details, simply hit enter and it will start installing extension.

Composer Module Details

  Step – 4 :  Emergency Console Commands

To disable extension in emergency case:

php bin/magento module:disable MODULE_NAME  => Module: Disable

To enable Extension after disable:

php bin/magento module:enable MODULE_NAME => Module: Enable

To uninstall extension from Magento server:

php bin/magento module:uninstall MODULE_NAME => Module: Uninstall

To know the current status of Extension:

php bin/magento module:status => Module: Status

Step – 5 : Support

Only the extension related issues will be resolved under the support.

Below services are NOT covered with the given support:

  1. Compatibility check between Magento and other extensions
  2. Extension modification or customization
  3. Third-party developer consultations

For more information please drop us an email at support@magecomp.com if you have any questions or problems or need our support.

Our support staff will get back with you as soon as possible within 24 hours.

The post Extension Installation Guide for Magento Marketplace Extension appeared first on Support Portal for Magento Extensions & Services.

]]>
Installation Guide for Magento 2.x Extensions https://magecomp.com/support/docs/magento-extension-installation-guide/magento-2-extension-installation-guide/ Mon, 30 Dec 2019 06:16:06 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=5274 Go to My downloadable products. The file that you download normally is a zip file. Use FTP client (such as Filezilla, WinSCP, cuteFtp) to upload or copy all folders in the zip package to your Magneto site root folder. This will not overwrite any existing files, just add new files to the folder structure. Open […]

The post Installation Guide for Magento 2.x Extensions appeared first on Support Portal for Magento Extensions & Services.

]]>
  • Go to My downloadable products. The file that you download normally is a zip file.
  • Use FTP client (such as Filezilla, WinSCP, cuteFtp) to upload or copy all folders in the zip package to your Magneto site root folder. This will not overwrite any existing files, just add new files to the folder structure.
  • Open Command line in folder root of Magento and run following command respectively:
    • php bin/magento setup:upgrade
    • php bin/magento setup:static-content:deploy -f
    • php bin/magento indexer:reindex
    • php bin/magento cache:flush
  • Navigate to Stores/Configuration, if you can see the extension tab, it is installed properly.
  • If you need professional help regarding Magento Extension Installation, Feel free to contact us any time.
  • The post Installation Guide for Magento 2.x Extensions appeared first on Support Portal for Magento Extensions & Services.

    ]]>
    Installation Guide for Magento 1.x Extensions https://magecomp.com/support/docs/magento-extension-installation-guide/magento-1-extension-installation-guide/ Mon, 30 Dec 2019 06:13:44 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=5272 Go to My downloadable products. The file that you download normally is a zip or tgz file. It’s required to disable cache in the administration panel of your site. Go to System/Cache Management. Choose all caches and take action “Disable” then submit. Also disable the Compilation if it is ON. So, make sure that Caching […]

    The post Installation Guide for Magento 1.x Extensions appeared first on Support Portal for Magento Extensions & Services.

    ]]>
  • Go to My downloadable products. The file that you download normally is a zip or tgz file.
  • It’s required to disable cache in the administration panel of your site. Go to System/Cache Management. Choose all caches and take action “Disable” then submit. Also disable the Compilation if it is ON. So, make sure that Caching and Compilation is disabled before installing the extension, you can enable it again after the
  • Use FTP client (such as Filezilla, WinSCP, cuteFtp) to upload or copy all folders in the zip package to your Magneto site root folder. This will not overwrite any existing files, just add new files to the folder
  • You will need to install the extension in your custom theme if you are using. Just make sure about these files to be uploaded in custom
  • app/design/frontend/default/default to app/design/frontend/YourThemeFolder/PackageFolder
  • skin/design/frontend/default/default to skin/design/frontend/YourThemeFolder/PackageFolder
  • After uploading is done, enable the Cache and if you keep Compilation On then re-run the
  • Navigate to System/Configuration, if you can see the extension tab, it is installed properly.
  • Now if you get Access denied error when click on the extension tab, you need to log out admin panel and log in again.
  • Go to front-end and try to process, make sure that everything is
  • If you need professional help regarding Magento Extension Installation, Feel free to contact us any time.
  • The post Installation Guide for Magento 1.x Extensions appeared first on Support Portal for Magento Extensions & Services.

    ]]>
    Magento Extension Installation User Guide by MageComp https://magecomp.com/support/docs/magento-extension-installation-guide/ Mon, 30 Dec 2019 06:12:12 +0000 https://magecomp.com/support/?post_type=manual_documentation&p=5269 : : Installation User Guide : : The installation user guide describes the step by step procedure to install the extension. Once you have purchased an extension, the next step is to install it to your Magento store. MageComp has come up with an installation user guide that will help you install the extension efficiently […]

    The post Magento Extension Installation User Guide by MageComp appeared first on Support Portal for Magento Extensions & Services.

    ]]>
    MageComp Logo

    : : Installation User Guide : :

    The installation user guide describes the step by step procedure to install the extension. Once you have purchased an extension, the next step is to install it to your Magento store. MageComp has come up with an installation user guide that will help you install the extension efficiently when you purchase it from our official website MageComp.com. This guide will be helpful to you to install the extension and what to do if something goes wrong.

    The post Magento Extension Installation User Guide by MageComp appeared first on Support Portal for Magento Extensions & Services.

    ]]>