Magento 1.7 product re-import issue -


i trying re-import simple product file in magento 1.7 after deleting these products. file importing products not visible in manage products page after re-indexing

if import succesful , products showing in database not in backend, make sure required attributes set.

after import can following:

go catalog -> manage products. current url like:

[yoursite.com]/index.php/admin/catalog_product/index/key/[your_key]/

change url [yoursite.com]/index.php/admin/catalog_product/edit/id/[product_id]/key/[your_key]/

you can find product ids in database. when enter url, can edit product , check/edit product attributes, tax class, status, etc , make sure alle required attributes set.


Comments

Popular posts from this blog

how to add preprocess loader in webpack 2 -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -