Horje
A plugin which enables Magento's session to run within WordPress.

Noted That:

  • To install correctly this mage-enabler.zip.
  • Fisrt Download the mage-enabler.zip to your computer
  • Extract/Open mage-enabler.zip to Your Computer.
  • Then, Find readme.txt file inside mage-enabler.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the the Tips Below.

Start the Tips:

1. First Download "mage-enabler.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "mage-enabler.zip" Downloaded plugin from your computer, Where you downloaded mage-enabler.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Mage Enabler" folder is added on left sidemenu. Now, Click on "Mage Enabler" folder.

   Noted that: If you do not see "Mage Enabler" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Mage Enabler Configurtions and Settings or How to work "Mage Enabler" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Mage Enabler" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Mage Enabler
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Fix the function collision problem between Magento and WordPress by doing the following:

    Copy the file functions.php from your Magento core folder which can be found in:

     /magento/app/code/core/Mage/Core/functions.php 

    and paste it in the directory below (create the directory if necessary) and open the file for editing.

     /magento/app/code/local/Mage/Core/functions.php

    Locate the function __() or go to line 93. The function is similar to the one below:

     function __() { return Mage::app()->getTranslator()->translate(func_get_args()); }

    replace it with this:

     if (!function_exists('__')) { function __() { return Mage::app()->getTranslator()->translate(func_get_args()); } }

    Save the file and close it.

  2. Upload mage-enabler folder to the /wp-content/plugins/ directory or use the Add New -> Upload option in the Administration panel.
  3. If you use FTP to upload the plugin, activate the plugin through the ‘Plugins’ menu in WordPress. If you use the Add New -> Upload option, just click the Activate link provided after the plugin’s installation. A menu will be added under Settings tab labeled as Mage Enabler.
  4. Go to the Mage Enabler admin page in WordPress and supply the absolute URL of the file Mage.php from Magento
  5. Click Save button. One of the messages below will shows upon saving the settings:
    • Invalid URL – This means your file Mage.php can’t be found using the URL you entered.
    • File is accessible! – You have supplied a valid URL.
    • Mage object not found! – Check your cookie settings. Your browser should be configured to accept cookies.

within, wordpress, session, magentos, which, enables, plugin,

Name

Reffered: https://wordpress.org/

Share on: