For Help with this installation, please contact [email protected]
The Coedition Vendor module for magento1 handles the integration for coedition marketplace vendors.
This extension adds a new soap endpoint named coeditionVendorProductConfigurableChildren($sessionId, $productId)
which returns an array of the configurable product children product ids and the configurable attributes.
It also adds a new offline payment method named coedition
. It's only visible from the API/Admin and is not usable from the frontend.
To install the Coedition_Vendor
module, just merge the files in app
with your own local magento installation app
. This can be done a multitude of ways and follows the same convention for a standard magento 1 module. Here is a video using a Mac and the Transmit SFTP app for reference. Just click the image below to view the video.
Make sure to flush the magento cache after installation. You can verify installation by checking the Admin -> System -> Configuration -> Advanced -> Disabled Modules Output. You should see an entry for Coedition_Vendor
.
You must create an api/soap user for Coedition to access your categories and products and to have the ability to push orders back into your system. Here is a video for instructions, just click the image below to view the video.
You now need to categorize your products into the Coedition taxonomy so that we can pull into our system. Here is a video for instructions, just click the image below to view the video.