Skip to content

agence-tbd/oyst-1click-magento

 
 

Repository files navigation

Oyst 1-Click plugin for Magento

Build Status Latest Stable Version Magento = 1.7.x.x Magento = 1.8.x.x Magento = 1.9.x.x Magento = 1.12.x.x Magento = 1.13.x.x Magento = 1.14.x.x PHP >= 5.3

You can sign up for an Oyst account at https://backoffice.oyst.com/signup.

This is the Oyst 1-Click plugin for Magento 1.x. The plugin supports the Magento Community and Enterprise edition.

We commit all our new features directly into our GitHub repository. But you can also request or suggest new features or code changes yourself!

Installation

To install the module there is different way to do it. Chose the most efficient one for your website.

Via Magento Downloader

If you are using the compilation, before installing the extension it's necessary to disable it! After you install, click the Run Compilation Process button in Admin BackendSystemToolsCompilation ;

  1. Download the lastest release Oyst_OneClick-x.x.x.tgz ;
  2. Go to Admin BackendSystemMagento ConnectMagento Connect Manager and upload your file ;
  3. Clear the cache from Admin BackendSystemCache Management ;
  4. Log out of the backend and log in again, so Magento can refresh permissions.

Via FTP/SFTP/SSH

If you are using the compilation, before installing the extension it's necessary to disable it! After you install, click the Run Compilation Process button in Admin BackendSystemToolsCompilation ;

  1. Download the lastest release Oyst_OneClick-x.x.x.tgz and unzip ;
  2. Upload all files and folders to the root folder of your Magento:

/!\ Please use the “Merge” upload mode. Do not replace the whole folders, but merge them. This way your FTP/SFTP client will only add new files. This mode is used by default by most of FTP/SFTP clients software.

  1. Clear the cache from Admin BackendSystemCache Management ;
  2. Log out of the backend and log in again, so Magento can refresh permissions.

Via Git, cloning this repository

If you are using the compilation, before installing the extension it's necessary to disable it! After you install, click the Run Compilation Process button in Admin BackendSystemToolsCompilation ;

  1. Clone this repository ;
  2. Copy the app, js, lib, skin folders into the root folder of your Magento ;
  3. Download the lastest release of the oyst-php lib oyst-php-x.x.x.tar.gz and unzip ;
  4. Copy oyst-php folder in ./lib/Oyst/ of your Magento ;
  5. Remove ./lib/Oyst/oyst-php/.gitignore file ;
  6. Commit your changes.

Via Composer

Add the repository:

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/oystparis/oyst-1click-magento"
    }
  ]

and script block:

  "scripts": {
    "post-install-cmd": [
      "./.modman/oyst-1click-magento/lib/Oyst/get-sdk.sh"
    ],
    "post-update-cmd": [
      "./.modman/oyst-1click-magento/lib/Oyst/get-sdk.sh"
    ]
  }

to your composer.json.

Then run the composer installer: composer require oyst/oyst-1click-magento

Via modman

This is the preferred installation method, unless installing manually.

$ modman init
$ modman clone https://github.com/oystparis/oyst-1click-magento
$ ./lib/Oyst/get-sdk.sh

Support

You can create issues on our repository or if you have some specific problems for your account you can contact plugin@oyst.com as well.

About

Oyst 1-Click plugin for Magento

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.9%
  • JavaScript 5.1%
  • HTML 4.9%
  • Shell 1.1%
  • CSS 1.0%