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!
To install the module there is different way to do it. Chose the most efficient one for your website.
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 Backend
— System
— Tools
— Compilation
;
- Download the lastest release Oyst_OneClick-x.x.x.tgz ;
- Go to
Admin Backend
—System
—Magento Connect
—Magento Connect Manager
and upload your file ; - Clear the cache from
Admin Backend
—System
—Cache Management
; - Log out of the backend and log in again, so Magento can refresh permissions.
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 Backend
— System
— Tools
— Compilation
;
- Download the lastest release Oyst_OneClick-x.x.x.tgz and unzip ;
- 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.
- Clear the cache from
Admin Backend
—System
—Cache Management
; - Log out of the backend and log in again, so Magento can refresh permissions.
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 Backend
— System
— Tools
— Compilation
;
- Clone this repository ;
- Copy the
app
,js
,lib
,skin
folders into the root folder of your Magento ; - Download the lastest release of the oyst-php lib oyst-php-x.x.x.tar.gz and unzip ;
- Copy
oyst-php
folder in./lib/Oyst/
of your Magento ; - Remove
./lib/Oyst/oyst-php/.gitignore
file ; - Commit your changes.
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
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
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.