This is how to integrate the Zakeke 3D Product Configurator with your Magento 2 / Adobe Commerce store:
-
Get the Zakeke module through the Magento Marketplace.
-
Open a terminal and run the following command in your Magento directory
Note: If you’re using Composer for the first time, or if you see a Composer error, make sure that you’ve saved your authentication keys.composer require futurenext/zakekeconfigurator
-
Set up the module by running the following commands.
php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento cache:clean
- If you run Magento in production mode, you must also compile and deploy the module’s static files.
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
-
Finally, ensure that you run the eventual command needed to restore the file permissions
Module configuration and integration of Zakeke
-
Go back into your Magento Store as Admin and navigate to Stores. In the drop-down menu, select Configuration.
-
Under General section, select Zakeke - 3D Configurator. (Note: if you don't see Zakeke - 3D Configurator, delete your Magento cache files, which are located in
/magento/var/cache
. Delete all folders within the cache folder and reload the page). -
Setup Zakeke with your Zakeke API client id and secret key. Please access to this page to get your Zakeke API keys.
-
Finish by clicking on
Save Config
. -
Disable your pop-up blocker prior to the connection of Magento 2 to your Zakeke account. Below there are few support pages on how to disable the pop-up blocker for these popular browsers:
-
Navigate to the Integrations page by going to System > Extensions > Integrations.
-
Locate the line with
Zakeke - 3D Configurator
then click onAuthorize
. -
As soon as a prompt comes up, click on
Allow
.