Skip to content

palmettostatearmory/magento1-turnto-socialcommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento-extension

Installation

Before installing the Magento extension, follow these steps:

  1. Login to Magento admin panel
  2. If enabled, disable Cache (in System->Cache Management)
  3. If enabled, disable Compilation (in System->Tools->Compilation)
  4. Logout of Magento admin panel
  5. Continue to one of the two installation methods below.

Installation by copying files

  1. Backup Magento /app folder
  2. Unzip contents of module's /app directory into Magento /app directory
  3. Login back to Magento admin panel
  4. Go to Turnto->Integration menu to configure the module
  5. Flush Cache and/or Compilation, if desired.

Installation using Modman

  1. On the command line, cd to your Magento installation
  2. Run these commands: modman init and modman clone [email protected]:turnto/Magento1_TurnTo_SocialCommerce.git
  3. Login back to Magento admin panel
  4. Go to System->Configuration->Developer->Template Settings and change "Allow Symlinks" to "Yes"
    1. NOTE: This setting was removed from the admin in newer versions of Magento. If you don't see it, follow the SQL instructions here.
  5. Go to Turnto->Integration menu to configure the module
  6. Flush Cache and/or Compilation, if desired.

Building Extension

  • 1. Make sure all config.xml files have been updated to the correct version
  • 2. Commit changes for release and push to github
  • 3. Packaged extension will be in <PROJECT_DIRECTORY</build

Building Extension and Creating a release

  • 1. Commit changes for release
  • 2. Make sure all config.xml files have been updated to the correct version
  • 3. Run buildMangetoExtension.sh <TAG_NAME>
  • 4. Packaged extension will be created in <PROJECT_DIRECTORY>/build

About

TurnTo Networks' social commerce plugin for Magento 1

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.0%
  • HTML 26.3%
  • Shell 1.7%