Social Rewards v1.0 Documentation

Size: px
Start display at page:

Download "Social Rewards v1.0 Documentation"

Transcription

1 Social Rewards v1.0 Documentation Facebook Likes Setup Considerations Support for the Facebook extension How Does Facebook Like Work Receiving Points for Liking a Page with Facebook Facebook Like Point Status How to Set up a Points Earning Rule for Liking a Page with Facebook Manually Integrating the Facebook Like Earning Message Home Page or Cms Page Product View Page How to Approve Points Received for Liking a Page with Facebook How to Change the Facebook Like Initial Point Status Troubleshooting ERROR text displayed after LIKE button was clicked To resolve the issue: After clicking Facebook Like Button a 'Confirm' button appears Facebook Like FAQ Are points deducted from customer when they Unlike a page? What happens when a customer clicks the Facebook Like button and they do not have a Facebook account? How many times can a customer receive points for Liking pages with Facebook? Can a customer Like the same Magento page more than once? Facebook Product Share Rewarding Configuration 1. Facebook Product Share Button 2. Facebook Product Share Rewarding Store Front End Set up a rule for Liking on Facebook Earn points for sharing products on Social Sites (Twitter, Google+ and Pinterest!) How to Set up a Points Earning Rule for sharing products? How do I Manually Integrate Social Icons on Product View Page? Product View Page How do I Disable all Social Icons from my site? How do I disable Social Icons on certain websites only? How do I disable Social Icons only on Individual Pages CMS / Home Page / Category Page? Purchase Share Rewarding

2 Configuration 1. Purchase Share Buttons Configuration 2. Rule Setup Rule Information Triggers & Conditions Actions Rewarding Limits How it works! Store Front End Before Sharing What happens if a customer "Likes" then "Dislikes" items on my site? Can I set a maximum number of points for Social Interactions? Set Up a rule for Twitter Follow Rewarding Set up a rule for Pinterest Rewarding Set up a rule for Google +1 Facebook Likes Note: This feature is available in Sweet Tooth If you are using Sweet Tooth , the Retail Evolved extension is bundled into our core product. Setup To setup earning for Facebook page LIKE points that rewards customers for LIKING a page on your site with Facebook, you will need to: 1. Navigate to System > Configuration > RETAIL EVOLVED Facebook Like Button 1. Look for the "Button Type" option in the "Facebook Like Button Settings" section. 2. Set the value to 'XFBML' instead of 'iframe'. 2. Create a new Customer Behavior Rule 1. Set the Trigger action to "Likes a page with Facebook" 2. Choose the number of points to reward the customer in the Actions section 3. Review the Sweet Tooth facebook rewards limit settings in the Rewards > Configuration Other Configuration > Facebook Rewards Settings. These security settings help reduce abuse.

3 4. Clear cache and try it out in the front end. Considerations These considerations are important to keep in mind when using the Facebook functionality and Sweet Tooth Customers must be logged in to the store and logged into their Facebook account in order to earn Facebook points. The Retail Evolved Facebook Module requires Prototype.js 1.7. If you're running a version of Magento under 1.6 (Community edition) or 1.11 (Enterprise edition), you'll need to download Prototype.js 1.7 from here and replace your file located at js/prototype/prototype.js. The Facebook Like button only supports the latest versions of Internet Explorer, Firefox, Safari, and Chrome. This means that if you are running older versions of Internet Explorer (e.g. IE 1.6, 1.7 or 1.8) or any version of Opera, you cannot use the Facebook Like button. This is a requirement imposed by Facebook and its integration with third party applications such as Sweet Tooth. Support for the Facebook extension Please direct all support inquiries related to the core Facebook Like Button functionality to Retail Evolved, other support can be directed to the Sweet Tooth Support Team. How Does Facebook Like Work If the Retail Evolved Facebook is installed and working properly, Facebook components, such as the Like and Send buttons display on the store s Home, Category, and Product pages. If the Reward s Customer Behavior rule is active, and the rule s Triggers Customer Action or Event is set to Like a page with Facebook a disclaimer indicating the amount of points that can be earned for liking a page also displays on one or more of the Magento pages. When customers who are logged into their Magento store account use the Facebook Like button, they are prompted to log into their Facebook account. Once the customer successfully logs into Facebook, a comment box appears just below the Facebook Like button. The customer can type a comment if desired, click the Post to Facebook button, and a link to the current page is posted on the customer s Facebook Wall.

4 Receiving Points for Liking a Page with Facebook The customer receives points for liking a page with Facebook after the page link is posted on the customer s Facebook Wall. Once the Rewards points are transferred to the customer s account, a message notifying the customer of the number of points they have received displays on the current Magento page. Facebook Like Point Status When Sweet Tooth version 1.6 (and above) is first installed, the initial status of points received for liking a page with Facebook is pending. You can approve points received for liking a Facebook page in the Magento Admin panel, or you can change the Facebook Like initial point status. Customers can view Facebook Like points received and the point status from the My Points and Rewards link in the Dashboard, on the My Account page. How to Set up a Points Earning Rule for Liking a Page with Facebook The Points earning rules for liking a page with Facebook is configured in the Magento Admin panel, under: Rewards > Point Rules > Earning Rules > Customer Behavior Perform the following tasks to create the Points Earning Rule for "Liking" a Page with Facebook: 1. From the Customer Behavior Points Rule page, click the Add New customer Behavior Rule button 2. From the Rule Information tab, under the General Information section: 1. Type a rule name in the Rule Name field 2. Select Active from the Status dropdown box, 3. Select the appropriate Website from the Website field list 3. From the Triggers and Condition tab: 1. Under the Triggers section, select Like a page with Facebook from the Customer Action or Event dropdown list

