Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created October 4, 2012 01:26
Show Gist options
  • Save xcommerce-gists/3830958 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/3830958 to your computer and use it in GitHub Desktop.
Basic config.xml sample 1 (X.commerce merchant onboarding)
<config>
<modules>
<Examplecorp_Simplemoduleexample>
<version>1.0.0</version>
</Examplecorp_Simplemoduleexample>
</modules>
<global>
<xcom_onboarding>
<extensions>
<Namespace_Simplemoduleexample>
<fabBundle>
<bundle_name>Fabulous Example Extension</bundle_name>
<bundle_description></bundle_description>
<participants>
<participant1>
<destinationId>eXYp8YMamiGmttMkeKgLuO6ICw7Yagrsl6QFWWHRD8GHVPNohGtl3zR4d4cInF5wYvoUCj+Y</destinationId>
<contractId>com.x.webstorecontracts.v1.WebStoreOfferConsumer,
com.x.pimcontracts.v1.ProductInformationManagementConsumer,
com.x.inventorycontracts.v1.InventoryConsumer,
com.x.customercontract.v1.CustomerConsumer,
com.x.ordermanagementcontracts.v1.OrderObserver
</contractId>
</participant1>
<participant2>
<destinationId>xLZ2PHWnC7pob6si9Gj6dAl56xHnAJWosLUhSukI9e2JYMdmS4nzGcQYk0jGikEtWv2XRnSm</destinationId>
<contractId>com.x.webstorecontracts.v1.WebStoreOfferConsumer</contractId>
<magento_cart>
<contractId>com.x.webstorecontracts.v1.WebStoreOfferProvider,
com.x.pimcontracts.v1.UpdateableProductInformationManagement,
com.x.inventorycontracts.v1.UpdateableInventoryManager,
com.x.customercontract.v1.UpdateableCustomerInformationProvider,
com.x.ordermanagementcontracts.v1.InternalOrderProcessor</contractId>
<magento_cart>
</participant2>
</participants>
</fabBundle>
<Namespace_Simplemoduleexample>
<extensions>
</xcom_onboarding>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment