- Overview
- Installation of Extension
- Jet Configuration Settings
- Use Extension With Test API Mode
- Importing Jet Categories and Mapping them With Magento Categories
- Fill Required Product Information
- Selected Product Upload
- Bulk Product Upload
- Selected Product Archive
- Bulk Product Archive
- Selected Product Unarchive
- Bulk Product Unarchive
- Attribute Mapping In Jet Integration
- Add Shipping Exception
- Add Return Exception
- Check Rejected Upload Files
- Import and Acknowledge Order
- Shipment of an Order
- Shipment and Cancellation of Jet Orders
- Failed Jet Orders
- Fetch and Submit Return
- Jet Refund
- Base Knowledge
- Cron Status
- Help and Support
2.Installation of Extension ↑ Back to Top
Follow these points:
- Login to your ftp and go to Magento 2 root folder (generally present under public_html folder.
- Create new folder named code under app folder and under “code” folder create a folder named Ced.
- Drag & Drop app/code/Ced/Jet directory.
- After successfully uploading the directory, the extension will be installed/ upgraded.
- Now run the following upgrade command in “cmd” php bin/magento setup:upgrade.
×