5 2. Under the Condition section, select the group(s) the rule is to apply to from the Group Is field list 4. Under the Action tab, in the Fixed Amount field, type the number of points you want customers to earn 5. Save the rule Manually Integrating the Facebook Like Earning Message Home Page or Cms Page Add below code in your cms page. {{block type="rewardssocial/facebook_like_notificationblock" template="rewardssocial/facebook/like/notification_block.phtml" name="rewards.notificationblock"}} After evlike code {{block type="evlike/cms_like" template="evlike/likebutton.phtml" name="cms.likebutton"}} Product View Page 1. Modify app/design/frontend/<your_package>/<your_theme>/catalog/product/view.phtml to call child blocks "info.likebutton" and "rewards.notificationblock" by adding the following code: <?php echo $this >getchildhtml('info.likebutton')?> <?php echo $this >getchildhtml('rewards.notificationblock')?> 2. Edit app/design/frontend/<your_package>/<your_theme>/layout/evike.xml to comment out lines 74 80:

6 <! <reference name="content"> <block type="evlike/like" name="likebutton" as ="likebutton" template="evlike/likebutton.phtml" before="product.info"> <action method="sethidden" ifconfig="evlike/evlike_visibility/ev_like_visibility_product_default"> <value>1</value> </action> </block> </reference> > 3. Find: <reference name="product.info"> <block type="evlike/like" name="info.likebutton" as ="info.likebutton" template="evlike/likebutton.phtml" /> </reference> 4. Replace with: <reference name="product.info"> <block type="evlike/like" name="info.likebutton" as ="info.likebutton" template="evlike/likebutton.phtml" /> <action method="sethidden" ifconfig="evlike/evlike_visibility/ev_like_visibility_product_default"> <value>1</value> </action> </reference> How to Approve Points Received for Liking a Page with Facebook If the initial Facebook Like point status is pending, you can approve the points under: Rewards > Point Transfers > Manage Transfers Under Manage Transfers, perform the following:

7 1. From the All Points Transfers page, click the View link on the appropriate row of the transfer you want to approve 2. From the Edit Transfer page, under the Transfer Information section, change the Status to Approved and save the transfer. How to Change the Facebook Like Initial Point Status 1. Navigate to Rewards > Configuration > Other Configuration. 2. Expand the Initial Transfer Statuses section. 3. Look for the Facebook Like box and set the status using the dropdown box: 4. Click on the button. Troubleshooting ERROR text displayed after LIKE button was clicked To resolve the issue: Go to and log in with your Facebook account. Then click on "Apps" near the top. Select your app from the left. Click on "Edit Settings". On the first page, there is a section that asks about how your app integrates with Facebook. Specify that it is a website and type in the base domain. Note that you MUST include the "/" at the end of the domain. After clicking Facebook Like Button a 'Confirm' button appears

8 This is absolutely normal and it's how Facebook Like works. The 'Confirm' button is a response to the recent batch of like jacking attacks on the Like buttons. In certain cases when they suspect a page might be involved in like jacking based on usage patterns, they include the additional 'Confirm' step. If user interactions are generally positive, you will stop seeing the 'Confirm' button. If you are testing Facebook Like functionality and you Like/Unlike a product or page multiple times chances of running into this increase. For more about this check: Facebook Like FAQ Are points deducted from customer when they Unlike a page? If a customer has received points for liking a page with Facebook and later Unlike the page from within Facebook, Reward points are not deducted from the customer s account. When a customer Unlikes a page from Magento, the system removes the page link from the customer s Facebook Wall, and again, no points are deducted from the customer s account. What happens when a customer clicks the Facebook Like button and they do not have a Facebook account? When a customer clicks the Facebook Like button, they are prompted to log into their Facebook account or sign up. The Facebook Like process will not continue unless the customer successfully logs into their Facebook account. How many times can a customer receive points for Liking pages with Facebook? You can limit the number of times a customer can Like Facebook pages within a 24 hour period through the Facebook Rewards Settings section, under the Admin panel: Rewards > Configuration options. Please note that the Minimum Time Between Likes rule will work first and then the Maximum Like Rewards Per Day rule will be secondary. If you set a minimum time as longer than one day, the maximum likes per day rule will not be used. Can a customer Like the same Magento page more than once? Yes, customers can Like the same page multiple times, but will only receive points once per page.

9 Article End Facebook Product Share Rewarding This guide will walk you through setting up the Facebook Product Share Rewarding Functionality. NOTE: This feature is available starting with version Configuration Configuration is divided in 2 parts, as outlined below. 1. Facebook Product Share Button We include a Facebook Share button out of the box that can be enabled / disabled by administrators, without the need to set up rewarding of points for this action.

10 You should see something like the following on the front end, notice the Share button and once clicked the pop up window.

11 2. Facebook Product Share Rewarding To set up a rule To reward customers for sharing a product on Facebook, you'll have to create a new Customer Behavior Rule as outlined in following images:

12

13 Requirement: In order to reward customers for sharing a product on Facebook, as you've probably guessed, admins will have to enable the button as outlined previous section, Facebook Product Share Button.If the administrator creates a rule to reward customers for sharing a product on Facebook and the button is not enabled, he'll get a notification when saving the rule about this requirement. Rewarding Limits There are some ways to limit how often customers can be rewarded for sharing products on Facebook: Maximum Product Share Rewards Per Day maximum number of times a customer will be rewarded for sharing a product on Facebook. If the limit is reached the customer will still be able to share product on Facebook, but he won't be rewarded for this. Default value is set to 5. Minimum Time Between Product Shares minimum number of seconds that needs to pass between 2 product shares for the customer to be rewarded again. Default value is set to 1 second.

14 Store Front End The following images outline how this will look and work for the customers.

15

16 Article End Set up a rule for Liking on Facebook This guide will walk you through the steps to set up a rule for rewarding customers for Liking on Facebook. NOTE: As of Sweet Tooth , the Retail Evolved extension is bundled into our core product.

