Thursday, October 10, 2013

How to edit product prices through the external csv file in magento

For editing product prices through an external .csv file please do the following:


1. Open the Magento admin panel

2. Go to “System > Import/Export > Profiles”


magento-scv-import-1


 


Use the “Add New Profile” button


magento-scv-import-2


 


4. Let’s create a new export profile

5. There is no need to export all product details. Let’s export only the product SKU and price fields.

6. Save the changes

7. Then use the “Run Profile” button

8. Now the .csv file with exported data is stored in the “var > export” folder on your server

9. Download the file and open it with Dreamweaver or Microsoft Excel. You will see the products’ SKU and prices that you can change

10. After you changed the file, you need to import it back. To do this, you need to create a new import profile


magento-scv-import-3


 


Save the changes and run the profile.



How to edit product prices through the external csv file in magento

No comments:

Post a Comment