- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hoping someone can help. - Magento ver. 1.9.2.2
Yesterday was all fine and I was able to create a new simple product and add images.
This morning, tried to do the same thing but now the option to add images has completely disappeared.
Option is there but I just have no ability to do so.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are a couple of useful links that I've used in the past when debugging this issue:
https://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons
So check that flash is enabled, and check that the files exist. You can use the browser developer console to see if there are any failed network requests or javascript console errors to help debug as well.
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Ability to add images to products
This is what I am presented with when I try to add images. No buttons etc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are a couple of useful links that I've used in the past when debugging this issue:
https://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons
So check that flash is enabled, and check that the files exist. You can use the browser developer console to see if there are any failed network requests or javascript console errors to help debug as well.
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Ability to add images to products
So it was as simple as going into Chrome and specifying that the site could run flash. Seems a Chrome update sets the allow to use Flash to ask first and you then must specify that you want the Magento instance to run Flash.
Who would have guessed it!