17 The points earning rules for Liking on Facebook is configured in the Magento Admin panel by going to Rewards > Point Rules > Earning Rules > Customer Behavior 1. From the Customer Behavior points rule page, click on the Add New Customer Behavior RuleI, button 2. From the Rule Information tab, under the General information section: 1. Type a rule name in the Rule Name field 2. Select "Active" fromt he Status dropdown box, 3. Select the appropriate Website from the Website field list 1. From the Triggers and Conditions section, select the Customer Action or Event Likes a page with Facebook 2. Under the Conditions section, select the group(s) the rule should apply to fromt he Group Is field list 1. Under the Action tab, in the Fixed Amount field, type the number of points you want customers to earn.

18 1. Save the rule 2. Navigate to Rewards >Configuration > Other Configuration > Facebook Rewards Settings to set up your Facebook Rewards Settings. You also need to ensure that you have configured your Facebook Like Button properly. To do this you will need to navigate to Rewards > Configuration > Other Configuration > Retail Evolved > Facebook Like Button. For more information on how to configure your facebook button, you can check out this article. On the frontend, you should see the following:

19 Article End Earn points for sharing products on Social Sites (Twitter, Google+ and Pinterest!) Earn points for sharing products on Social Sites (Twitter, Google+ and Pinterest!) Note: This feature is available in Sweet Tooth

20 How to Set up a Points Earning Rule for sharing products? The Points earning rules for sharing products on Twitter, Google+ and Pinterest is configured in the Magento Admin panel, under: Rewards > Point Rules > Earning Rules > Customer Behavior In our Example let's create a rule to Earn points for sharing products via twitter : 1. From the Customer Behavior Points Rule page, click the Add New customer Behavior Rule button 2. From the Rule Information tab, under the General Information section: 1. Type a rule name in the Rule Name field 2. Select Active from the Status dropdown box, 3. Select the appropriate Website from the Website field list 3. From the Triggers and Condition tab: 1. Under the Triggers section, select Customer Action or Event for eg Tweets a Page for with Twitter from the Customer Action or Event dropdown list 2. Under the Condition section, select the group(s) the rule is to apply to from the Group Is field list 4. Under the Action tab, in the Fixed Amount field, type the number of points you want customers to earn 5. Save the rule How do I Manually Integrate Social Icons on Product View Page? 1. Copy app/design/frontend/ base / default /layout/rewardssocial.xml to app/design/frontend/ <your_package> / <your_theme> /layout/rewardssocial.xml so that you are not modifying core template files. 2. Open app/design/frontend/ <your_package> / <your_theme> /layout/rewardssocial.xml line 81:

21 Find <reference name="content"> <reference name="likebutton"> <action method="sethidden"><value>1</value></action> </reference> <block type="rewardssocial/widgets" name="rewardssocial.widgets" template="rewardssocial/widgets.phtml" before="product.info"> <! like button > <block type="rewardssocial/facebook_like_button" name="facebook.like" template="rewardssocial/facebook/like/button.phtml"> <action method="sethidden" ifconfig="evlike/evlike_visibility/ev_like_visibility_product_default"><value>1</value></action> </block> <! pinterest button > <block type="rewardssocial/pinterest_pin_button" name="pinterest.pin" template="rewardssocial/pinterest/pin/button.phtml" /> <! google+ button > <block type="rewardssocial/google_plusone_button" name="google.plusone" template="rewardssocial/google/plusone/button.phtml" /> <! tweet button > <block type="rewardssocial/twitter_tweet_tweetbutton" name="twitter.tweet" template="rewardssocial/twitter/tweet/tweetbutton.phtml" /> </block> </reference><br> Comment this code so that default icons are removed from top. <! reference name="content"> <reference name="likebutton"> <action method="sethidden"><value>1</value></action> </reference> <block type="rewardssocial/widgets" name="rewardssocial.widgets" template="rewardssocial/widgets.phtml" before="product.info"> <block type="rewardssocial/facebook_like_button" name="facebook.like" template="rewardssocial/facebook/like/button.phtml">

22 <action method="sethidden" ifconfig="evlike/evlike_visibility/ev_like_visibility_product_default"><value>1</value></action> </block> <block type="rewardssocial/pinterest_pin_button" name="pinterest.pin" template="rewardssocial/pinterest/pin/button.phtml" /> <block type="rewardssocial/google_plusone_button" name="google.plusone" template="rewardssocial/google/plusone/button.phtml" /> <block type="rewardssocial/twitter_tweet_tweetbutton" name="twitter.tweet" template="rewardssocial/twitter/tweet/tweetbutton.phtml" /> </block> </reference ><br> Product View Page 1. Modify app/design/frontend/<your_package>/<your_theme>/catalog/product/view.phtml to call child blocks "info.rewardssocial.widgets" by adding the following code: <?php echo $this >getchildhtml('info.rewardssocial.widgets')?> 3. Upload new and modified files to your server.. 4. Clear your cache. How do I Disable all Social Icons from my site? ST version Navigate to Rewards >> Configuration > Other Configuration >

23 Facebook Rewards Settings >> Facebook Like Button on Frontend Show/Hide Twitter Rewards Settings >> Twitter Tweet Button On Frontend Show/Hide Pinterest Rewards Settings >> Pinterest Rewards Button On Frontend Show/Hide Google+ Rewards Settings >> Google+ Rewards Button On Frontend Show/Hide For ST version lower than Rename "TBT_Rewardssocial.xml" to "TBT_Rewardssocial.xml.disable" in "app/etc/modules" 2. Clear your cache. How do I disable Social Icons on certain websites only?

