This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
/** | |
* Module initial config | |
* | |
* @author Magento | |
*/ | |
--> | |
<config> | |
<modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<ItemMaster> | |
<MessageHeader> | |
... <!-- omitted for brevity --> | |
</MessageHeader> | |
<Item operation_type="Add" gsi_client_id="YOUR-CLIENT-ID" catalog_id="45"> | |
<ItemId> | |
<ClientItemId>45-000906011391</ClientItemId> | |
</ItemId> | |
<BaseAttributes> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<ContentMaster> | |
<MessageHeader> | |
... <!-- omitted for brevity --> | |
</MessageHeader> | |
<Content catalog_id="45" gsi_client_id="YOUR-CLIENT-ID"> | |
<UniqueID>45-B16F3D3E</UniqueID> | |
<ProductLinks> <!-- Associates this product with the listed related and cross-sell products --> | |
<ProductLink link_type="crosssell" operation_type="Add"> | |
<LinkToUniqueID>45-69ED5562</LinkToUniqueID> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding="utf-8" ?> | |
<!-- | |
Magento to Exchange platform mappings: | |
The below configurations translate from Magento to Exchange. | |
Copy this file to eb2c.xml and configure the appropriate values below. | |
--> | |
<config> | |
<default> | |
<eb2ccore> | |
<!-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Magento simple Hello World extension: Template | |
* | |
* Template that formats static text | |
* provided for documentation purposes in the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
/** | |
* Magento simple Hello World extension: Sample layout | |
* | |
* Sample layout for the simple Hello World extension | |
* provided for documentation purposes in the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Magento simple Hello World extension: Index action controller | |
* | |
* Action controller that loads and renders the layout | |
* provided for documentation purposes in the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2013 eBay Inc. (http://www.magentocommerce.com) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Magento simple Hello World extension: Template helpers | |
* | |
* Helper classes for the template | |
* provided for documentation purposes in the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
/** | |
* Magento simple Hello World extension: Application configuration file | |
* | |
* Specifies the extension's namespace (Tutorials_HelloWorld), | |
* that the extension is active, and is in the community | |
* code pool. Provided for documentation purposes for the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Magento simple Hello World extension: Extension configuration file | |
* | |
* Every Magento extension must have a config.xml that specifies | |
* necessary configuration information. | |
* Provided for documentation purposes in the | |
* Magento 1.x Extension Developer's Guide | |
* | |
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com) | |
*/ |