Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.75 KB

plugin_v4.md

File metadata and controls

60 lines (38 loc) · 1.75 KB

Icecat plugin v4.0.0

The v4.0.0 plugin version is compatible with Pimcore version 10.5.* or greater versions.

Install latest version

$ composer require icecat/icecat-integration:^4.0

Update existing icecat plugin

$ composer require icecat/icecat-integration:^4.0
$ bin/console doctrine:migrations:migrate --prefix=IceCatBundle\\Migrations

Prerequisite for the scheduled job

Set the following command to the crontab

*/1 * * * * /your/project/bin/console icecat:recurring-import

The cron job has to run as the same user as the web interface to avoid permission issues (eg. www-data).

New features listing

MIT license And Contact Details

img1

Unlock the Full Icecat users

Login as an Open Icecat user The open icecat user will have to enter the following:

  • API Access Token

Upgrade to Full Icecat link will be visible to only open icecat users.

img1

Login as a Full Icecat user The full icecat user will have to enter the following:

  • API Access Token
  • Content Access Token
  • App Key

If the user does not enter Content Access Token and App Key, the user will be able to continue getting the open icecat products contents.

img1

Incase of any issues with the user account, the appropriate errors will be logged in the Log and the import process will be stopped without importing any products from the Icecat.

img1

User could get the API Access Token, Content Access Token and App Key details under My Profile by logging into https://icecat.biz

img1 img1