Magento 1 Faves v1.x Configuration

In this section you will find a detailed description of the Plumrocket Faves Extension’s features and settings that can be reached at the admin panel following the access path Plumrocket > Faves.

Configuring Faves Extension

Step-by-Step action:

  1. Press the “Plumrocket” tab in the menu.
  2. Select “Faves”.
  3. Select “Configuration”.
Magento-Faves-Configuration-enable-1

Step-by-Step action:

  1. Select “Faves” in the left menu.
  2. Option “Enable Plumrocket Faves”: Set “Yes” to enable the Module or “No” to disable it.
  3. Option “Serial Key”: enter unique serial key provided after the purchase for legitimate and proper functioning of your extension. Note: In most cases this field will be pre-filled with serial key automatically and the green check mark will be displayed. Otherwise please read article Serial Key Activation in order to find and paste your serial key manually.
  4. Press the button “Save Config” to save the settings.
Faves v

Manage Faves

In order the access the “Manage Faves” page you will have to log in first and follow these instructions:

Step-by-Step action:

  1. Press the “Plumrocket” tab in the menu.
  2. Select “Faves”.
  3. Select “Manage Faves”.
Magento-Faves-Configuration-1

You will see the list of all products that your customers ‘liked’ in social media or marked using the “Fave” button. This page was designed to monitor the statistics of Likes dealing with all the products that your website offers.

The website administrator can use the following options of this page

Detailed description:

  1. Option “Edit”: allows you to configure the value of Votes Count. Note, configuration changes will be displayed only for the “Fave” button in the front-end.
  2. Option “View”: allows you to view the history of Likes.
Manage-faves

If you click on the “View” button, you will see something similar to the screenshot below:

Step-by-Step action:

  1. Select the elements you need from the list.
  2. You can delete elements using the list of actions. To do this, select option ‘delete’ from the list.
  3. Click on “Submit” button to enable changes.
View

After you click on the “Edit” button, you will be able to configure Votes count. (This number shows how many people have clicked on the “Fave” button)

Step-by-Step action:

  1. Select the “General” tab.
  2. Here you can change the number of Likes.
  3. Press “Save” to save changes.
Edit

Manage Buttons

The page “Manage Buttons” allows you to manage social media buttons on your website. The website administrator can manage already existing buttons and add new ones.

In order the access the “Manage Buttons” page you will have to log in first and follow these instructions:

Step-by-Step action:

  1. Press the “Plumrocket” tab in the menu.
  2. Select “Faves”.
  3. Select “Manage Buttons”.
Magento-Faves-Configuration-menu-2

The website administrator can perform the following actions in this page

Step-by-Step action:

  1. Select “Add new” in order to add a new social media button *
  2. Select any existing button from the list to be able to edit it.
Manage-buttons

The screenshot below displays the page you will see when adding and editing social media buttons, as well as possible options available here.

Detailed description:

  1. Option “Name”: allows you to choose any name for the button.
  2. Option “Type”: allows you to choose the type of button (system name for the button) that is used when you insert the button into HTML. This name is unique and it cannot be changed in the future.
  3. Option “Description”: allows you to provide any description of the button in order to understand what it stands for in the future.
  4. Option “Status”: shows whether the button is enables or disabled.
  5. Option “Header Script”: requires you to enter the scripts that must be enabled for the button to function.
  6. Option “Button Code”: requires you to enter the code of the button.
  7. Option “Callback Code”: requires you to enter the callback code *
Edit-fave-button

Important Information:

  • If you have the Live Feed module installed on your website and want the products to be added to the Feed Page after user clicks on social media buttons or Fave button, you should enter extra line in the “CALLBACK CODE”: plumrocketFaveObserveEvent(url, type);

Check the example of using Facebook Like Button Callback Code:

            jQuery(document).ready(function(){
                FB.Event.subscribe('edge.create', function(url) {
                    plumrocketFaveObserveEvent(url, '{{type}}');
                });
            });
        
  • HEADER SCRIPT and BUTTON CODE – can be received at social media websites by means of buttons generation service
  • if needed “HEADER SCRIPT”, “BUTTON CODE”, “CALLBACK CODE” can be supplemented with variable expressions

Variable expressions are presented in the following format:
{{TAG_NAME}} – these expressions will be replaced by the appropriate ones during parser processing

Standard expressions that can be used here:
{{url}}
{{type}}
{{media}}
{{description}}

Note, that the option plumrocketFaveObserveEvent(url, ‘{{type}}’) is the key here, since it is responsible for callback in the Faves Module. It uses the page URL that are ‘liked’ and button type as the criteria to provide the statistics.

Available For Fave

The “Available For Fave” Tab allows you to manage the types that will function according to the rules of this Magento social media extension.

In order to access the “Available For Fave” page you will have to log in first and follow these instructions:

Step-by-Step action:

  1. Press the “Plumrocket” tab in the menu.
  2. Select “Faves”.
  3. Select “Available For Fave”.
Magento-Faves-Configuration-menu-3

This extension can be set on default for “Product”, “Category”, “Inspiration” (Note, this option can be enabled only if Inspiration Wall extension is installed) and “Brand” (Note, this option can be enabled only if Shop by Brand extension is installed).

The website administrator can enable the section where the ‘Faves’ extension will function.

Detailed description:

  1. Option “Active”: allows you to activate only that type where the ‘Faves’ module must function.
Configuration-faves

This is how Faves is displayed in the front-end.

Detailed description:

  1. You can like boutique with facebook social button.
  2. You can add products to favorites.
Magento-Faves-view
Was this article helpful?