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

Manage Option Images dont show #58

Closed
hauptrolle opened this issue Nov 3, 2014 · 4 comments
Closed

Manage Option Images dont show #58

hauptrolle opened this issue Nov 3, 2014 · 4 comments

Comments

@hauptrolle
Copy link

Hi,

i installed your extension in a Magento 1.8.1.0 Shop. After installing & setting up the section "Manage Option Images" in the atttribute "color" ist not showing. The error log doesn't show anything.
Heres the extension configuration:
bildschirmfoto 2014-11-03 um 09 28 44

On a local magento setup (1.7.2.0) it works fine.

Thanks in advance.

@tzyganu
Copy link
Owner

tzyganu commented Nov 4, 2014

Make sure you cleared the cache. Also the tab Manage Option Images is shown only for attributes that are used in configurable products and are set to use images or colors. This is the method that decides if the tab is shown or not: Easylife_Switcher_Block_Adminhtml_Catalog_Product_Attribute_Edit_Tab_Optimage::canShowTab. Check why that method returns false for you.

@jlarc
Copy link

jlarc commented Nov 4, 2014

I had the same issue with Option Images not showing when "Transform dropdown to labels" is set to Specific.

Changing the dependency of <use_option_images> in system.xml to:

<depends>
    <enabled>1</enabled>
    <transform_dropdowns separator="|">1|2</transform_dropdowns>
</depends>

enables the "Use option image or hexa code instead of label for attributes" multiselect when "All" or "Specific" is selected for "Transform dropdown to labels". Seems to have done the trick, I can now choose which attributes to use images/hexa codes for while having only specific dropdowns transformed in to labels.

@tzyganu
Copy link
Owner

tzyganu commented Nov 5, 2014

@jlarc Thanks. I forgot that I added a new option for transform dropdowns. I will fix this asap.

@tzyganu
Copy link
Owner

tzyganu commented Nov 19, 2014

@jlarc every field dependency should be fixed in version 2.0.0

@tzyganu tzyganu closed this as completed Nov 19, 2014
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

No branches or pull requests

3 participants