HomePage
Basic installation
Simply embed one of these code snippets on any page. Remember to replace STORE_KEY with the store key you find in your store management panel and change with "lang" variable if you want another language.<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" async="" src="http://svc.finz.it/embed/scanner.aspx?tab=true&store_key=STORE_KEY&lang=en_us"></script>
<script type="text/javascript" async="" src="http://svc.finz.it/tab/Tabscript.aspx?store_key=STORE_KEY&lang=en_us&pop=true"></script>
or:
var lang = 'fr_fr';
<script type="text/javascript">
var store_key = 'YOUR_APPLICATION_KEY';
var lang = 'en_us';
(function () {
var qs = "?store_key=" + store_key + "&lang=" + lang;
var fs = document.createElement('script');
fs.type = 'text/javascript';
fs.async = true;
fs.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'svc.finz.it/tab/Tabscript.aspx' + qs;
var s = document.getElementsByTagName('script')0; s.parentNode.insertBefore(fs, s);
})();
</script>
Magento Installation
Step 1: Finz.it installationAutomatic Installation via ‘Magento Connect’:
Our extension page can be found here.
To install the module:
- 1. Using ‘Magento connection’ in your Magento administration panel, install Finz.it using the extension key: “magento-community/Finz_it_Social_Promotion_Tools”.
- 2. In the configuration tab, “Finz” might not show up unless you LOG OUT of your Magento account and then log back in. This refreshes Magento ACL date (permissions) . If you still do not see the tab, you might need to Clear your storecache as well.
- 3. You’ll be able to verify the module is installed by checking it appears in the menu: System->Configuration->Finz (on the left-side), next proceed to step 2, there you’ll be getting your application key.
Manual Installation Guide to install Finz.it over FTP:
- Please uninstall the Finz.it extension from your Magento if it is already installed.
- When manually installing, the extension won’t be automatically updated, we recommend
To install the module:
- 1. Unzip the Finz.it module files into a local directory.
- 2. Using your favorite ftp program, transfer them to your server.
- 3. Unzip the module configuration file (Finz_All.xml) to app/etc/modules
app/code/local/Finz/Gento).
- 4. In the configuration tab, “Finz” might not show up unless you LOG OUT of your
(permissions) . If you still do not see the tab, you might need to Clear your store
cache as well.
- 5. You’ll be able to verify the module is installed by checking it appears in the menu:
be getting your application key.
Step 2: Registering at Finz.it
Register your store at http://www.finz.it/register.
You should immediately receive an email confirmation. Click on the link inside it, and set
yourself a secure password.
Login in to the Finz.it store management system at http://www.finz.it/login
Write down your Finz.it application key and secret, which you will be able to find in the
“notifications” tab.Step 3: Setting up the module
In the admin panel, go to “system”->“configuration” , and go to the “Finz” tab on the left.
Enter your Finz.it application key, and click "save". If the verification process went well, you
should see a success message. Otherwise, you will see an error message. If so, contact
support at support at finz.it.
- A Coupon (or 'Shopping Cart Price Rule') has been created with the code 'finz-it'. This
coupon’s existence in the Promotion->Shopping Cart Price Rules menu bar)
Step 4: Template integration
Widget button code to add to your templates:
To add the button to your design templates, use this code (including the <? and ?>):
<?php echo $this->helper('finz_gento')->render_button($_product, 1); ?>
Button Styles:
The parameter '1' in the code above represents a button style. There is a variety of buttons
to choose from (change the value from 1 to 5):
Style 1 - Style 4 -
Style 2 - Style 5 -
Style 3 -
Recommended places to change your templates:
- there might be other places which you would want to add the button according to your
Our minimum recommended places to add the promotion button to your design:
On Magento 1.3:
frontend/default/default/template/checkout/cart/item/default.phtml (cart)
frontend/default/default/template/catalog/product/view.phtml (product page)
frontend/default/default/template/catalog/product/list.phtml (gallery)
On Magento 1.4:
frontend/base/default/template/checkout/cart/item/default.phtml (cart)
frontend/base/default/template/catalog/product/view.phtml (product page)
frontend/base/default/template/catalog/product/list.phtml (gallery)
- The above file locations may vary in different Magento versions, as well as depend on your
- IMPORTANT: LIST.PHTML renders different views, add the button code to both LIST and
For example, changing
app/design/frontend/base/default/template/catalog/product/view.phtml:
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
<?php echo $this->getChildHtml('alert_urls') ?>
<?php echo $this->getChildHtml('product_type_data') ?>
<?php echo $this->getTierPriceHtml() ?>
<?php echo $this->getChildHtml('extrahint') ?>
<?php if (!$this->hasOptions()):?>
<div class="add-to-box">
Step 5 (and last): Create promotions
Return to Finz.it store management system at http://www.finz.it/login
to sync your catalog and create new promotions.
For more details on promotion creation, please refer to the “How to use Store Management
System (SMS)” document which is available in the downloads section.
