EmicoEcommerce / Magento1TweakwiseExport-archived

Magento 1 module for Tweakwise export
Other
1 stars 0 forks source link

Fix slugmapper #4

Closed bramstroker closed 6 years ago

bramstroker commented 6 years ago

We don't know the url key for a attribute before hand, because this is managed in Tweakwise database. Don't consider the attribute code anymore. Only defining a mapping between attributeValue/slug should be good enough.

When this is working correctly we can ditch the code column in the database and refactor the get methods in this model to remove the code arguments.