24 If you have multiple sites but do not want the social icons to appear on a specific site, you can disable the icons by going to Admin > Rewards > Configuration > Other Configuration and select your site from the Current Configuration Scope. Once you are in the correct scope, you can enable/disable the social icons by following the steps in the "How to I disable all social icons from the site" How do I disable Social Icons only on Individual Pages CMS / Home Page / Category Page? 1. Copy app/design/frontend/ base / default /layout/rewardssocial.xml to app/design/frontend/ <your_package> / <your_theme> /layout/rewardssocial.xml so that you are not modifying core template files. To disable On CMS or Home Page 2. Find <cms_index_defaultindex> and <cms_page> Just below this you will notice <block type="rewardssocial/widgets" name="rewardssocial.widgets" template="rewardssocial/widgets.phtml" before="cms_page"> Add below code after above code <action method="sethidden"><value>1</value></action> For ST Delete or comment out code starting from <cms_page> to </cms_page>

25 <cms_index_defaultindex> to </cms_index_defaultindex> To disable On Category Page 3. Find <catalog_category_default> and <catalog_category_layered> <block type="rewardssocial/widgets" name="rewardssocial.widgets" template="rewardssocial/widgets.phtml" before="cms_page"> <action method="sethidden"><value>1</value></action> For ST Delete or comment out code starting from <catalog_category_default> to </catalog_category_default> <catalog_category_layered> to </catalog_category_layered> 4. Clear your cache. Article End Purchase Share Rewarding NOTE: This feature is only available as of Sweet Tooth Version

26 Configuration The Configuration is divided into 2 parts, as outlined below. 1. Purchase Share Buttons Configuration This feature has a section in Sweet Tooth Configuration to enable /disable the feature and configure which social networks the purchased products will be shared on. Please note, this feature can be used without rewarding points for this action (for rewarding see the Rule Setup section below). You should see something like the following on the front end, notice that each product that was purchased can be shared on the social networks that are enabled in Admin Configuration section.

27 2. Rule Setup To set up a rule for rewarding customers for sharing a purchase on social networks, administrators will have to create a new Customer Behavioral Rule for each social network. Currently, only Twitter and Facebook are available (Pinterest and Google+ coming soon) Rule Information

28 Triggers & Conditions Actions

29 NOTE: In order to reward customers for Sharing a purchased product on a social network, admins will have to enable the button as outlined in the previous section Rewarding Limits No limiting is needed. How it works! Currently, a customer will be rewarded for sharing a purchase as soon as the first product from the purchase is shared on a social network. In the event that more than one product is purchased, each product can be shared, but points will only be rewarded for the first one. However, The customer will be rewarded for sharing a purchased product on each social network for which a rewarding rule is set up. Store Front End Following images outline how this will look and work from customer's perspective. You can see that rewarding a purchased product on Twitter will reward only the first product shared. Exactly the same thing will happen for other social networks for which a rewarding rule exists. Before Sharing

30 After Sharing

31 Article End

32 What happens if a customer "Likes" then "Dislikes" items on my site? As the administrator, you have full control over the status of points transfers, so if you're worried about cases of abuse you can put the initial transfer status to "On Hold". When on hold, these points will not go into the customer's account until either approved by you or a certain period of time has elapsed. If something is "disliked" while points are on hold Sweet Tooth will automatically revoke the points. This reduces the likelyhood of abuse and ensures that you're getting the most out of you Facebook points! Article End Can I set a maximum number of points for Social Interactions? Yes. With Sweet Tooth we've added a security features that will help you control the number of points you reward for the different social behaviors. For example, you want to limit the number of Tweets or Facebook Likes a customer can earn points for on a daily basis. Here is how you would set that up. Step 1: Create your Customer Behavior Rule. Step 2: Navigate to the Configuration section, Rewards > Configuration > Other Configuration > Scroll down the list until you find the specific Social Channel you are looking for. Find the follow options and set them according to your requirements.

33 Maximum Product Share Rewards Per Day maximum number of times a customer will be rewarded for Tweeting, Liking, Sharing etc. If the limit is reached the customer will still be able to share products, but he won't be rewarded for this. The Default value is set to 5. Minimum Time Between Product Shares minimum number of seconds that needs to pass between 2 actions for the customer to be rewarded again. The Default value is set to 1 second. We have implemented this feature for the following social behaviors: Facebook Like Tweeting on Twitter Google +1ing Pinning on Pinterest Product Share on Facebook Article End Set Up a rule for Twitter Follow Rewarding This guide will walk you through the steps needed to set up a rule for rewarding customers for following your store on Twitter. NOTE: Available starting with Sweet Tooth How to set up a points earning rule for following on Twitter The Points earning rules for following on Twitter is configured in the Magento Admin panel, under: Rewards > Point Rules > Earning Rules > Customer Behavior

34 1. From the Customer Behavior Points rule page, click the Add New Customer Behavior Rule button 2. From the Rule Information tab, under the General Information section: 1. Type a rule name in the Rule Name field 2. Select Active from the Status dropdown box, 3. Select the appropriate Website from the Website field list From the Triggers and Conditions tab: 1. Under the Triggers section, select Customer Action or Event Follows you on Twitter. 2. Under the Condition section, select the group(s) the rule is to apply to from the Group Is field list From the Action tab, in the Fixed Amount field, type the number of points you want customers to earn

35 7. 8. Save the rule 9. Navigate to Rewards > Configuration > Other configuration >Twitter Rewards Settings to set up your Twitter Rewards Settings On the front end you should see the following:

36 Article End Set up a rule for Pinterest Rewarding This guide will walk you through the steps needed to set up a rule for rewarding customers for Pinning on Pinterest. NOTE: Available as of Sweet Tooth The points earning rule for pinning on Pinterest is configured in the Magento Admin Panel under: Rewards > Points Rules > Earning Rules > Customer Behavior 1. From the Customer Behavior Points rule page, click on the Add New Customer Behavior Rule button 2. From the Rule Information tab, under the General information section: 1. Type a rule name in the Rule Name field

37 2. Select "Active" from the Status drop down box 3. Select the appropriate website from the Website field list 3. From the Triggers and Conditions Tab: 1. Under the Triggers section, select Customer Action or Event Pins a page with Pinterest [BETA] 2. Under the Conditions section, select the Group(s) the rule applies to from the Group Is field list 4. From the Actions tab, in the Fixed Amount Field, type in the number of points you want to reward to your customers 5. Save the Rule

38 6. Navigate to Rewards > Configuration > Other Configuration > Pinterest Rewards Settings to set up your Pinterest Rewards Settings On the front end, you should see the following: Article End Set up a rule for Google +1

39 This guide will walk you through the steps needed to set up a rule fo rewarding customers for Google +1. Note: Available starting with Sweet Tooth The points earning rule for Google +1 is configured in the Magento Admin panel under : Rewards > Points Rules > Earning Rules > Customer Behavior 1. From the Customer Behavior Points rule page, click on Add New Customer Behavior Rule button 2. From the Rule Information tab, under the General Information section: 1. Type a rule name in the Rule Name field 2. Select "Active" from the status drop down box 3. Select the appropriate Website from the Website field list 3. From the Triggers and Conditions Tab 1. Under the Triggers and Conditions section, select the Customer Action or Event +1's a page with Google+ 2. Under the Conditions section, select the group(s) the rule applies to from the Group Is field

40 4. Under the Actions tab, in the Fixed Amount, type the number of points you want to reward to your customers 5. Save the Rule 6. Navigate to Rewards > Configuration > Other Configuration > Google+ Rewards Settings to set up your Google+ Rewards Settings On the front end, you should see the following:

41 Article End

Placester Quick Start Guide

Placester Quick Start Guide Placester Quick Start Guide Congratulations! You re on your way to building a strong online presence for your real estate business. This Quick Start Guide will walk you through all of the basics for getting

More information

Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT. for Magento 2

Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT. for Magento 2 Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT for Magento 2 Table of Contents 1. Key Features 1.1. Edit and Preview the CMS Page 1.2. Edit and Preview the Category 1.3. Edit and Preview the Product

More information

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Contents 1. Configuring Accelerated Mobile Pages 2. AMP Home Page Configuration 2.1. Setting AMP Category Images

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

More information

AJAX Reviews User Guide

AJAX Reviews User Guide AJAX Reviews User Guide Version: 1.0 Website: http://www.magpleasure.com Support: support@magpleasure.com Table of Contents AJAX Reviews Description... 3 Configure AJAX Reviews... 4 Mails after Purchase

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

How to Launch an Online Course for the first time

How to Launch an Online Course for the first time How to Launch an Online Course for the first time This tutorial walks you through the steps to find, view and launch online courses that you have purchased using Council Connect. Important information

More information

+1 (646) (US) +44 (20) (UK) RMA. for Magento 2. Aheadworks extensions for Magento 2

+1 (646) (US) +44 (20) (UK) RMA. for Magento 2. Aheadworks extensions for Magento 2 RMA for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting around... 3 Managing RMA requests... 7 Manage RMA... 7 Creating RMA Requests from the Backend... 8 Managing RMA

More information

Magento 1 Switch Order Owner. Quick Start Guide

Magento 1 Switch Order Owner. Quick Start Guide Magento 1 Switch Order Owner Quick Start Guide 1. Introduction Switch Order Owner extension allows admin to switch ownership of order from the backend. Admin can easily modify an existing order's customer

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Page 1 of 32. Rewards Points

Page 1 of 32. Rewards Points Page 1 of 32 Rewards Points Table of Contents Rewards Points... 1 Installation... 2 Configure Reward Points... 3 General Configuration... 4 Earning Points Configuration... 4 Spending Points Configuration:...

More information

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To MP3 Converter program. Next I will show you how to download

More information

GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE

GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE 1 GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE 1 2 Contents 1. Google AMP Extension for Magento 2 Overview... 3 2. How Does Google AMP Extension for Magento 2 Work?... 3 2.1 How to create and customize

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Frequently Asked Questions for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements...

More information

Getting Around. Welcome Quest. My Fundraising Tools

Getting Around. Welcome Quest. My Fundraising Tools As a registered participant of this event, you have a variety of tools at your fingertips to help you reach your goals! Your fundraising center will be the hub for managing your involvement and fundraising

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

SOCIAL LOGIN FOR MAGENTO 2

SOCIAL LOGIN FOR MAGENTO 2 1 User Guide Social Login for Magento 2 SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Social Login for Magento 2 Contents 1. Social Login for Magento 2 Extension Overview... 3 2. How

More information

Ajax Quick View Pro Extension

Ajax Quick View Pro Extension Ajax Quick View Pro Extension User Manual https://www.magebees.com/magento-ajax-quick-view-pro-extension.html Ajax Quick View Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings 4

More information

Google Tag Manager. Google Tag Manager Custom Module for Magento

Google Tag Manager. Google Tag Manager Custom Module for Magento Google Tag Manager Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents...2 1. INTRODUCTION...3 2. Overview...3 3. Requirements...3 4. Features...4 4.1 Features accessible from

More information

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Table of contents 1. Key Features 2. Configuration 3. Email Template 4. Leaving a Review 5. Create Reviews 6. Approving a Review 7. Troubleshoots

More information

To configure the extension please go to Stores Configuration Amasty Extensions RMA.

To configure the extension please go to Stores Configuration Amasty Extensions RMA. For more details see the RMA extension page. RMA for Magento 2 Manage product returns and exchanges effectively with the powerful RMA for Magento 2 module. Make these processes simple and enhance your

More information

Better Price Extension. User manual

Better Price Extension. User manual Better Price Extension User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

More information

Share Me! User Guide

Share Me! User Guide Share Me! User Guide Version: 2.1 Website: http://www.magpleasure.com Support: support@magpleasure.com Table of Contents Share Me! Description... 3 Configure Share Me!... 4 Customer Notifications Management...

More information

GUIDE Quickstart Guide. A Guide to Setting Up Your Hootsuite Dashboard

GUIDE Quickstart Guide. A Guide to Setting Up Your Hootsuite Dashboard GUIDE Quickstart Guide A Guide to Setting Up Your Hootsuite Dashboard QuickStart Guide Hootsuite Helps You Organize and Manage Your Social Media Hootsuite is a social media management dashboard. You can

More information

INSIGHTS, POWERED BY INSIDEVIEW

INSIGHTS, POWERED BY INSIDEVIEW INSIGHTS, POWERED BY INSIDEVIEW Installation Guide Product Version 4.2 OCTOBER, 2017 Table of Contents Chapter 1: Introduction to Insights, powered by InsideView...3 What s New in this Release?... 4 Chapter

More information

INSIGHTS, POWERED BY INSIDEVIEW

INSIGHTS, POWERED BY INSIDEVIEW INSIGHTS, POWERED BY INSIDEVIEW Installation Guide Product Version 4.3 JANUARY, 2019 Table of Contents Chapter 1: Introduction to Insights, powered by InsideView...3 What s New in this Release?... 4 Chapter

More information

Manage Users. Step 1 Navigate to the Manage Users tab on the dashboard and select the Invite New Manager page from the top navigation bar.

Manage Users. Step 1 Navigate to the Manage Users tab on the dashboard and select the Invite New Manager page from the top navigation bar. Invite New Manager Purpose: Manage Users Practices can add a new manager to approve appointments, deny appointments, and make other practice changes in the Everseat dashboard. Access can be customized

More information

SEO Manager. Highlighted Features. Module Configuration

SEO Manager. Highlighted Features. Module Configuration SEO Manager webkul.com/blog/magento2-seo-extension/ September 7, 2017 SEO Manager extension provides various tools and options for improving the SEO of your online store. Using this extension, you can

More information

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility:

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility: USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Quotation Manager... 1 Installation& Activation... 2 Installation Steps... 2 Installation (Custom theme)... 3 Extension Activation... 3 How it

More information

CMS and e-commerce Solutions

CMS and e-commerce Solutions Product Questions/Answers Extension for Magento User Guide version 1.0 created by IToris Project Team IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1.

More information

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language help.kidkare.com 03 Enroll a Child 03 Withdraw a Child 03 View Pending and Withdrawn Children 04 View Kids by Enrollment

More information

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Product Parts Finder extension, you are now required to configure the license key in the admin

More information

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE 1 User Guide Social Login for Magento 2 Extension SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Social Login for Magento 2 Extension Contents 1. Social Login for Magento 2 Extension

More information

CRM Insights. User s Guide

CRM Insights. User s Guide CRM Insights User s Guide Copyright This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Magento 2 Customer Reward Management - Admin Guide

Magento 2 Customer Reward Management - Admin Guide ento 2 Customer Reward Management - Admin Guide by CedCommerce Docs - Products User Guides 1 / 25 1. Overview... 3 2. Reward System Configuration Settings... 3 3. Catalog Rule... 6 3.1. Set Up the Product

More information

Testimonials for Magento 2. User Guide

Testimonials for Magento 2. User Guide Testimonials for Magento 2 User Guide Table of Contents 1. Testimonials Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Testimonials Page 1.4. Sidebar 1.5. Testimonials Submit

More information

Blog FAQ.

Blog FAQ. Blog FAQ Website: Support: http://ecommerce.aheadworks.com helpdesk@aheadworks.com Table of Contents Blog... 4 Can I use a WYSIWYG editor in Blog?... 4 Is it possible with the Blog extension to limit the

More information

RewardPoints Guide. Version Oct 2014

RewardPoints Guide. Version Oct 2014 Website: http://magehit.com Contact: sale@magehit.com RewardPoints Guide Version 3.2.1 - Oct 2014 Integrate template of RewardPoints extension with your theme. Before going to the configuration, You can

More information

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved support@pixlogix.com Shipping Availability Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Shipping Availability Configuration... 4 2.1 General...

More information

FAQ Module. Frequently Asked Questions (FAQ) Module for Magento

FAQ Module. Frequently Asked Questions (FAQ) Module for Magento Frequently Asked Questions (FAQ) Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview... 3 3. Requirements... 3 4. Features... 3 5. Installation...

More information

Setup... 3 Connect your accounts in GatorSocial... 4 Competitors...10 Topics Tab...12

Setup... 3 Connect your accounts in GatorSocial... 4 Competitors...10 Topics Tab...12 GATORSOCIAL Table of Contents Setup... 3 Connect your accounts in... 4 Competitors...10 Topics Tab...12 How to compose a message...16 Composing a new message in...17 Dispatched and Scheduled Posts...20

More information

ROAMpay TM. X4 User's Guide

ROAMpay TM. X4 User's Guide ROAMpay TM X4 User's Guide Last Modified: 06/14/2013 Contents 1 Activating ROAMpay X4 2 Using the System 2 Login 2 First-time Login 2 Default Settings 3 Retrieving Your Password 3 Online Sales 4 Saved

More information

Customer Testimonial Pro Extension

Customer Testimonial Pro Extension Customer Testimonial Pro Extension User Manual https://www.magebees.com/magento-customer-testimonial-extension.html Customer Testimonial Pro Extension By CONTENT Introduction 3 Features 3 Manage Testimonial

More information

PAXSTORE FAQ V4.0. August 17, 2017

PAXSTORE FAQ V4.0. August 17, 2017 PAXSTORE FAQ V4.0 August 17, 2017 CONTENTS 1 Introduction... 3 1.1 SCOPE... 3 2 Basic Configurations... 4 2.1 How to setup configure manufacturer?... 4 2.2 How to configure model for other function using?...

More information

NextGen Healthcare Success Community Frequently Asked Questions for Employees

NextGen Healthcare Success Community Frequently Asked Questions for Employees NextGen Healthcare Success Community Frequently NextGen Healthcare, Inc. 795 Horsham Road Horsham, PA 19044 215-657-7010 NextGen.com Updated: 2/11/2016 Table of Contents General Questions... 4 What questions

More information

Testimonials For Magento 2. (version 1.0.0)

Testimonials For Magento 2. (version 1.0.0) Testimonials For Magento 2 (version 1.0.0) User Guide for Magento 2.x Table of content 1. INTRODUCTION.3 2. FEATURES..4 3. CONFIGURATION..5 3.1 Enabling google recaptcha.6 4. ADDING TESTIMONIALS FROM BACKEND...8

More information

Marketo Overview and Setup Instructions

Marketo Overview and Setup Instructions Marketo Overview and Setup Instructions *Note: this document assumes you have a Premium or Enterprise subscription of Socedo and admin access to a Standard or higher Marketo Instance Estimated setup time:

More information

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app Google Drive Quick Start Guide Google Drive for Hootsuite Synaptive s Google Drive for Hootsuite app allows you to easily access your files on Google Drive in a Hootsuite stream, or inside Hootsuite s

More information

Product Questions Magento Extension

Product Questions Magento Extension Product Questions Magento Extension User Manual This is the user manual of Magento Product Questions v1.3.1 and was last updated on 23-12-2017. To see what this extension can do, go to the Magento Product

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

rma_product_return_magento2

rma_product_return_magento2 rma_product_return_magento2 version BoostMyShop avril 19, 2019 Contents RMA Product Return for Magento2 1 1. Overview 1 2. Installation 1 First Installation 1 Upgrade 1 Disable extension 1 3. Customer

More information

IDRP Portal User Guide for Providers and Plans

IDRP Portal User Guide for Providers and Plans IDRP Portal User Guide for Providers and Plans Version 1.0, September 2017 Controlled electronic version prevails over printed copy of this document. Provided by MAXIMUS Federal Services, Folsom, CA. Work

More information

store.belvg US: UK:

store.belvg US: UK: 1 2 Table of Contents 1. Introduction to Quick Top Links 2. How to Install 3. How to Configure 4. How to Use 1. Introduction to Quick Top Links Magento Quick Top Links extension allows accessing store

More information

USING THE SHARE POD. Share My Screen allows you and your guests to share your desktop live with an audience. It is useful for:

USING THE SHARE POD. Share My Screen allows you and your guests to share your desktop live with an audience. It is useful for: USING THE SHARE POD The Share Pod allows hosts and presenters to share content in various ways. There are many uses for the Share Pod, but the two most popular are Share My Screen and Share Document. Share

More information

PaperWeight s User Manual (Admin Area)

PaperWeight s User Manual (Admin Area) PaperWeight s User Manual (Admin Area) Prepared by: FATbit Technologies Copyright 2004 2014 FATbit Technologies. All Rights Reserved. The information contained in this document represents the current views,

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:  or contact directly by Quick Buy for Magento User Guide version 1.0 created by IToris Project Team IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements...

More information

Get started ASAP! Thank your donors.

Get started ASAP! Thank your donors. Participant Fundraising Tips Get started ASAP! Don't pull an all-nighter and wait until the day before your event to start asking for donations. You'll keep stress at bay and avoid disappointment if you

More information

Magik Custom Forms Installation & Configuration

Magik Custom Forms Installation & Configuration Magik Custom Forms Installation & Configuration Magik Custom Forms is a perfect solution for creating and managing multiple web forms on your Magento site. It allows customers to fill in data into various

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility User Guide Customer Activation Extension Version 1.0.0 User Guide Version 1.0.0 Magento Editions Compatibility Community 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.1 Enterprise 2.0.0,

More information

Table of Contents. Introduction to Splash Page How to Install and Deactivate How to Configure How to Use...11

Table of Contents. Introduction to Splash Page How to Install and Deactivate How to Configure How to Use...11 1 Table of Contents Introduction to Splash Page... 3 How to Install and Deactivate... 4 How to Configure... 6 How to Use....11 2 1. Introduction to Splash Page In certain cases storeowners need to apply

More information

Newton Tracker TM GPS data for your ibike Newton July 2013

Newton Tracker TM GPS data for your ibike Newton July 2013 Newton Tracker TM GPS data for your ibike Newton July 2013 Introduction Newton Tracker adds GPS data to your ibike Newton rides, using your iphone or Android smartphone! GPS data from your smartphone is

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. All MinuteClinic employees will use the username MC followed

More information

CANVAS OBSERVER GUIDE

CANVAS OBSERVER GUIDE CANVAS OBSERVER GUIDE This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License Table of Contents Introduction...3 What is the Observer role?...4 How can I use Canvas

More information

Store Locator. Extension Configuration. For more details see the Store Locator extension page.

Store Locator. Extension Configuration. For more details see the Store Locator extension page. For more details see the Store Locator extension page. Store Locator Help customers to find the nearest offline store location to purchase your products. Display all stores on the handy map using Google

More information

HELLO! WELCOME TO UPAY

HELLO! WELCOME TO UPAY HELLO! WELCOME TO UPAY LET US SHOW YOU AROUND! Upay User Guide Welcome to Upay! Upay is a sophisticated online payment processing and account management portal designed to be used in environment such as,

More information

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

Introduction to Theming in Magento Go"

Introduction to Theming in Magento Go Introduction to Theming in Magento Go" Webinar date: July 20, 2011 Presenters: Kara Heinrichs, Brillig House (twitter: @kkarahh) Mosses Akizian, Magento (twitter: @monocat) Agenda for todayʼs webinar"

