Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable numeric skus, and sku/ids intersection #11

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

danielozano
Copy link

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