ssolovey / ecp

ECP - Ecommerce project based on Magento
Open Software License 3.0
1 stars 0 forks source link

update of images over admin page for products #333

Open ssolovey opened 9 years ago

ssolovey commented 9 years ago

@oleglark and @SkyLark Can we estimate how much efforts required to use this functionality from Magento?

Currently as far as I understand it is done following way:

  1. We upload new images to media folder
  2. We import excel file in some format using magento import feature

I believe they want admin to be able to change attributes of products using admin page like:

  1. open product
  2. upload new images for this product
  3. save settings
SkyLark commented 9 years ago

Well it's possible to change the product data from admin page. image

SkyLark commented 8 years ago

The description is in the Project WIKI - https://github.com/ssolovey/ecp/wiki/Update-Product-Image-over-Admin-page

ssolovey commented 8 years ago

we need this: http://www.mootpoint.org/blog/magento-bulk-product-import-images/ https://www.magentocommerce.com/magento-connect/import-multiple-images.html

ssolovey commented 8 years ago

I'm waiting for new cvs file from customer then I'll do import

ssolovey commented 8 years ago

imported all images

one trick here: if SKU is not in DB there will be an error Last time I've got this errors: Product Type is invalid or not supported in rows: 75, 98, 101, 102, 184, 332, 418, 419, 421, 422, 433, 434, 435, 436, 437, 438, 439, 514, 638, 639, 821, 890, 1073, 1074, 1154, 1155, 1156, 1212, 1263, 1308, 1309, 1381, 1382, 1383, 1384, 1509, 1557, 1593, 1600, 1608, 1612

41 sku was missing so we have to update product database again but we will do it directly before deployment.

ssolovey commented 8 years ago

short instruction how to do import:

  1. copy all images to /mdeia/import
  2. open image.cv file using magento import menu: System -> Import/Export -> Import
  3. do check
  4. import