Skip to content

Enable numeric skus, and sku/ids intersection#11

Open
danielozano wants to merge 6 commits intoopenlabs:developfrom
danielozano:develop
Open

Enable numeric skus, and sku/ids intersection#11
danielozano wants to merge 6 commits intoopenlabs:developfrom
danielozano:develop

Conversation

@danielozano
Copy link
Copy Markdown

We needed numeric skus, Magento is not ready for that so I overrided that.
If we have a product with id: 123, and another product with sku: 123, openERP push information from product 1 to product 2.

danielozano and others added 6 commits December 29, 2015 12:47
When the SKU is numeric, Magento treats it as an integer (ID), so I have
overriden the helper, to remove the regex that causes this behavior.
Maybe it will have performance troubles (because of deeper search), but is needed to work with the ERP.
The extension comes with a model:
Openlabs_OpenERPConnector_Model_Oerpstock_item_api ready to override
Mage_CatalogInventory_Model_Stock_Item_Api. This override fixes the sku/id
mess, but is not enabled in the config.xml so I did.
Añadido soporte para modman.
Añadida capacidad de evitar sincronización de stock para ciertas categorías.
Añadida capacidad de evitar la sincronización de ciertos atributos de producto.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant