Magento extension Talkable — Customizable Refer a Friend Programs by talkable

MageCloud partnered with talkable to offer Talkable — Customizable Refer a Friend Programs in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

talkable always provides support for customers who have installed Talkable — Customizable Refer a Friend Programs Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other talkable Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

Talkable (http://www.talkable.com) integration for Magento

Compatible with Magento 1.x

Talkable — Customizable Refer a Friend Programs

Talkable enables your Magento store to attract new customers by offering them special deals in exchange for sharing with their friends.

This extension provides links for them to share their purchase on Facebook, Twitter, and Email and encourages them to bring in new customers for you. Please see the installation video — http://screencast.com/t/2j81B3nY5cU

Using Talkable, you help your customers drive more referral sales per dollar than traditional marketing and advertising.

See more at Talkable.com


For users running Magento 1.5.x-1.8.x on PHP 5.5 or later

Because the unpack() function has changed in PHP 5.5, to be able to install the extensions via Magento Connect Manager, some changes has to be made to downloader/lib/Mage/Archive/Tar.php.

For Magento 1.5.x-1.6.x, the line
const FORMAT_PARSE_HEADER = 'a100name/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1type/a100symlink/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155prefix/a12closer';

must be replaced by:
const FORMAT_PARSE_HEADER = 'Z100name/Z8mode/Z8uid/Z8gid/Z12size/Z12mtime/Z8checksum/Z1type/Z100symlink/Z6magic/Z2version/Z32uname/Z32gname/Z8devmajor/Z8devminor/Z155prefix/Z12closer';

For Magento 1.7.x-1.8.x, the line
return 'a100name/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1type/a100symlink/a6magic/a2version/' . 'a32uname/a32gname/a8devmajor/a8devminor/a155prefix/a12closer';

must