Embedding the Player with a Magento Plugin
Installation Steps
1. Install the plugin by extracting the content into your Magento extension directory -> `app/code/Threekit/Connector`
a. Open your FTP Program
b. Drop the Threekit connector into the ‘code’ Folder in the directory for extensions
2. Run ‘Magento Setup’ commands in your Magento root directory
a. `php bin/magento setup:upgrade` to install (The plugin adds an EAV field to the Product entity).
b. Ensure the module is enabled `php bin/magento module:enabled Threekit_Connector`
3. Log in to your Magento store as an administrator.
4. Select “Stores” then “Configuration”
5. Add CDN and Org Token
a. The CDN is in the format of - https://[insert environment name].threekit.com/app/js/threekit-player.js
b. The Org Token is generated by navigating to your Threekit Org → Settings (in left-hand navigation) → Tokens → Add Token
c. click “Save Config” at the top
6. Click “Catalog” and select “Products”
a. Click on “Add Product”
7. Add Name, SKU, and other attributes
8. Add/Select Category
9. Add Thumbnail (png/jpeg)
10. Under Threekit tab, Add the catalog item id (that was copied in step 7) to the Asset Id field on the form and enable AR if applicable
11. Once saved you should see the embedded 3D asset on your product page