FileUploadAttribute icon indicating copy to clipboard operation
FileUploadAttribute copied to clipboard

Issue to use the FileUploadAttribute extension outside the admin interface.

Open JoelBout opened this issue 8 years ago • 2 comments

Hello Javier,

Thank you for this great extension which works as describe (from admin panel). However when it comes to use this extension from an HTML interface there is an issue.

In the following file: /app/code/community/Jvs/FileAttribute/etc/config.xml I tried to move the whole following block from adminhtml to global node: <jvs_fileattribute> jvs_fileattribute/observer updateElementTypes </jvs_fileattribute>

that you can find in the block </adminhtml_catalog_product_edit_element_types> but it does not work... Can you tell what I need to do to make it used at Global level?

Best regards,

Joel

JoelBout avatar Jul 04 '17 07:07 JoelBout

Hey Joel,

Can you describe what you're trying to do in more detail? I'm afraid I'm not sure what you need to use the extension outside the admin area for.

jahvi avatar Jul 05 '17 07:07 jahvi

Hello Javier,

Actually my website is a market place, therefore I am using your extension to authorize the vendor to upload their image, for the size information, from webpage interface which is the reason why I would like to extend to Global level and not to limit that to admin.

JoelBout avatar Jul 05 '17 08:07 JoelBout