reverbdotcom / reverb-magento

Magento 1.x plugin for syncing with Reverb
Other
7 stars 10 forks source link

Multi-store select dropdown #137

Closed skwp closed 9 years ago

skwp commented 9 years ago

When I first merged this it caused sql failures during sync. Reopened PR to sit here while debugging the issue.

This reverts commit 78c6080cc4e897cfac95372e3051c50abe57c85a.

dunagan5887 commented 9 years ago

What SQL failure? There shouldn't be any additional SQL calls being made as a result of this functionality.

dunagan5887 commented 9 years ago

This issue was related to the category listing update. A patch to resolve the issue is contained in the Pull Request below:

https://github.com/reverbdotcom/reverb-magento/pull/138

skwp commented 9 years ago

thanks for digging in so quickly