More information

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project?

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project? BASICS Create a Project Click on a question below to skip to the answer. How do I create a project? What is the difference between an Invitation-Only project and a General Access project? Can I delete

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

Google Classroom User Manual

Google Classroom User Manual Google Classroom User Manual Table of Contents Table of Contents 1 Google Classroom on a Computer 3 1: Making an Account 3 2: Change Your Profile Photo 5 3: Customize your Notifications 7 4: Join a Class

More information

Member FAQ s and How To s

Member FAQ s and How To s Page 1 LOGIN... 3 FIRST STEPS... 4 RESOURCE LIBRARY... 5 LESSONS... 5 FORUM... 8 NEWSLETTER... 8 WEEKLY MARKET COMMENTARY... 9 CONTACTS (OR GROUPS)... 11 SOCIAL MEDIA... 12 CONTENT... 13 WEBSITE... 14

More information

Media Center. 3. Can I import my contacts into the Media Center? Is there a faster way to add my contacts?

Media Center. 3. Can I import my contacts into the Media Center? Is there a faster way to add my contacts? FAQ S Media Center 1. How do I access the Media Center? The Media Center is available exclusively through your irep Office. Log in and click on the Media Center icon in the navigation bar at the top of

More information

My Magento U User Guide Table of Contents

My Magento U User Guide Table of Contents My Magento U User Guide Table of Contents Dashboard Tour... 2 Overview... 2 How it Works... 2 Navigating Between the Dashboard, Resources and Catalog... 2 Viewing Enrolled and Completed Courses... 2 Launching

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

SOCIAL MEDIA. Charles Murphy

SOCIAL MEDIA. Charles Murphy SOCIAL MEDIA Charles Murphy Social Media Overview 1. Introduction 2. Social Media Areas Blogging Bookmarking Deals Location-based Music Photo sharing Video 3. The Fab Four FaceBook Google+ Linked In Twitter

More information

Foxit Software Incorporated. All Rights Reserved.

Foxit Software Incorporated. All Rights Reserved. 1 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento About the Tutorial Magento is an open source E-commerce software, created by Varien Inc., which is useful for online business. It has a flexible modular architecture and is scalable with many control options

More information

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

More information

Rich Snippets by Atwix marketplace.magento.com/atwix-richsnippets.html

Rich Snippets by Atwix  marketplace.magento.com/atwix-richsnippets.html Rich Snippets by Atwix www.atwix.com marketplace.magento.com/atwix-richsnippets.html Page 1! of! 11 Table of contents: 1. Getting started - page 3 2. Configuration overview: - General - page 4 - CMS -

More information

Extended Product Grid with Editor for Magento 2

Extended Product Grid with Editor for Magento 2 Last update: 2018/01/26 13:00 magento_2:extended_product_grid https://amasty.com/docs/doku.php?id=magento_2:extended_product_grid Extended Product Grid with Editor for Magento 2 Get the advanced product

More information

CREATION SET-UP GUIDE

CREATION SET-UP GUIDE IFTT ACCOUNT AND RECIPE CREATION SET-UP GUIDE IFTT ACCOUNT AND RECIPE CREATION - SET-UP GUIDE IFTT ACCOUNT AND RECIPE CREATION SET-UP GUIDE Hi Virtual Assistant, I would like you to set up an IFTT account

More information

BuilderTREND Owners Help

BuilderTREND Owners Help BuilderTREND Owners Help Summary The summary screen is what you will see as soon as you login to the system. It is designed to give you a quick snapshot of where the building process currently stands,

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

Navigation Menu Pro Extension

Navigation Menu Pro Extension Navigation Menu Pro Extension User Guide https://www.magebees.com/magento-navigation-menu-proresponsive-mega-menu-accordion-menu-smart-expand-menu.html Navigation Menu Pro Extension By Support Ticket:

More information

CUSTOMER APPROVAL FOR MAGENTO 2

CUSTOMER APPROVAL FOR MAGENTO 2 1 User Guide Customer Approval for Magento 2 CUSTOMER APPROVAL FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Customer Approval for Magento 2 Contents 1. Customer Approval for Magento 2 Overview...

More information

Dealer Inquiry Extension

Dealer Inquiry Extension Dealer Inquiry Extension User Manual http://www.magebees.com/magento-dealer-inquiry-extension.html Dealer Inquiry Extension By CONTENT Introduction 3 Features 3 Installation 4 Configuration Settings 7

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. Check with your scheduler to ensure you are using the

More information

Step 1: Download and install the CudaSign for Salesforce app

Step 1: Download and install the CudaSign for Salesforce app Prerequisites: Salesforce account and working knowledge of Salesforce. Step 1: Download and install the CudaSign for Salesforce app Direct link: https://appexchange.salesforce.com/listingdetail?listingid=a0n3000000b5e7feav

More information

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 support@magestore.com sales@magestore.com Phone: +1-606-657-0768 STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION 3 Outstanding Features...3

More information

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED.

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED. CED COMMERCE. ALL RIGHTS RESERVED. SUPPORT@CEDCOMMERCE.COM [SocialLogin] SocialLogin extension is very useful extension for the magento ecommerce platform. It provides your store the feature to login /

More information

FME Extensions. Photo Gallery & Product Image Gallery Extension for Magento 2. User Guide - Version

FME Extensions. Photo Gallery & Product Image Gallery Extension for Magento 2. User Guide - Version FME Extensions Photo Gallery & Product Image Gallery Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document

More information

User Help

User Help ginlo @work User Help 19 June 2018 Contents Get started... 5 System requirements for the ginlo @work app... 5 Recommended browsers for ginlo websites... 6 Supported languages... 6 Navigation in ginlo @work...

More information

Live Agent for Support Agents

Live Agent for Support Agents Live Agent for Support Agents Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information